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

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 51 InternetOptionsHandler::InternetOptionsHandler()
66 InternetOptionsHandler::~InternetOptionsHandler() {
74 void InternetOptionsHandler::GetLocalizedValues(
327 void InternetOptionsHandler::Initialize() {
333 void InternetOptionsHandler::RegisterMessages() {
337 NewCallback(this, &InternetOptionsHandler::ButtonClickCallback));
339 NewCallback(this, &InternetOptionsHandler::RefreshCellularPlanCallback));
341 NewCallback(this, &InternetOptionsHandler::LoginCallback))
    [all...]
internet_options_handler.h 21 class InternetOptionsHandler
27 InternetOptionsHandler();
28 virtual ~InternetOptionsHandler();
140 DISALLOW_COPY_AND_ASSIGN(InternetOptionsHandler);
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 217 AddOptionsPageUIHandler(localized_strings, new InternetOptionsHandler());

Completed in 715 milliseconds