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

  /external/chromium_org/chrome/browser/chromeos/login/
app_launch_controller.cc 45 base::Closure* AppLaunchController::network_timeout_callback_ = NULL; member in class:chromeos::AppLaunchController
140 network_timeout_callback_ = callback;
235 if (network_timeout_callback_)
236 network_timeout_callback_->Run();
app_launch_controller.h 133 static base::Closure* network_timeout_callback_; member in class:chromeos::AppLaunchController

Completed in 28 milliseconds