Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dweb_frame.cc64 Frame* core_frame = ToCoreFrame(*this); in Parent() local
65 CHECK(core_frame); in Parent()
66 return FromFrame(core_frame->Parent()); in Parent()
70 Frame* core_frame = ToCoreFrame(*this); in Top() local
71 CHECK(core_frame); in Top()
72 return FromFrame(core_frame->Top()); in Top()
76 Frame* core_frame = ToCoreFrame(*this); in FirstChild() local
77 CHECK(core_frame); in FirstChild()
83 CHECK(core_frame); in LastChild()
89 CHECK(core_frame); in NextSibling()
[all …]
H A Dfind_in_page.cc76 LocalFrame* core_frame = frame_->GetFrame(); in Find() local
77 core_frame->GetPage()->GetFocusController().SetFocusedFrame(core_frame); in Find()
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp_frame.cpp9 : ImpBase(pool_path), core_frame(frame_filename, *pool.get()), frame(core_frame.get_frame()) in ImpFrame()
11 core = &core_frame; in ImpFrame()
12 core_frame.signal_tool_changed().connect(sigc::mem_fun(*this, &ImpBase::handle_tool_change)); in ImpFrame()
17 canvas->update(core_frame.get_canvas_data()); in canvas_update()
33 name_entry->signal_changed().connect([this] { core_frame.set_needs_save(); }); in construct()
H A Dimp_frame.hpp20 CoreFrame core_frame; member in horizon::ImpFrame
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dfind_in_page.cc75 LocalFrame* core_frame = frame_->GetFrame(); in Find() local
76 core_frame->GetPage()->GetFocusController().SetFocusedFrame(core_frame); in Find()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.cc2084 LocalFrame* core_frame = To<WebLocalFrameImpl>(frame)->GetFrame(); in SetFocusedFrame() local
2085 core_frame->GetPage()->GetFocusController().SetFocusedFrame(core_frame); in SetFocusedFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.cc2020 LocalFrame* core_frame = To<WebLocalFrameImpl>(frame)->GetFrame(); in SetFocusedFrame() local
2021 core_frame->GetPage()->GetFocusController().SetFocusedFrame(core_frame); in SetFocusedFrame()
/dports/cad/horizon-eda/horizon-2.1.0/
H A DMakefile359 src/core/core_frame.cpp\