Searched refs:willDetachFrameHost (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameDestructionObserver.h48 virtual void willDetachFrameHost();
H A DFrameDestructionObserver.cpp64 void FrameDestructionObserver::willDetachFrameHost() function in class:blink::FrameDestructionObserver
H A DLocalFrame.h86 void willDetachFrameHost();
H A DLocalFrame.cpp277 // Oilpan: the assumption is that FrameDestructionObserver::willDetachFrameHost()
315 void LocalFrame::willDetachFrameHost() function in class:blink::LocalFrame
326 (*it)->willDetachFrameHost();
H A DLocalDOMWindow.h336 virtual void willDetachFrameHost() OVERRIDE;
H A DLocalDOMWindow.cpp545 void LocalDOMWindow::willDetachFrameHost() function in class:blink::LocalDOMWindow
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientationController.h56 virtual void willDetachFrameHost() override;
H A DScreenOrientationController.cpp199 void ScreenOrientationController::willDetachFrameHost() function in class:blink::ScreenOrientationController
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp1131 m_frame->willDetachFrameHost();
1136 m_frame->willDetachFrameHost();

Completed in 579 milliseconds