Home | History | Annotate | Download | only in inspector

Lines Matching refs:kurl

114 KURL urlWithoutFragment(const KURL& url)
116 KURL result = url;
243 static void resourceContent(ErrorString* errorString, LocalFrame* frame, const KURL& url, String* result, bool* base64Encoded)
322 Resource* InspectorPageAgent::cachedResource(LocalFrame* frame, const KURL& url)
676 static Vector<KURL> allResourcesURLsForFrame(LocalFrame* frame)
678 Vector<KURL> result;
697 Vector<KURL> allURLs = allResourcesURLsForFrame(toLocalFrame(frame));
698 for (Vector<KURL>::const_iterator it = allURLs.begin(); it != allURLs.end(); ++it) {
714 KURL parsedURL(ParsedURLString, url);
736 resourceContent(&errorString, frame, KURL(ParsedURLString, url), &content, &base64Encoded);
776 KURL kurl(ParsedURLString, url);
785 Resource* resource = cachedResource(frame, kurl);
1113 Resource* resource = cachedResource(frame, KURL(ParsedURLString, url));