Searched refs:removeObserver (Results 1 - 25 of 73) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DIdTargetObserver.cpp43 registry().removeObserver(m_id, this);
55 registry().removeObserver(m_id, this);
H A DDocumentLifecycleNotifier.cpp49 void DocumentLifecycleNotifier::removeObserver(DocumentLifecycleNotifier::Observer* observer) function in class:blink::DocumentLifecycleNotifier
56 LifecycleNotifier<Document>::removeObserver(observer);
H A DContextLifecycleNotifier.h51 virtual void removeObserver(Observer*) OVERRIDE;
H A DIdTargetObserverRegistry.h52 void removeObserver(const AtomicString& id, IdTargetObserver*);
H A DContextLifecycleNotifier.cpp56 void ContextLifecycleNotifier::removeObserver(ContextLifecycleNotifier::Observer* observer) function in class:blink::ContextLifecycleNotifier
58 LifecycleNotifier<ExecutionContext>::removeObserver(observer);
H A DDocumentLifecycleNotifier.h47 virtual void removeObserver(Observer*) OVERRIDE FINAL;
/external/chromium_org/base/android/javatests/src/org/chromium/base/
H A DObserverListTest.java69 mList.removeObserver(mDoomed);
98 observerList.removeObserver(e);
150 observerList.removeObserver(10);
207 observerList.removeObserver(5);
243 assertTrue(observerList.removeObserver(a));
244 assertFalse(observerList.removeObserver(a));
245 assertFalse(observerList.removeObserver(new Object()));
246 assertTrue(observerList.removeObserver(b));
247 assertFalse(observerList.removeObserver(null));
252 assertTrue(observerList.removeObserver(
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DApplicationLifetime.java39 public static void removeObserver(Observer observer) { method in class:ApplicationLifetime
40 sObservers.removeObserver(observer);
H A DPasswordUIView.java44 * Clients can register and unregister themselves with addObserver and removeObserver.
91 public void removeObserver(PasswordListObserver observer) { method in class:PasswordUIView
92 mObservers.removeObserver(observer);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageLifecycleNotifier.cpp47 void PageLifecycleNotifier::removeObserver(PageLifecycleNotifier::Observer* observer) function in class:blink::PageLifecycleNotifier
54 LifecycleNotifier<Page>::removeObserver(observer);
H A DNetworkStateNotifierTest.cpp132 observer->setNotificationCallback(bind(&NetworkStateNotifier::removeObserver, &m_notifier, observerToRemove, executionContext()));
155 m_notifier.removeObserver(&observer1, executionContext());
167 m_notifier.removeObserver(&observer1, executionContext());
260 m_notifier.removeObserver(&observer2, executionContext2());
272 m_notifier.removeObserver(&observer1, executionContext());
273 m_notifier.removeObserver(&observer2, executionContext2());
H A DNetworkStateNotifier.h77 void removeObserver(NetworkStateObserver*, ExecutionContext*);
H A DPageLifecycleNotifier.h47 virtual void removeObserver(Observer*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowLifecycleNotifier.h48 virtual void removeObserver(Observer*) OVERRIDE;
H A DDOMWindowLifecycleNotifier.cpp47 void DOMWindowLifecycleNotifier::removeObserver(DOMWindowLifecycleNotifier::Observer* observer) function in class:blink::DOMWindowLifecycleNotifier
54 LifecycleNotifier<LocalDOMWindow>::removeObserver(observer);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
H A DProfileDownloader.java46 public static void removeObserver(Observer observer) { method in class:ProfileDownloader
47 sObservers.removeObserver(observer);
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/accessibility/
H A DFontSizePrefsTest.java84 mFontSizePrefs.removeObserver(test1);
89 mFontSizePrefs.removeObserver(test2);
109 mFontSizePrefs.removeObserver(test1);
114 mFontSizePrefs.removeObserver(test2);
132 mFontSizePrefs.removeObserver(test1);
137 mFontSizePrefs.removeObserver(test2);
151 assertTrue(mFontSizePrefs.removeObserver(test));
153 assertFalse(mFontSizePrefs.removeObserver(test));
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/dom_distiller/
H A DDistilledPagePrefsTest.java72 mDistilledPagePrefs.removeObserver(testObserver);
87 mDistilledPagePrefs.removeObserver(testObserverOne);
94 mDistilledPagePrefs.removeObserver(testObserverTwo);
120 mDistilledPagePrefs.removeObserver(testObserver);
135 mDistilledPagePrefs.removeObserver(testObserverOne);
142 mDistilledPagePrefs.removeObserver(testObserverTwo);
156 assertTrue(mDistilledPagePrefs.removeObserver(test));
158 assertFalse(mDistilledPagePrefs.removeObserver(test));
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_watcher.js166 this.metadataCache_.removeObserver(this.filesystemMetadataObserverId_);
167 this.metadataCache_.removeObserver(this.thumbnailMetadataObserverId_);
168 this.metadataCache_.removeObserver(this.externalMetadataObserverId_);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModel.java154 void removeObserver(TabModelObserver observer); method in interface:TabModel
H A DEmptyTabModel.java132 public void removeObserver(TabModelObserver observer) { method in class:EmptyTabModel
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLifecycleNotifier.h54 virtual void removeObserver(Observer*);
106 inline void LifecycleNotifier<T>::removeObserver(typename LifecycleNotifier<T>::Observer* observer) function in class:blink::LifecycleNotifier
/external/chromium_org/tools/ubsan_vptr/
H A Dblacklist.txt15 fun:*LifecycleNotifier*removeObserver*
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DBaseChromiumApplication.java97 mWindowFocusListeners.removeObserver(listener);
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationController.h52 void removeObserver(Geolocation*);

Completed in 4141 milliseconds

123