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

  /external/chromium_org/content/public/utility/
utility_thread.cc 12 // Keep the global UtilityThread in a TLS slot so it is impossible to access
14 static base::LazyInstance<base::ThreadLocalPointer<UtilityThread> > lazy_tls =
17 UtilityThread* UtilityThread::Get() {
21 UtilityThread::UtilityThread() {
25 UtilityThread::~UtilityThread() {
utility_thread.h 18 class CONTENT_EXPORT UtilityThread : public IPC::Sender {
22 static UtilityThread* Get();
24 UtilityThread();
25 virtual ~UtilityThread();
  /external/chromium_org/chrome/utility/
profile_import_handler.cc 41 content::UtilityThread::Get(),
84 content::UtilityThread::Get()->ReleaseProcessIfNeeded();
89 return content::UtilityThread::Get()->Send(message);
chrome_content_utility_client.cc 70 return content::UtilityThread::Get()->Send(message);
74 content::UtilityThread::Get()->ReleaseProcessIfNeeded();
358 content::UtilityThread::Get()->PreCacheFont(logfont);
360 content::UtilityThread::Get()->ReleaseCachedFonts();
  /external/chromium_org/content/utility/
utility_thread_impl.h 25 class UtilityThreadImpl : public UtilityThread,
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.cc 127 content::UtilityThread::Get()->Send(
133 content::UtilityThread::Get()->Send(
139 content::UtilityThread::Get()->Send(

Completed in 469 milliseconds