Searched refs:willSendRequestReturnsNull (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h153 bool willSendRequestReturnsNull() { return m_willSendRequestReturnsNull; } function in class:WTR::LayoutTestController
H A DInjectedBundlePage.cpp658 if (InjectedBundle::shared().isTestRunning() && InjectedBundle::shared().layoutTestController()->willSendRequestReturnsNull())
/external/webkit/Tools/DumpRenderTree/mac/
H A DResourceLoadDelegate.mm139 if (!done && gLayoutTestController->willSendRequestReturnsNull())
/external/webkit/Tools/DumpRenderTree/win/
H A DResourceLoadDelegate.cpp262 if (!done && gLayoutTestController->willSendRequestReturnsNull()) {
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h237 bool willSendRequestReturnsNull() const { return m_willSendRequestReturnsNull; } function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp1051 if (!done && gLayoutTestController->willSendRequestReturnsNull())

Completed in 646 milliseconds