HomeSort by relevance Sort by last modified time
    Searched defs:ReflectorImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/compositor/
reflector_impl.cc 16 ReflectorImpl::ReflectorImpl(
33 &ReflectorImpl::InitOnImplThread, this, main.mailbox->holder()));
36 ReflectorImpl::MainThreadData::MainThreadData(
43 ReflectorImpl::MainThreadData::~MainThreadData() {}
45 ReflectorImpl::ImplThreadData::ImplThreadData(
51 ReflectorImpl::ImplThreadData::~ImplThreadData() {}
53 ReflectorImpl::ImplThreadData& ReflectorImpl::GetImpl() {
58 ReflectorImpl::MainThreadData& ReflectorImpl::GetMain()
    [all...]
reflector_impl.h 33 class ReflectorImpl : public base::SupportsWeakPtr<ReflectorImpl>,
36 ReflectorImpl(
102 virtual ~ReflectorImpl();
119 // This exists just to hold a reference to a ReflectorImpl in a post task,
120 // so the ReflectorImpl gets deleted when the function returns.
121 static void DeleteOnMainThread(scoped_refptr<ReflectorImpl> reflector) {}

Completed in 390 milliseconds