HomeSort by relevance Sort by last modified time
    Searched full:shouldstarttimer (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp 72 virtual bool shouldStartTimer(Frame*) { return true; }
134 virtual bool shouldStartTimer(Frame* frame) { return frame->loader().allAncestorsAreComplete(); }
388 if (!m_redirect->shouldStartTimer(m_frame))

Completed in 727 milliseconds