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

  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 249 bool handlesAuthenticationChallenges() const { return m_handlesAuthenticationChallenges; }
250 void setHandlesAuthenticationChallenges(bool handlesAuthenticationChallenges) { m_handlesAuthenticationChallenges = handlesAuthenticationChallenges; }
  /external/webkit/Tools/DumpRenderTree/mac/
ResourceLoadDelegate.mm 177 if (!gLayoutTestController->handlesAuthenticationChallenges()) {
  /external/webkit/Tools/DumpRenderTree/win/
ResourceLoadDelegate.cpp 296 if (!gLayoutTestController->handlesAuthenticationChallenges()) {

Completed in 52 milliseconds