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

  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.h 158 bool is_idle() const { function in class:chromeos::NetworkPortalDetectorImpl
  /external/chromium_org/ash/accelerators/
accelerator_controller_unittest.cc 265 static bool is_idle(ExitWarningHandler* ewh) { function in class:ash::AcceleratorControllerTest
289 EXPECT_TRUE(is_idle(ewh));
293 EXPECT_FALSE(is_idle(ewh));
311 EXPECT_TRUE(is_idle(ewh));
315 EXPECT_FALSE(is_idle(ewh));
318 EXPECT_TRUE(is_idle(ewh));
331 EXPECT_FALSE(is_idle(ewh));
830 EXPECT_TRUE(is_idle(ewh));
834 EXPECT_FALSE(is_idle(ewh));
837 EXPECT_TRUE(is_idle(ewh))
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 320 bool is_idle = local
323 if (!is_idle && !last_idle_time_.is_null()) {
331 is_idle = true;
334 if (is_idle) {
    [all...]

Completed in 92 milliseconds