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 326 static bool is_idle(ExitWarningHandler* ewh) { function in class:ash::AcceleratorControllerTest
357 EXPECT_TRUE(is_idle(ewh));
361 EXPECT_FALSE(is_idle(ewh));
379 EXPECT_TRUE(is_idle(ewh));
383 EXPECT_FALSE(is_idle(ewh));
386 EXPECT_TRUE(is_idle(ewh));
399 EXPECT_FALSE(is_idle(ewh));
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 262 bool is_idle = local
265 if (!is_idle && !last_idle_time_.is_null()) {
273 is_idle = true;
276 if (is_idle) {
    [all...]

Completed in 138 milliseconds