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

  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTreeGtk.h 38 extern WebKitWebFrame* topLoadingFrame;
DumpRenderTree.cpp 85 WebKitWebFrame* topLoadingFrame = 0;
660 topLoadingFrame = 0;
733 if (!topLoadingFrame && !done)
734 topLoadingFrame = frame;
774 if (frame != topLoadingFrame)
777 topLoadingFrame = 0;
    [all...]
LayoutTestControllerGtk.cpp 190 if (m_waitToDump && !topLoadingFrame && !WorkQueue::shared()->count())
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeMac.h 55 extern WebFrame* topLoadingFrame;
FrameLoadDelegate.mm 123 if (topLoadingFrame)
138 if ([dataSource webFrame] == topLoadingFrame) {
139 topLoadingFrame = nil;
165 if (!topLoadingFrame && !done)
166 topLoadingFrame = frame;
DumpRenderTree.mm 126 WebFrame *topLoadingFrame = nil; // !nil iff a load is in progress
    [all...]
LayoutTestControllerMac.mm 333 if (m_waitToDump && !topLoadingFrame && !WorkQueue::shared()->count())
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTreeWin.h 40 extern IWebFrame* topLoadingFrame;
FrameLoadDelegate.cpp 126 if (!topLoadingFrame && !done)
127 topLoadingFrame = frame;
196 if (topLoadingFrame)
233 if (frame != topLoadingFrame)
236 topLoadingFrame = 0;
DumpRenderTree.cpp 96 IWebFrame* topLoadingFrame; // !nil iff a load is in progress
    [all...]
LayoutTestControllerWin.cpp 276 if (m_waitToDump && !topLoadingFrame && !WorkQueue::shared()->count())
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h 70 WKBundleFrameRef topLoadingFrame() { return m_topLoadingFrame; }
InjectedBundlePage.cpp 396 if (InjectedBundle::shared().topLoadingFrame())
410 if (frame != InjectedBundle::shared().topLoadingFrame())
561 if (frame != InjectedBundle::shared().topLoadingFrame())
576 if (frame != InjectedBundle::shared().topLoadingFrame())
    [all...]
LayoutTestController.cpp 150 if (m_waitToDump && !InjectedBundle::shared().topLoadingFrame())
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 79 WebKit::WebFrame* topLoadingFrame() { return m_topLoadingFrame; }
LayoutTestController.cpp 231 if (m_controller->m_shell->webViewHost()->topLoadingFrame())
252 if (!m_controller->m_waitUntilDone && !shell->webViewHost()->topLoadingFrame())
377 if (m_waitUntilDone && !m_shell->webViewHost()->topLoadingFrame() && m_workQueue.isEmpty()) {
    [all...]

Completed in 260 milliseconds