Home
last modified time | relevance | path

Searched refs:supportedSchemes (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebPageSerializer.cpp135 const WebKit::WebVector<WebKit::WebCString>& supportedSchemes, in retrieveResourcesForFrame() argument
149 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() argument
212 retrieveResourcesForFrame(frame, supportedSchemes, in retrieveAllResources()
/external/webkit/Source/WebKit/chromium/public/
DWebPageSerializer.h78 const WebVector<WebCString>& supportedSchemes,