OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UtilityThreadImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/utility/
utility_thread_impl.h
25
class
UtilityThreadImpl
: public UtilityThread,
28
UtilityThreadImpl
();
30
explicit
UtilityThreadImpl
(const std::string& channel_name);
31
virtual ~
UtilityThreadImpl
();
63
DISALLOW_COPY_AND_ASSIGN(
UtilityThreadImpl
);
utility_thread_impl.cc
41
UtilityThreadImpl
::
UtilityThreadImpl
() : single_process_(false) {
45
UtilityThreadImpl
::
UtilityThreadImpl
(const std::string& channel_name)
51
UtilityThreadImpl
::~
UtilityThreadImpl
() {
54
void
UtilityThreadImpl
::Shutdown() {
61
bool
UtilityThreadImpl
::Send(IPC::Message* msg) {
65
void
UtilityThreadImpl
::ReleaseProcessIfNeeded() {
82
void
UtilityThreadImpl
::PreCacheFont(const LOGFONT& log_font)
[
all
...]
Completed in 1935 milliseconds