Searched refs:isSameOrigin (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAnchorElement.cpp354 bool isSameOrigin = completedURL.protocolIsData() || document().securityOrigin()->canRequest(completedURL); local
355 const AtomicString& suggestedName = (isSameOrigin ? fastGetAttribute(downloadAttr) : nullAtom);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js1609 || (this.options.evalJS && this.isSameOrigin() && contentType
1626 isSameOrigin: function() {
1719 !this.request.isSameOrigin());
1733 !this.request.isSameOrigin());
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js1313 || (this.options.evalJS && this.isSameOrigin() && contentType
1331 isSameOrigin: function() {
1416 !this.request.isSameOrigin());
1430 !this.request.isSameOrigin());
H A Dconcat-jquery-mootools-prototype.js9692 || (this.options.evalJS && this.isSameOrigin() && contentType
9710 isSameOrigin: function() {
9795 !this.request.isSameOrigin());
9809 !this.request.isSameOrigin());

Completed in 351 milliseconds