HomeSort by relevance Sort by last modified time
    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 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...]

Completed in 1903 milliseconds