Home
last modified time | relevance | path

Searched defs:GetFocusHandler (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/
Dcef_client.h116 virtual CefRefPtr<CefFocusHandler> GetFocusHandler() { return nullptr; } in GetFocusHandler() function
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h109 CefRefPtr<CefFocusHandler> GetFocusHandler() OVERRIDE { return this; } in GetFocusHandler() function
/third_party/cef/libcef_dll/ctocpp/
Dclient_ctocpp.cc144 CefRefPtr<CefFocusHandler> CefClientCToCpp::GetFocusHandler() { in GetFocusHandler() function in CefClientCToCpp
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc381 CefRefPtr<CefFocusHandler> GetFocusHandler() override { return this; } in GetFocusHandler() function in __anon02482b880111::OSRTestHandler