Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dmessage_router_unittest.cc30 const char kJSAssertTotalCountFunc[] = "mrtAssertTotalCount"; variable
77 if (name == kJSAssertTotalCountFunc) { in Execute()
138 CefV8Value::CreateFunction(kJSAssertTotalCountFunc, handler.get()); in OnContextCreated()
139 window->SetValue(kJSAssertTotalCountFunc, total_count_func, attributes); in OnContextCreated()