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

  /external/chromium/net/spdy/
spdy_stream.h 221 bool is_idle() const { function in class:net::SpdyStream
  /external/chromium_org/ash/accelerators/
accelerator_controller_unittest.cc 301 static bool is_idle(ExitWarningHandler* ewh) { function in class:ash::AcceleratorControllerTest
332 EXPECT_TRUE(is_idle(ewh));
336 EXPECT_FALSE(is_idle(ewh));
354 EXPECT_TRUE(is_idle(ewh));
358 EXPECT_FALSE(is_idle(ewh));
361 EXPECT_TRUE(is_idle(ewh));
374 EXPECT_FALSE(is_idle(ewh));
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 268 bool is_idle = local
271 if (!is_idle && !last_idle_time_.is_null()) {
279 is_idle = true;
282 if (is_idle) {
    [all...]

Completed in 35 milliseconds