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

  /external/chromium/base/
message_loop_proxy.h 49 bool DeleteSoon(const tracked_objects::Location& from_here,
message_loop.h 176 void DeleteSoon(const tracked_objects::Location& from_here, const T* object) {
  /external/chromium_org/base/
sequenced_task_runner.h 123 bool DeleteSoon(const tracked_objects::Location& from_here,
  /external/chromium_org/webkit/browser/quota/
quota_task.cc 51 void QuotaTask::DeleteSoon() {
56 base::MessageLoop::current()->DeleteSoon(FROM_HERE, this);
  /external/chromium_org/content/public/browser/
browser_thread.h 134 static bool DeleteSoon(ID identifier,
137 return GetMessageLoopProxyForThread(identifier)->DeleteSoon(
238 if (!DeleteSoon(thread, FROM_HERE, x)) {
242 LOG(ERROR) << "DeleteSoon failed on thread " << thread;
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 48 void NPObjectStub::DeleteSoon() {
60 base::MessageLoop::current()->DeleteSoon(FROM_HERE, this);
110 DeleteSoon();
115 DeleteSoon();
  /external/chromium_org/base/message_loop/
message_loop.h 217 void DeleteSoon(const tracked_objects::Location& from_here, const T* object) {
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc 402 DeleteSoon(); // To unwind the stack prior to deletion.
    [all...]

Completed in 118 milliseconds