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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp 98 // stopAllLoaders can detach the Frame, so protect it.
102 frameLoader->stopAllLoaders();
  /external/chromium_org/third_party/WebKit/Source/web/
WebHelperPluginImpl.cpp 133 m_page->mainFrame()->loader()->stopAllLoaders();
WebPagePopupImpl.cpp 322 m_page->mainFrame()->loader()->stopAllLoaders();
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 107 // Warning: stopAllLoaders can and will detach the Frame out from under you. All callers need to either protect the Frame
108 // or guarantee they won't in any way access the Frame after stopAllLoaders returns.
109 void stopAllLoaders(ClearProvisionalItemPolicy = ShouldClearProvisionalItem);
FrameLoader.cpp     [all...]
DocumentLoader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 277 // stopAllLoaders may end up running onload handlers, which could cause further history traversals that may lead to the passed in HistoryItem
282 m_mainFrame->loader()->stopAllLoaders();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 2266 milliseconds