Searched defs:registerURLSchemeAsEmptyDocument (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DSchemeRegistry.cpp171 void SchemeRegistry::registerURLSchemeAsEmptyDocument(const String& scheme) function in class:WebCore::SchemeRegistry
/external/webkit/Source/WebKit2/UIProcess/
H A DWebContext.cpp473 void WebContext::registerURLSchemeAsEmptyDocument(const String& urlScheme) function in class:WebKit::WebContext
/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.cpp209 registerURLSchemeAsEmptyDocument(parameters.urlSchemesRegistererdAsEmptyDocument[i]);
239 void WebProcess::registerURLSchemeAsEmptyDocument(const String& urlScheme) function in class:WebKit::WebProcess
241 SchemeRegistry::registerURLSchemeAsEmptyDocument(urlScheme);

Completed in 85 milliseconds