Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.h156 CefRefPtr<CefFrameHostImpl> focused_frame() const { return focused_frame_; } in focused_frame() function
Dbrowser_host_base.cc692 focused_frame_ = contents_delegate_->focused_frame(); in OnStateChanged()
/third_party/cef/tests/ceftests/
Dframe_unittest.cc868 CefRefPtr<CefFrame> focused_frame = browser->GetFocusedFrame(); in VerifySingleBrowserFrames() local
869 V_EXPECT_TRUE(VerifySingleBrowserFrame(browser, focused_frame, expected_url)); in VerifySingleBrowserFrames()
879 V_EXPECT_TRUE(identifiers[0] == focused_frame->GetIdentifier()); in VerifySingleBrowserFrames()
888 V_EXPECT_TRUE(names[0].ToString() == focused_frame->GetName().ToString()); in VerifySingleBrowserFrames()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch34118 auto* focused_frame = web_contents_->GetFocusedFrame();
34119 if (focused_frame && !web_contents_->GetBrowserContext()->IsOffTheRecord()) {
42354 + if (Frame* focused_frame = GetPage()->GetFocusController().FocusedFrame()) {
42355 + if (!focused_frame->IsInFencedFrameTree() && !IsInFencedFrameTree())
42359 + focused_frame->Tree().Top(FrameTreeBoundary::kFenced);
D0003-3.2-Beta3-1115.patch72864 if (local_frame != focused_frame)