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

  /external/libchrome/base/
sequenced_task_runner.h 134 bool ReleaseSoon(const tracked_objects::Location& from_here,
  /external/libchrome/base/message_loop/
message_loop.h 215 // (AddRef), clear the pointer, then issue a ReleaseSoon. The reference count
217 // delete and to account for the upcoming decrement (ReleaseSoon). For
224 // message_loop->ReleaseSoon(raw_foo);
229 // ReleaseSoon(FROM_HERE, ), then T MUST inherit from
232 void ReleaseSoon(const tracked_objects::Location& from_here,
message_loop_task_runner_unittest.cc 311 EXPECT_TRUE(io_thread_->task_runner()->ReleaseSoon(FROM_HERE, this));

Completed in 88 milliseconds