Searched refs:originalURL (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DXSSAuditorDelegate.h44 static PassOwnPtr<XSSInfo> create(const String& originalURL, bool didBlockEntirePage, bool didSendXSSProtectionHeader, bool didSendCSPHeader) argument
46 return adoptPtr(new XSSInfo(originalURL, didBlockEntirePage, didSendXSSProtectionHeader, didSendCSPHeader));
59 XSSInfo(const String& originalURL, bool didBlockEntirePage, bool didSendXSSProtectionHeader, bool didSendCSPHeader) argument
60 : m_originalURL(originalURL.isolatedCopy())
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLStyleSheet.h40 static PassRefPtrWillBeRawPtr<XSLStyleSheet> create(XSLImportRule* parentImport, const String& originalURL, const KURL& finalURL) argument
43 return adoptRefWillBeNoop(new XSLStyleSheet(parentImport, originalURL, finalURL));
45 static PassRefPtrWillBeRawPtr<XSLStyleSheet> create(ProcessingInstruction* parentNode, const String& originalURL, const KURL& finalURL) argument
48 return adoptRefWillBeNoop(new XSLStyleSheet(parentNode, originalURL, finalURL, false));
59 static PassRefPtrWillBeRawPtr<XSLStyleSheet> createForXSLTProcessor(Document* document, Node* stylesheetRootNode, const String& originalURL, const KURL& finalURL) argument
62 return adoptRefWillBeNoop(new XSLStyleSheet(document, stylesheetRootNode, originalURL, finalURL, false));
105 XSLStyleSheet(Node* parentNode, const String& originalURL, const KURL& finalURL, bool embedded);
106 XSLStyleSheet(Document* ownerDocument, Node* styleSheetRootNode, const String& originalURL, const KURL& finalURL, bool embedded);
107 XSLStyleSheet(XSLImportRule* parentImport, const String& originalURL, const KURL& finalURL);
H A DXSLStyleSheetLibxslt.cpp40 XSLStyleSheet::XSLStyleSheet(XSLImportRule* parentRule, const String& originalURL, const KURL& finalURL) argument
42 , m_originalURL(originalURL)
57 XSLStyleSheet::XSLStyleSheet(Node* parentNode, const String& originalURL, const KURL& finalURL, bool embedded) argument
59 , m_originalURL(originalURL)
72 XSLStyleSheet::XSLStyleSheet(Document* ownerDocument, Node* styleSheetRootNode, const String& originalURL, const KURL& finalURL, bool embedded) argument
74 , m_originalURL(originalURL)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleSheetContents.h53 static PassRefPtrWillBeRawPtr<StyleSheetContents> create(const String& originalURL, const CSSParserContext& context) argument
55 return adoptRefWillBeNoop(new StyleSheetContents(0, originalURL, context));
57 static PassRefPtrWillBeRawPtr<StyleSheetContents> create(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context) argument
59 return adoptRefWillBeNoop(new StyleSheetContents(ownerRule, originalURL, context));
120 String originalURL() const { return m_originalURL; } function in class:blink::StyleSheetContents
167 StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext&);
H A DStyleRuleImport.cpp125 || equalIgnoringFragmentIdentifier(absURL, document->completeURL(sheet->originalURL())))
H A DStyleSheetContents.cpp59 StyleSheetContents::StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context) argument
61 , m_originalURL(originalURL)
H A DCSSStyleSheet.cpp389 return m_contents->originalURL();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DCrossOriginAccessControl.cpp204 const KURL& originalURL = redirectResponse.url(); local
210 if (!securityOrigin->canRequest(originalURL)) {
221 RefPtr<SecurityOrigin> originalOrigin = SecurityOrigin::create(originalURL);
231 const String& originalOrigin = SecurityOrigin::create(originalURL)->toString();
H A DMemoryCache.cpp138 KURL MemoryCache::removeFragmentIdentifierIfNeeded(const KURL& originalURL) argument
140 if (!originalURL.hasFragmentIdentifier())
141 return originalURL;
145 if (!originalURL.protocolIsInHTTPFamily())
146 return originalURL;
147 KURL url = originalURL;
H A DMemoryCache.h177 static KURL removeFragmentIdentifierIfNeeded(const KURL& originalURL);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 1916 milliseconds