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

  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 34 main_request_context_getter_->CleanupOnUIThread();
36 extensions_request_context_getter_->CleanupOnUIThread();
43 iter->second->CleanupOnUIThread();
profile_impl_io_data.cc 35 main_request_context_getter_->CleanupOnUIThread();
37 media_request_context_getter_->CleanupOnUIThread();
39 extensions_request_context_getter_->CleanupOnUIThread();
46 iter->second->CleanupOnUIThread();
  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 175 // changes to charset/language and CleanupOnUIThread() will need to be
241 void CleanupOnUIThread();
chrome_url_request_context.cc 131 DCHECK(registrar_.IsEmpty()) << "Probably didn't call CleanupOnUIThread";
278 void ChromeURLRequestContextGetter::CleanupOnUIThread() {

Completed in 21 milliseconds