OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeObserver
(Results
1 - 25
of
58
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/core/dom/
IdTargetObserver.cpp
43
m_registry->
removeObserver
(m_id, this);
DocumentLifecycleNotifier.cpp
50
void DocumentLifecycleNotifier::
removeObserver
(DocumentLifecycleNotifier::Observer* observer)
57
LifecycleNotifier<Document>::
removeObserver
(observer);
ContextLifecycleNotifier.h
52
virtual void
removeObserver
(Observer*) OVERRIDE;
IdTargetObserverRegistry.h
49
void
removeObserver
(const AtomicString& id, IdTargetObserver*);
DocumentLifecycleNotifier.h
45
virtual void
removeObserver
(Observer*) OVERRIDE;
ContextLifecycleNotifier.cpp
56
void ContextLifecycleNotifier::
removeObserver
(ContextLifecycleNotifier::Observer* observer)
58
LifecycleNotifier<ExecutionContext>::
removeObserver
(observer);
IdTargetObserverRegistry.cpp
50
void IdTargetObserverRegistry::
removeObserver
(const AtomicString& id, IdTargetObserver* observer)
/external/chromium_org/third_party/WebKit/Source/core/page/
PageLifecycleNotifier.cpp
47
void PageLifecycleNotifier::
removeObserver
(PageLifecycleNotifier::Observer* observer)
54
LifecycleNotifier<Page>::
removeObserver
(observer);
PageLifecycleNotifier.h
47
virtual void
removeObserver
(Observer*) OVERRIDE;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ApplicationLifetime.java
30
public static void
removeObserver
() {
PasswordUIView.java
44
* Clients can register and unregister themselves with addObserver and
removeObserver
.
91
public void
removeObserver
(PasswordListObserver observer) {
92
mObservers.
removeObserver
(observer);
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowLifecycleNotifier.h
48
virtual void
removeObserver
(Observer*) OVERRIDE;
DOMWindowLifecycleNotifier.cpp
47
void DOMWindowLifecycleNotifier::
removeObserver
(DOMWindowLifecycleNotifier::Observer* observer)
54
LifecycleNotifier<DOMWindow>::
removeObserver
(observer);
/external/chromium_org/third_party/WebKit/Source/platform/
LifecycleNotifier.h
56
virtual void
removeObserver
(Observer*);
108
inline void LifecycleNotifier<T>::
removeObserver
(typename LifecycleNotifier<T>::Observer* observer)
LifecycleContext.h
76
lifecycleNotifier().
removeObserver
(observer);
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.h
51
void
removeObserver
(Geolocation*);
/external/chromium_org/base/android/javatests/src/org/chromium/base/
ObserverListTest.java
69
mList.
removeObserver
(mDoomed);
98
observerList.
removeObserver
(e);
150
observerList.
removeObserver
(10);
207
observerList.
removeObserver
(5);
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
ChromiumTestShellApplication.java
65
public void
removeObserver
(ChromiumTestShellApplicationObserver observer) {
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/
MediaStreamSource.h
81
void
removeObserver
(Observer*);
/external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager_mac.mm
58
[[NSNotificationCenter defaultCenter]
removeObserver
:self];
/frameworks/base/core/java/android/os/
UEventObserver.java
113
t.
removeObserver
(this);
225
public void
removeObserver
(UEventObserver observer) {
/packages/apps/Browser/tests/src/com/android/browser/tests/utils/
MockObserverNode.java
99
public boolean
removeObserver
(ContentObserver observer) {
102
boolean empty = mChildren.get(i).
removeObserver
(observer);
MockContentResolver2.java
113
mRootNode.
removeObserver
(observer);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSCanvasValue.cpp
37
m_element->
removeObserver
(&m_canvasObserver);
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
OAuth2TokenServiceIntegrationTest.java
105
mOAuth2TokenService.
removeObserver
(mObserver);
127
mOAuth2TokenService.
removeObserver
(mObserver);
148
mOAuth2TokenService.
removeObserver
(mObserver);
Completed in 1043 milliseconds
1
2
3