Searched refs:frameURL (Results 1 – 8 of 8) sorted by relevance
143 KURL frameURL = frame->loader().documentLoader()->request().url(); in retrieveResourcesForFrame() local146 if (!frameURL.isValid()) in retrieveResourcesForFrame()152 if (frameURL.protocolIs(static_cast<CString>(supportedSchemes[i]).data())) { in retrieveResourcesForFrame()164 if (!frameURLs->contains(frameURL)) in retrieveResourcesForFrame()165 frameURLs->append(frameURL); in retrieveResourcesForFrame()
292 data.frameURL = urlFromFrame(selectedFrame); in showContextMenu()
64 virtual void didSerializeDataForFrame(const WebURL& frameURL,
86 WebURL frameURL; member
32 frame_url(data.frameURL), in ContextMenuParams()
891 …var frame = options.frameURL ? resolveURLToFrame(options.frameURL) : WebInspector.resourceTreeMode…893 if (options.frameURL)894 console.warn("evaluate: there is no frame with URL " + options.frameURL);897 return this._status.E_NOTFOUND(options.frameURL || "<top>");
30 params.frame_url = data.frameURL; in Build()
97 …virtual void didSerializeDataForFrame(const WebURL& frameURL, const WebCString& data, PageSerializ… in didSerializeDataForFrame() argument