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

  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 155 class MobileSetupHandler
159 public base::SupportsWeakPtr<MobileSetupHandler> {
161 explicit MobileSetupHandler(const std::string& service_path);
162 virtual ~MobileSetupHandler();
196 TaskProxy(const base::WeakPtr<MobileSetupHandler>& handler, int delay)
199 TaskProxy(const base::WeakPtr<MobileSetupHandler>& handler,
220 base::WeakPtr<MobileSetupHandler> handler_;
326 base::RepeatingTimer<MobileSetupHandler> reconnect_timer_;
328 DISALLOW_COPY_AND_ASSIGN(MobileSetupHandler);
331 scoped_ptr<CellularConfigDocument> MobileSetupHandler::cellular_config_
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 179 class MobileSetupHandler
183 public base::SupportsWeakPtr<MobileSetupHandler> {
185 MobileSetupHandler();
186 virtual ~MobileSetupHandler();
252 base::WeakPtrFactory<MobileSetupHandler> weak_ptr_factory_;
254 DISALLOW_COPY_AND_ASSIGN(MobileSetupHandler);
370 // MobileSetupHandler
373 MobileSetupHandler::MobileSetupHandler()
379 MobileSetupHandler::~MobileSetupHandler()
    [all...]

Completed in 34 milliseconds