Searched refs:supportedSchemes (Results 1 – 2 of 2) sorted by relevance
135 const WebKit::WebVector<WebKit::WebCString>& supportedSchemes, in retrieveResourcesForFrame() argument149 for (size_t i = 0; i < supportedSchemes.size(); ++i) { in retrieveResourcesForFrame()150 if (frameURL.protocolIs(static_cast<CString>(supportedSchemes[i]).data())) { in retrieveResourcesForFrame()195 const WebVector<WebCString>& supportedSchemes, in retrieveAllResources() argument212 retrieveResourcesForFrame(frame, supportedSchemes, in retrieveAllResources()
78 const WebVector<WebCString>& supportedSchemes,