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

  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 155 NET_LOG_ERROR("Shill Error from InternetOptionsHandler: " + error_name,
295 InternetOptionsHandler::InternetOptionsHandler()
300 InternetOptionsHandler::~InternetOptionsHandler() {
307 void InternetOptionsHandler::GetLocalizedValues(
326 void InternetOptionsHandler::InitializePage() {
340 void InternetOptionsHandler::RegisterMessages() {
343 base::Bind(&InternetOptionsHandler::NetworkCommandCallback,
346 base::Bind(&InternetOptionsHandler::SetPreferNetworkCallback
    [all...]
internet_options_handler.h 37 class InternetOptionsHandler
41 InternetOptionsHandler();
42 virtual ~InternetOptionsHandler();
154 base::WeakPtrFactory<InternetOptionsHandler> weak_factory_;
156 DISALLOW_COPY_AND_ASSIGN(InternetOptionsHandler);
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc 319 new chromeos::options::InternetOptionsHandler());

Completed in 166 milliseconds