Searched refs:handlesAuthenticationChallenges (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h249 bool handlesAuthenticationChallenges() const { return m_handlesAuthenticationChallenges; } function in class:LayoutTestController
250 void setHandlesAuthenticationChallenges(bool handlesAuthenticationChallenges) { m_handlesAuthenticationChallenges = handlesAuthenticationChallenges; } argument
/external/webkit/Tools/DumpRenderTree/mac/
H A DResourceLoadDelegate.mm177 if (!gLayoutTestController->handlesAuthenticationChallenges()) {
/external/webkit/Tools/DumpRenderTree/win/
H A DResourceLoadDelegate.cpp296 if (!gLayoutTestController->handlesAuthenticationChallenges()) {

Completed in 73 milliseconds