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

  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.h 112 bool m_withCredentials;
EventSource.cpp 63 , m_withCredentials(false)
72 eventSourceInit.get("withCredentials", m_withCredentials);
145 resourceLoaderOptions.allowCredentials = (origin->canRequest(m_url) || m_withCredentials) ? AllowStoredCredentials : DoNotAllowStoredCredentials;
146 resourceLoaderOptions.credentialsRequested = m_withCredentials ? ClientRequestedCredentials : ClientDidNotRequestCredentials;
188 return m_withCredentials;

Completed in 59 milliseconds