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

  /external/chromium_org/third_party/WebKit/public/web/
WebURLLoaderOptions.h 53 , allowCredentials(false)
61 bool allowCredentials; // Whether to send HTTP credentials and cookies with the request.
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoaderOptions.h 96 , allowCredentials(DoNotAllowStoredCredentials)
109 StoredCredentials allowCredentials,
115 , allowCredentials(allowCredentials)
127 StoredCredentials allowCredentials; // Whether HTTP credentials and cookies are sent with the request.

Completed in 113 milliseconds