Searched defs:ScopedObserver (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/
H A Dscoped_observer.h13 // ScopedObserver is used to keep track of the set of sources an object has
14 // attached itself to as an observer. When ScopedObserver is destroyed it
17 class ScopedObserver { class
19 explicit ScopedObserver(Observer* observer) : observer_(observer) {} function in class:ScopedObserver
21 ~ScopedObserver() {
51 DISALLOW_COPY_AND_ASSIGN(ScopedObserver);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action.cc147 ExtensionAction::IconAnimation::ScopedObserver::ScopedObserver( function in class:ExtensionAction::IconAnimation::ScopedObserver
156 ExtensionAction::IconAnimation::ScopedObserver::~ScopedObserver() {
H A Dextension_action.h68 class ScopedObserver { class in class:ExtensionAction::IconAnimation
70 ScopedObserver(const base::WeakPtr<IconAnimation>& icon_animation,
72 ~ScopedObserver();
83 DISALLOW_COPY_AND_ASSIGN(ScopedObserver);

Completed in 241 milliseconds