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

  /external/chromium_org/chrome/browser/ui/webui/options/
startup_pages_handler.h 65 void SetStartupPagesToCurrentPages(const ListValue* args);
startup_pages_handler.cc 57 web_ui()->RegisterMessageCallback("setStartupPagesToCurrentPages",
58 base::Bind(&StartupPagesHandler::SetStartupPagesToCurrentPages,
133 void StartupPagesHandler::SetStartupPagesToCurrentPages(
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.h 80 void SetStartupPagesToCurrentPages(const ListValue* args);
browser_options_handler.cc 113 "setStartupPagesToCurrentPages",
114 NewCallback(this, &BrowserOptionsHandler::SetStartupPagesToCurrentPages));
353 void BrowserOptionsHandler::SetStartupPagesToCurrentPages(

Completed in 1523 milliseconds