HomeSort by relevance Sort by last modified time
    Searched defs:allowStoredCredentials (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/chromium/src/
ResourceHandle.cpp 65 bool allowStoredCredentials() const;
88 wrappedRequest.setAllowStoredCredentials(allowStoredCredentials());
105 bool ResourceHandleInternal::allowStoredCredentials() const
254 requestIn.setAllowStoredCredentials(storedCredentials == AllowStoredCredentials);
WebURLRequest.cpp 116 bool WebURLRequest::allowStoredCredentials() const
121 void WebURLRequest::setAllowStoredCredentials(bool allowStoredCredentials)
123 m_private->m_allowStoredCredentials = allowStoredCredentials;

Completed in 408 milliseconds