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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
ResourceLoaderOptions.h 99 , credentialsRequested(ClientDidNotRequestCredentials)
113 CredentialRequest credentialsRequested,
123 , credentialsRequested(credentialsRequested)
135 CredentialRequest credentialsRequested; // Whether the client (e.g. XHR) wanted credentials in the first place.
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 481 milliseconds