Searched defs:allowStoredCredentials (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DResourceHandle.cpp65 bool allowStoredCredentials() const;
88 wrappedRequest.setAllowStoredCredentials(allowStoredCredentials());
105 bool ResourceHandleInternal::allowStoredCredentials() const function in class:WebCore::ResourceHandleInternal
H A DWebURLRequest.cpp116 bool WebURLRequest::allowStoredCredentials() const function in class:WebKit::WebURLRequest
121 void WebURLRequest::setAllowStoredCredentials(bool allowStoredCredentials) argument
123 m_private->m_allowStoredCredentials = allowStoredCredentials;

Completed in 41 milliseconds