Home
last modified time | relevance | path

Searched defs:withCredentials (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/remoting/webapp/
Dwcs_sandbox_container.js260 withCredentials: xhr.withCredentials property
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DCrossOriginAccessControl.cpp245 …StoredCredentials withCredentials = resource->lastResourceRequest().allowStoredCredentials() ? All… in handleRedirect() local
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.h105 bool withCredentials() const { return m_includeCredentials; } in withCredentials() function
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventSource.cpp186 bool EventSource::withCredentials() const in withCredentials() function in WebCore::EventSource