HomeSort by relevance Sort by last modified time
    Searched refs:stopAllLoaders (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp 103 // stopAllLoaders can detach the LocalFrame, so protect it.
107 frameLoader.stopAllLoaders();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 96 // Warning: stopAllLoaders can and will detach the LocalFrame out from under you. All callers need to either protect the LocalFrame
97 // or guarantee they won't in any way access the LocalFrame after stopAllLoaders returns.
98 void stopAllLoaders();
FrameLoader.cpp 330 // load event and stopAllLoaders can detach the LocalFrame, so protect it.
335 loader->stopAllLoaders();
804 void FrameLoader::stopAllLoaders()
821 toLocalFrame(child.get())->loader().stopAllLoaders();
    [all...]
DocumentLoader.cpp 830 m_frame->loader().stopAllLoaders();
  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.cpp 376 toLocalFrame(m_page->mainFrame())->loader().stopAllLoaders();
WebLocalFrameImpl.cpp 907 // that FrameLoader::stopLoading doesn't call stopAllLoaders.
908 frame()->loader().stopAllLoaders();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 556 milliseconds