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

  /external/webkit/Source/WebKit/chromium/public/
WebURLRequest.h 109 WEBKIT_API bool allowStoredCredentials() const;
110 WEBKIT_API void setAllowStoredCredentials(bool allowStoredCredentials);
  /external/webkit/Source/WebKit/chromium/src/
ResourceHandle.cpp 68 bool allowStoredCredentials() const;
111 wrappedRequest.setAllowStoredCredentials(allowStoredCredentials());
129 bool ResourceHandleInternal::allowStoredCredentials() const
299 requestIn.setAllowStoredCredentials(storedCredentials == AllowStoredCredentials);
WebURLRequest.cpp 117 bool WebURLRequest::allowStoredCredentials() const
122 void WebURLRequest::setAllowStoredCredentials(bool allowStoredCredentials)
124 m_private->m_allowStoredCredentials = allowStoredCredentials;
  /external/chromium/webkit/glue/
weburlloader_impl.cc 409 if (!request.allowCookies() || !request.allowStoredCredentials()) {
414 if (!request.allowStoredCredentials())

Completed in 455 milliseconds