Home
last modified time | relevance | path

Searched refs:allowStoredCredentials (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLRequest.cpp140 bool WebURLRequest::allowStoredCredentials() const in allowStoredCredentials() function in blink::WebURLRequest
145 void WebURLRequest::setAllowStoredCredentials(bool allowStoredCredentials) in setAllowStoredCredentials() argument
147 m_private->m_allowStoredCredentials = allowStoredCredentials; in setAllowStoredCredentials()
/external/chromium_org/third_party/WebKit/public/platform/
DWebURLRequest.h128 BLINK_PLATFORM_EXPORT bool allowStoredCredentials() const;
/external/chromium/webkit/glue/
Dweburlloader_impl.cc409 if (!request.allowCookies() || !request.allowStoredCredentials()) { in Start()
414 if (!request.allowStoredCredentials()) in Start()
/external/chromium_org/webkit/child/
Dweburlloader_impl.cc355 if (!request.allowCookies() || !request.allowStoredCredentials()) { in Start()
360 if (!request.allowStoredCredentials()) in Start()