Searched refs:resourceURL (Results 1 - 16 of 16) sorted by relevance

/external/apache-harmony/support/src/test/resources/tests/resources/JarIndex/
H A Dhyts_13.jarMETA-INF/ META-INF/MANIFEST.MF cpack/ cpack/CNothing.java cpack/CNothing.class CNothing ...
H A Dhyts_33.jarMETA-INF/ META-INF/MANIFEST.MF cpack/ cpack/CNothing.java cpack/CNothing.class CNothing ...
H A Dhyts_23.jarMETA-INF/ META-INF/MANIFEST.MF cpack/ cpack/CNothing.java cpack/CNothing.class CNothing ...
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLResourcePreloader.h38 static PassOwnPtr<PreloadRequest> create(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType) argument
40 return adoptPtr(new PreloadRequest(initiatorName, initiatorPosition, resourceURL, baseURL, resourceType));
61 PreloadRequest(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType) argument
64 , m_resourceURL(resourceURL.isolatedCopy())
H A DXSSAuditor.cpp787 // Give empty URLs and about:blank a pass. Making a resourceURL from an
802 KURL resourceURL(m_documentURL, url);
803 return (m_documentURL.host() == resourceURL.host() && resourceURL.query().isEmpty());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSrcValue.cpp131 const String resourceURL = document->completeURL(m_resource); local
132 if (document->fetcher()->cachedResource(KURL(ParsedURLString, resourceURL)))
135 FetchRequest request(ResourceRequest(resourceURL), FetchInitiatorTypeNames::css);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DHandlerRegistry.js179 var resourceURL = anchorElement.href;
180 if (!resourceURL)
184 contextMenu.appendItem(WebInspector.openLinkExternallyLabel(), this._openInNewTab.bind(this, resourceURL));
186 function openInResourcesPanel(resourceURL)
188 var resource = WebInspector.resourceForURL(resourceURL);
192 InspectorFrontendHost.openInNewTab(resourceURL);
194 if (WebInspector.resourceForURL(resourceURL))
195 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Open link in Resources panel" : "Open Link in Resources Panel"), openInResourcesPanel.bind(null, resourceURL));
196 contextMenu.appendItem(WebInspector.copyLinkAddressLabel(), InspectorFrontendHost.copyText.bind(InspectorFrontendHost, resourceURL));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DCookieItemsView.js134 var resourceURL = resourceURLsForDocumentURL[j];
135 if (WebInspector.Cookies.cookieMatchesResourceURL(allCookies[i], resourceURL)) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DStylesSourceMapping.js109 var url = header.resourceURL();
135 var url = header.resourceURL();
303 var styleSheetURL = header.resourceURL();
H A DNetworkUISourceCodeProvider.js99 this._addFile(header.resourceURL(), header, false);
H A DCSSWorkspaceBinding.js131 var url = style.parentRule.resourceURL();
293 var rawLocation = new WebInspector.CSSLocation(this._header.target(), this._header.id, this._header.resourceURL(), lineNumber, columnNumber);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCookieParser.js414 * @param {string} resourceURL
417 WebInspector.Cookies.cookieMatchesResourceURL = function(cookie, resourceURL)
419 var url = resourceURL.asParsedURL();
H A DCSSStyleModel.js484 var url = styleSheetHeader.resourceURL();
507 var url = header.resourceURL();
1006 resourceURL: function()
1011 return styleSheetHeader.resourceURL();
1049 return new WebInspector.CSSLocation(this._cssModel.target(), this.styleSheetId || null, this.resourceURL(), lineNumber, columnNumber);
1498 resourceURL: function()
1543 return this.resourceURL();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.cpp189 Resource* MemoryCache::resourceForURL(const KURL& resourceURL) argument
192 KURL url = removeFragmentIdentifierIfNeeded(resourceURL);
H A DResourceFetcher.cpp274 Resource* ResourceFetcher::cachedResource(const KURL& resourceURL) const
276 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(resourceURL);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DStylesSidebarPane.js198 text: WebInspector.displayNameForURL(header.resourceURL()),
230 return !header.isViaInspector() && !header.isInline && header.resourceURL();
1264 this.navigable = !!this.rule.resourceURL();
1697 var sourceURL = styleSheetHeader.resourceURL();
2369 if (this._styleRule.rule && this._styleRule.rule.resourceURL())
2370 hrefUrl = WebInspector.ParsedURL.completeURL(this._styleRule.rule.resourceURL(), hrefUrl);

Completed in 393 milliseconds