Home
last modified time | relevance | path

Searched defs:handlesAuthenticationChallenges (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h249 bool handlesAuthenticationChallenges() const { return m_handlesAuthenticationChallenges; } in handlesAuthenticationChallenges() function
250 …void setHandlesAuthenticationChallenges(bool handlesAuthenticationChallenges) { m_handlesAuthentic… in setHandlesAuthenticationChallenges()