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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
ResourceLoaderOptions.h 90 ClientDidNotRequestCredentials
99 , credentialsRequested(ClientDidNotRequestCredentials)
DocumentThreadableLoader.cpp 234 if (m_options.credentialsRequested == ClientDidNotRequestCredentials)
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp 132 options.credentialsRequested = m_withCredentials ? ClientRequestedCredentials : ClientDidNotRequestCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 743 options.credentialsRequested = m_includeCredentials ? ClientRequestedCredentials : ClientDidNotRequestCredentials;
    [all...]

Completed in 824 milliseconds