Home
last modified time | relevance | path

Searched refs:frameScheduledNavigation (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorResourceAgent.h116 void frameScheduledNavigation(LocalFrame*, double);
DInspectorPageAgent.h138 void frameScheduledNavigation(LocalFrame*, double delay);
DInspectorPageAgent.cpp1160 void InspectorPageAgent::frameScheduledNavigation(LocalFrame* frame, double delay) in frameScheduledNavigation() function in blink::InspectorPageAgent
1162 m_frontend->frameScheduledNavigation(frameId(frame), delay); in frameScheduledNavigation()
DInspectorInstrumentation.idl359 void frameScheduledNavigation([Keep] LocalFrame*, double delay);
DInspectorResourceAgent.cpp835 void InspectorResourceAgent::frameScheduledNavigation(LocalFrame* frame, double) in frameScheduledNavigation() function in blink::InspectorResourceAgent
/external/chromium_org/third_party/WebKit/Source/core/loader/
DNavigationScheduler.cpp414 InspectorInstrumentation::frameScheduledNavigation(m_frame, m_redirect->delay()); in startTimer()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DResourceTreeModel.js785 frameScheduledNavigation: function(frameId, delay) method in WebInspector.PageDispatcher