OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_identifier_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc
51
thread_identifier_
(BrowserThread::ID_COUNT),
56
CHECK(BrowserThread::GetCurrentThreadIdentifier(&
thread_identifier_
));
83
CHECK(BrowserThread::GetCurrentThreadIdentifier(&
thread_identifier_
));
159
BrowserThread::GetMessageLoopProxyForThread(
thread_identifier_
),
167
UtilityProcessHost* host = new UtilityProcessHost(this,
thread_identifier_
);
174
if (
thread_identifier_
!= BrowserThread::ID_COUNT)
175
CHECK(BrowserThread::CurrentlyOn(
thread_identifier_
));
225
CHECK(BrowserThread::CurrentlyOn(
thread_identifier_
));
sandboxed_extension_unpacker.h
207
BrowserThread::ID
thread_identifier_
;
member in class:SandboxedExtensionUnpacker
sandboxed_extension_unpacker_unittest.cc
100
sandboxed_unpacker_->
thread_identifier_
= BrowserThread::FILE;
Completed in 58 milliseconds