// Copyright (c) 2012-2014 The CEF Python authors. All rights reserved. // License: New BSD License. // Website: http://code.google.com/p/cefpython/ #pragma once #include "include/cef_v8.h" CefString PutJavascriptCallback( CefRefPtr frame, CefRefPtr jsCallback); bool ExecuteJavascriptCallback(int callbackId, CefRefPtr args); void RemoveJavascriptCallbacksForFrame(CefRefPtr frame);