Home
last modified time | relevance | path

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

/third_party/cef/include/
Dcef_client.h117 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.cc145 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 __anon05df0fc20111::OSRTestHandler