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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.cpp 160 AtomicString crossOriginMode = m_element->fastGetAttribute(HTMLNames::crossoriginAttr);
161 if (!crossOriginMode.isNull()) {
162 StoredCredentials allowCredentials = equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 265 String crossOriginMode = m_element->fastGetAttribute(HTMLNames::crossoriginAttr);
266 if (!crossOriginMode.isNull()) {
267 StoredCredentials allowCredentials = equalIgnoringCase(crossOriginMode, "use-credentials") ? AllowStoredCredentials : DoNotAllowStoredCredentials;

Completed in 329 milliseconds