Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/renderer/
Dperformance_test.cc30 class V8Handler : public CefV8Handler { class
32 V8Handler() {} in V8Handler() function in client::performance_test::__anonab89b6090111::V8Handler
125 IMPLEMENT_REFCOUNTING(V8Handler);
139 CefRefPtr<CefV8Handler> handler = new V8Handler(); in OnContextCreated()