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

  /external/chromium_org/content/browser/compositor/
reflector_impl.h 91 struct ImplThreadData {
92 explicit ImplThreadData(
94 ~ImplThreadData();
124 ImplThreadData& GetImpl();
127 ImplThreadData impl_unsafe_;
reflector_impl.cc 45 ReflectorImpl::ImplThreadData::ImplThreadData(
51 ReflectorImpl::ImplThreadData::~ImplThreadData() {}
53 ReflectorImpl::ImplThreadData& ReflectorImpl::GetImpl() {
64 ImplThreadData& impl = GetImpl();
84 ImplThreadData& impl = GetImpl();
98 ImplThreadData& impl = GetImpl();
109 ImplThreadData& impl = GetImpl();
140 ImplThreadData& impl = GetImpl()
    [all...]

Completed in 112 milliseconds