Searched defs:DeleteOnThread (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dbrowser_thread.h241 struct DeleteOnThread { struct in class:content::BrowserThread
270 // friend struct BrowserThread::DeleteOnThread<BrowserThread::IO>;
277 struct DeleteOnUIThread : public DeleteOnThread<UI> { };
278 struct DeleteOnIOThread : public DeleteOnThread<IO> { };
279 struct DeleteOnFileThread : public DeleteOnThread<FILE> { };
280 struct DeleteOnDBThread : public DeleteOnThread<DB> { };

Completed in 120 milliseconds