Searched refs:CanRunTaskWithoutDelay (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/gcm_driver/
H A Dgcm_delayed_task_controller.h27 bool CanRunTaskWithoutDelay() const;
H A Dgcm_delayed_task_controller_unittest.cc42 EXPECT_FALSE(controller()->CanRunTaskWithoutDelay());
46 EXPECT_TRUE(controller()->CanRunTaskWithoutDelay());
H A Dgcm_delayed_task_controller.cc26 bool GCMDelayedTaskController::CanRunTaskWithoutDelay() const { function in class:gcm::GCMDelayedTaskController
H A Dgcm_driver_desktop.cc481 if (!delayed_task_controller_->CanRunTaskWithoutDelay()) {
510 if (!delayed_task_controller_->CanRunTaskWithoutDelay()) {
538 if (!delayed_task_controller_->CanRunTaskWithoutDelay()) {

Completed in 74 milliseconds