Home
last modified time | relevance | path

Searched refs:kJSNotifyFunc (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/tests/ceftests/
Dmessage_router_unittest.cc29 const char kJSNotifyFunc[] = "mrtNotify"; variable
53 if (message_name == kJSNotifyFunc) { in Execute()
134 CefV8Value::CreateFunction(kJSNotifyFunc, handler.get()); in OnContextCreated()
135 window->SetValue(kJSNotifyFunc, notify_func, attributes); in OnContextCreated()