MCPcopy Create free account
hub / github.com/cztomczak/cefpython / SetJavascriptBindings

Method SetJavascriptBindings

src/subprocess/cefpython_app.cpp:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void CefPythonApp::SetJavascriptBindings(CefRefPtr<CefBrowser> browser,
407 CefRefPtr<CefDictionaryValue> data) {
408 javascriptBindings_[browser->GetIdentifier()] = data;
409}
410
411CefRefPtr<CefDictionaryValue> CefPythonApp::GetJavascriptBindings(
412 CefRefPtr<CefBrowser> browser) {

Callers 6

set_js_bindingsMethod · 0.80
test_osrMethod · 0.80
test_mainMethod · 0.80
set_javascript_bindingsFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_osrMethod · 0.64
test_mainMethod · 0.64