OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UtilityThreadImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/utility/
utility_thread_impl.cc
38
UtilityThreadImpl
::
UtilityThreadImpl
() : single_process_(false) {
42
UtilityThreadImpl
::
UtilityThreadImpl
(const std::string& channel_name)
48
UtilityThreadImpl
::~
UtilityThreadImpl
() {
51
void
UtilityThreadImpl
::Shutdown() {
58
bool
UtilityThreadImpl
::Send(IPC::Message* msg) {
62
void
UtilityThreadImpl
::ReleaseProcessIfNeeded() {
79
void
UtilityThreadImpl
::PreCacheFont(const LOGFONT& log_font)
[
all
...]
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_main.cc
38
utility_process.set_main_thread(new
UtilityThreadImpl
());
in_process_utility_thread.cc
44
child_process_->set_main_thread(new
UtilityThreadImpl
(channel_id_));
Completed in 69 milliseconds