Home
last modified time | relevance | path

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

/third_party/cef/include/
Dcef_frame.h170 virtual bool IsFocused() = 0;
/third_party/cef/libcef_dll/ctocpp/
Dframe_ctocpp.h59 bool IsFocused() override;
Dframe_ctocpp.cc262 NO_SANITIZE("cfi-icall") bool CefFrameCToCpp::IsFocused() { in IsFocused() function in CefFrameCToCpp
/third_party/cef/libcef/browser/
Dframe_host_impl.h66 bool IsFocused() override;
Dbrowser_contents_delegate.cc312 if (!frame || frame->IsFocused()) in OnFrameFocused()
Dframe_host_impl.cc159 bool CefFrameHostImpl::IsFocused() { in IsFocused() function in CefFrameHostImpl
/third_party/cef/libcef/renderer/
Dframe_impl.h69 bool IsFocused() override;
Dframe_impl.cc164 bool CefFrameImpl::IsFocused() { in IsFocused() function in CefFrameImpl
/third_party/cef/libcef_dll/cpptoc/
Dframe_cpptoc.cc270 bool _retval = CefFrameCppToC::Get(self)->IsFocused(); in frame_is_focused()
/third_party/cef/tests/ceftests/
Dframe_unittest.cc841 V_EXPECT_TRUE(frame->IsFocused()); in VerifySingleBrowserFrame()