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 52 , allowCredentials(false)
59 bool allowCredentials; // Whether to send HTTP credentials and cookies with the request.
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoaderOptions.h 91 , allowCredentials(DoNotAllowStoredCredentials)
103 StoredCredentials allowCredentials,
108 , allowCredentials(allowCredentials)
124 // FIXME: check allowCredentials.
138 StoredCredentials allowCredentials; // Whether HTTP credentials and cookies are sent with the request.
153 , allowCredentials(options.allowCredentials)
167 options.allowCredentials = allowCredentials;
    [all...]

Completed in 1380 milliseconds