Home
last modified time | relevance | path

Searched refs:DetachFromFrame (Results 1 – 23 of 23) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_document_loader_impl.cc138 void WebDocumentLoaderImpl::DetachFromFrame(bool flush_microtask_queue) { in DetachFromFrame() function in blink::WebDocumentLoaderImpl
139 DocumentLoader::DetachFromFrame(flush_microtask_queue); in DetachFromFrame()
H A Dweb_document_loader_impl.h97 void DetachFromFrame(bool flush_microtask_queue) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_document_loader_impl.cc138 void WebDocumentLoaderImpl::DetachFromFrame(bool flush_microtask_queue) { in DetachFromFrame() function in blink::WebDocumentLoaderImpl
139 DocumentLoader::DetachFromFrame(flush_microtask_queue); in DetachFromFrame()
H A Dweb_document_loader_impl.h97 void DetachFromFrame(bool flush_microtask_queue) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/runners/cast/
H A Dnamed_message_port_connector_fuchsia.h30 void DetachFromFrame();
H A Dapi_bindings_client.h40 void DetachFromFrame(fuchsia::web::Frame* frame);
H A Dnamed_message_port_connector_fuchsia.cc62 void NamedMessagePortConnectorFuchsia::DetachFromFrame() { in DetachFromFrame() function in NamedMessagePortConnectorFuchsia
H A Dcast_component.cc202 api_bindings_client_->DetachFromFrame(frame()); in DestroyComponent()
203 connector_->DetachFromFrame(); in DestroyComponent()
H A Dapi_bindings_client.cc82 void ApiBindingsClient::DetachFromFrame(fuchsia::web::Frame* frame) { in DetachFromFrame() function in ApiBindingsClient
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DSVGObserverUtils.h303 void DetachFromFrame() { mFrameReference.Detach(); } in DetachFromFrame() function
446 aProp->DetachFromFrame(); in DestroyFilterProperty()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGEffects.h296 void DetachFromFrame() { mFrameReference.Detach(); }
443 aProp->DetachFromFrame();
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dmenu.cpp202 DetachFromFrame(wxMenu* menu, wxFrame* frame) in DetachFromFrame() function
219 DetachFromFrame(menuitem->GetSubMenu(), frame); in DetachFromFrame()
307 DetachFromFrame( menu, m_menuBarFrame ); in Detach()
421 DetachFromFrame( menu, m_menuBarFrame ); in Remove()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dmenu.cpp181 DetachFromFrame(wxMenu* menu, wxFrame* frame) in DetachFromFrame() function
198 DetachFromFrame(menuitem->GetSubMenu(), frame); in DetachFromFrame()
286 DetachFromFrame( menu, m_menuBarFrame ); in Detach()
376 DetachFromFrame( menu, m_menuBarFrame ); in Remove()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dmenu.cpp202 DetachFromFrame(wxMenu* menu, wxFrame* frame) in DetachFromFrame() function
219 DetachFromFrame(menuitem->GetSubMenu(), frame); in DetachFromFrame()
307 DetachFromFrame( menu, m_menuBarFrame ); in Detach()
421 DetachFromFrame( menu, m_menuBarFrame ); in Remove()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dmenu.cpp241 static void DetachFromFrame( wxMenu *menu, wxWindow *win ) in DetachFromFrame() function
255 DetachFromFrame( menuitem->GetSubMenu(), win ); in DetachFromFrame()
316 DetachFromFrame( menu, top_frame ); in Detach()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dmenu.cpp241 static void DetachFromFrame( wxMenu *menu, wxWindow *win ) in DetachFromFrame() function
255 DetachFromFrame( menuitem->GetSubMenu(), win ); in DetachFromFrame()
316 DetachFromFrame( menu, top_frame ); in Detach()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dmenu.cpp241 static void DetachFromFrame( wxMenu *menu, wxWindow *win ) in DetachFromFrame() function
255 DetachFromFrame( menuitem->GetSubMenu(), win ); in DetachFromFrame()
316 DetachFromFrame( menu, top_frame ); in Detach()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Ddocument_loader.h125 virtual void DetachFromFrame(bool flush_microtask_queue);
H A Dframe_loader.cc431 loader->DetachFromFrame(flush_microtask_queue); in DetachDocumentLoader()
H A Ddocument_loader.cc1087 void DocumentLoader::DetachFromFrame(bool flush_microtask_queue) { in DetachFromFrame() function in blink::DocumentLoader
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Ddocument_loader.h124 virtual void DetachFromFrame(bool flush_microtask_queue);
H A Dframe_loader.cc459 loader->DetachFromFrame(flush_microtask_queue); in DetachDocumentLoader()
H A Ddocument_loader.cc1071 void DocumentLoader::DetachFromFrame(bool flush_microtask_queue) { in DetachFromFrame() function in blink::DocumentLoader