Searched defs:resourceURL (Results 1 - 6 of 6) 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, const String& mediaAttribute) argument
40 return adoptPtr(new PreloadRequest(initiatorName, initiatorPosition, resourceURL, baseURL, resourceType, mediaAttribute));
43 static PassOwnPtr<PreloadRequest> create(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType) argument
45 return adoptPtr(new PreloadRequest(initiatorName, initiatorPosition, resourceURL, baseURL, resourceType, ""));
65 PreloadRequest(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType, const String& mediaAttribute) argument
68 , m_resourceURL(resourceURL.isolatedCopy())
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.cpp135 Resource* MemoryCache::resourceForURL(const KURL& resourceURL) argument
138 KURL url = removeFragmentIdentifierIfNeeded(resourceURL);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCSSStyleModel.js430 var url = styleSheetHeader.resourceURL();
452 var url = header.resourceURL();
1040 var url = styleSheetHeader.resourceURL();
1049 resourceURL: function()
1054 return styleSheetHeader.resourceURL();
1302 var url = this.ownerStyle.parentRule.resourceURL();
1420 resourceURL: function()
1457 var rawLocation = new WebInspector.CSSLocation(this.resourceURL(), lineNumber, columnNumber);
1477 return this.frameId + ":" + this.resourceURL();
1519 return this.resourceURL();
[all...]

Completed in 238 milliseconds