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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 33 #include "core/loader/NavigationScheduler.h"
102 NavigationScheduler& navigationScheduler() const;
169 mutable NavigationScheduler m_navigationScheduler;
199 inline NavigationScheduler& LocalFrame::navigationScheduler() const
History.cpp 115 m_frame->navigationScheduler().scheduleHistoryNavigation(distance);
Location.cpp 246 m_frame->navigationScheduler().scheduleReload();
LocalDOMWindow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp 125 m_document->frame()->navigationScheduler().schedulePageBlock(m_document, Referrer());
HTMLDocumentParser.cpp 336 && document()->frame() && document()->frame()->navigationScheduler().locationChangePending())
465 if (document()->frame() && document()->frame()->navigationScheduler().locationChangePending()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp 172 m_frame->navigationScheduler().startTimer();
191 m_frame->navigationScheduler().cancel();
249 m_frame->navigationScheduler().cancel();
270 m_frame->navigationScheduler().cancel();
489 m_frame->navigationScheduler().startTimer();
607 toLocalFrame(descendant)->navigationScheduler().startTimer();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.cpp 244 toLocalFrame(contentFrame())->navigationScheduler().scheduleLocationChange(&document(), url.string(), Referrer(document().outgoingReferrer(), document().referrerPolicy()), lockBackForwardList);
HTMLFormElement.cpp 456 targetFrame->navigationScheduler().scheduleFormSubmission(submission);
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.cpp 123 frame->navigationScheduler().scheduleLocationChange(frame->document(), frame->document()->url(), Referrer(frame->document()->referrer(), frame->document()->referrerPolicy()));
  /external/chromium_org/third_party/WebKit/Source/core/page/
CreateWindow.cpp 160 newFrame->navigationScheduler().scheduleLocationChange(callingWindow.document(), completedURL.string(), referrer, false);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptController.cpp 545 bool locationChangeBefore = m_frame->navigationScheduler().locationChangePending();
562 if (!locationChangeBefore && m_frame->navigationScheduler().locationChangePending())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]

Completed in 1143 milliseconds