HomeSort by relevance Sort by last modified time
    Searched refs:WebUIFactoryFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.cc 69 typedef WebUI* (*WebUIFactoryFunction)(TabContents* tab_contents,
72 // Template for defining WebUIFactoryFunction.
95 static WebUIFactoryFunction GetWebUIFactoryFunction(Profile* profile,
236 WebUIFactoryFunction function = GetWebUIFactoryFunction(profile, url);
271 WebUIFactoryFunction function = GetWebUIFactoryFunction(
  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_ui_controller_factory.cc 156 typedef WebUIController* (*WebUIFactoryFunction)(WebUI* web_ui,
159 // Template for defining WebUIFactoryFunction.
218 WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* web_ui,
513 WebUIFactoryFunction function = GetWebUIFactoryFunction(NULL, profile, url);
535 WebUIFactoryFunction function = GetWebUIFactoryFunction(web_ui, profile, url);

Completed in 49 milliseconds