Home
last modified time | relevance | path

Searched refs:AddEventObserver (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/animation/
Dlayer_animation_controller.h99 void AddEventObserver(LayerAnimationEventObserver* observer);
Dlayer_animation_controller.cc395 void LayerAnimationController::AddEventObserver( in AddEventObserver() function in cc::LayerAnimationController
/external/chromium_org/content/browser/dom_storage/
Ddom_storage_context_impl.h137 void AddEventObserver(EventObserver* observer);
Ddom_storage_message_filter.cc39 context_->AddEventObserver(this); in InitializeInSequence()
Ddom_storage_context_impl.cc193 void DOMStorageContextImpl::AddEventObserver(EventObserver* observer) { in AddEventObserver() function in content::DOMStorageContextImpl
/external/chromium_org/cc/layers/
Dlayer.cc1134 layer_animation_controller_->AddEventObserver(animation_observer); in AddLayerAnimationEventObserver()