Lines Matching refs:CefV8Value
48 CefRefPtr<CefV8Value> object, in Execute()
50 CefRefPtr<CefV8Value>& retval, in Execute()
125 CefRefPtr<CefV8Value> window = context->GetGlobal(); in OnContextCreated()
128 CefV8Value::PropertyAttribute attributes = in OnContextCreated()
129 static_cast<CefV8Value::PropertyAttribute>( in OnContextCreated()
133 CefRefPtr<CefV8Value> notify_func = in OnContextCreated()
134 CefV8Value::CreateFunction(kJSNotifyFunc, handler.get()); in OnContextCreated()
137 CefRefPtr<CefV8Value> total_count_func = in OnContextCreated()
138 CefV8Value::CreateFunction(kJSAssertTotalCountFunc, handler.get()); in OnContextCreated()
141 CefRefPtr<CefV8Value> browser_count_func = in OnContextCreated()
142 CefV8Value::CreateFunction(kJSAssertBrowserCountFunc, handler.get()); in OnContextCreated()
145 CefRefPtr<CefV8Value> context_count_func = in OnContextCreated()
146 CefV8Value::CreateFunction(kJSAssertContextCountFunc, handler.get()); in OnContextCreated()