Home
last modified time | relevance | path

Searched refs:source_thread_id_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/importer/
Dimporter_list.cc110 : source_thread_id_(BrowserThread::UI), in ImporterList()
124 BrowserThread::GetCurrentThreadIdentifier(&source_thread_id_); in DetectSourceProfiles()
195 source_thread_id_, in DetectSourceProfilesWorker()
212 DCHECK_EQ(current_thread_id, source_thread_id_); in SourceProfilesLoaded()
216 source_thread_id_ = BrowserThread::UI; in SourceProfilesLoaded()
Dimporter_list.h83 BrowserThread::ID source_thread_id_; variable