Home
last modified time | relevance | path

Searched defs:observer (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DObserver_unittest.cpp32 ObserverClass observer; in TEST() local
H A DObserver.cpp61 ObserverBinding::ObserverBinding(ObserverInterface *observer, SubjectIndex index) in ObserverBinding() argument
H A DObserver.h90 ObserverBindingBase(ObserverInterface *observer, SubjectIndex subjectIndex) in ObserverBindingBase() argument
118 ANGLE_INLINE void addObserver(ObserverBindingBase *observer) in addObserver() argument
124 ANGLE_INLINE void removeObserver(ObserverBindingBase *observer) in removeObserver() argument
[all...]
H A DRefCountObject.h281 SubjectBindingPointer(angle::ObserverInterface *observer, angle::SubjectIndex index) in SubjectBindingPointer() argument
H A DBuffer.cpp410 const ContentsObserver &observer = mContentsObservers[observerIndex]; in getContentsObserverIndex() local
H A DVertexArray.cpp339 angle::ObserverBinding *observer = &mArrayBufferObserverBindings[bindingIndex]; in bindVertexBufferImpl() local
/third_party/node/deps/v8/src/compiler/
H A Dnode-observer.cc18 void ObserveNodeManager::StartObserving(Node* node, NodeObserver* observer) { in StartObserving() argument
H A Dnode-observer.h93 NodeObserver* observer; member
/third_party/skia/modules/skottie/tests/
H A DExpression.cpp247 auto observer = sk_make_sp<FakePropertyObserver>(); in DEF_TEST() local
347 auto observer = sk_make_sp<FakePropertyObserver>(); in DEF_TEST() local
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.h91 void set_observer(CodeEventObserver* observer) { observer_ = observer; } in set_observer() argument
H A Dprofiler-listener.cc30 ProfilerListener(Isolate* isolate, CodeEventObserver* observer, CodeEntryStorage& code_entry_storage, WeakCodeRegistry& weak_code_registry, CpuProfilingNamingMode naming_mode) ProfilerListener() argument
/third_party/node/deps/v8/src/heap/
H A Dallocation-observer.cc13 void AllocationCounter::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() argument
43 void AllocationCounter::RemoveAllocationObserver(AllocationObserver* observer) { in RemoveAllocationObserver() argument
[all...]
H A Dspaces.cc225 void Space::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() argument
229 void Space::RemoveAllocationObserver(AllocationObserver* observer) { in RemoveAllocationObserver() argument
336 void SpaceWithLinearArea::AddAllocationObserver(AllocationObserver* observer) { in AddAllocationObserver() argument
346 RemoveAllocationObserver( AllocationObserver* observer) RemoveAllocationObserver() argument
[all...]
H A Dmark-compact.cc1581 void AddObserver(MigrationObserver* observer) { in AddObserver() argument
3611 void AddObserver(MigrationObserver* observer) { in AddObserver() argument
H A Dheap.cc1128 AddAllocationObserversToAllSpaces( AllocationObserver* observer, AllocationObserver* new_space_observer) AddAllocationObserversToAllSpaces() argument
1142 RemoveAllocationObserversFromAllSpaces( AllocationObserver* observer, AllocationObserver* new_space_observer) RemoveAllocationObserversFromAllSpaces() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-allocator.h98 void set_observer(Observer* observer) { observer_ = observer; } in set_observer() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dstats-collector.cc26 void StatsCollector::RegisterObserver(AllocationObserver* observer) { in RegisterObserver() argument
33 void StatsCollector::UnregisterObserver(AllocationObserver* observer) { in UnregisterObserver() argument
[all...]
H A Dstats-collector.h381 auto* observer = allocation_observers_[i]; in ForAllAllocationObservers() local
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.h128 void SetNodeObserver(compiler::NodeObserver* observer) { in SetNodeObserver() argument
/third_party/skia/modules/skottie/src/
H A DSkottieTest.cpp252 auto observer = sk_make_sp<TestPropertyObserver>(); in DEF_TEST() local
385 auto observer = sk_make_sp<TestMarkerObserver>(); in DEF_TEST() local
[all...]
H A DSkottiePriv.h154 auto observer = builder->fPropertyObserver.get(); in AutoPropertyTracker() local
H A DSkottie.cpp299 void AnimationBuilder::AutoPropertyTracker::updateContext(PropertyObserver* observer, in updateContext() argument

Completed in 33 milliseconds