OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyObservers
(Results
1 - 25
of
28
) sorted by null
1
2
/libcore/luni/src/main/java/java/util/
Observable.java
23
* the application can call the {@link #
notifyObservers
()} method. This will
110
* Equivalent to calling {@code
notifyObservers
(null)}.
112
public void
notifyObservers
() {
113
notifyObservers
(null);
125
public void
notifyObservers
(Object data) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
IdTargetObserverRegistry.h
44
void
notifyObservers
(const AtomicString& id);
58
inline void IdTargetObserverRegistry::
notifyObservers
(const AtomicString& id)
TreeScope.cpp
159
m_idTargetObserverRegistry->
notifyObservers
(elementId);
167
m_idTargetObserverRegistry->
notifyObservers
(elementId);
/libcore/luni/src/test/java/libcore/java/util/
OldObserverTest.java
47
observable.
notifyObservers
();
50
observable.
notifyObservers
();
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDataListElement.cpp
59
treeScope()->idTargetObserverRegistry().
notifyObservers
(getIdAttribute());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ObservableTest.java
157
* @tests java.util.Observable#
notifyObservers
()
160
// Test for method void java.util.Observable.
notifyObservers
()
162
observable.
notifyObservers
();
166
observable.
notifyObservers
();
175
observable.
notifyObservers
();
183
observable.
notifyObservers
();
190
* @tests java.util.Observable#
notifyObservers
(java.lang.Object)
194
// java.util.Observable.
notifyObservers
(java.lang.Object)
197
observable.
notifyObservers
();
201
observable.
notifyObservers
(obj = new Object())
[
all
...]
/libcore/luni/src/test/java/tests/api/java/util/
ObservableTest.java
181
* java.util.Observable#
notifyObservers
()
184
// Test for method void java.util.Observable.
notifyObservers
()
186
observable.
notifyObservers
();
190
observable.
notifyObservers
();
199
observable.
notifyObservers
();
207
observable.
notifyObservers
();
214
* java.util.Observable#
notifyObservers
(java.lang.Object)
218
// java.util.Observable.
notifyObservers
(java.lang.Object)
221
observable.
notifyObservers
();
225
observable.
notifyObservers
(obj = new Object())
[
all
...]
/packages/apps/Mms/src/com/android/mms/transaction/
Observable.java
68
public void
notifyObservers
() {
ReadRecTransaction.java
110
notifyObservers
();
NotificationTransaction.java
245
notifyObservers
();
SendTransaction.java
169
notifyObservers
();
RetrieveTransaction.java
195
notifyObservers
();
TransactionService.java
[
all
...]
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockSyncContentResolverDelegate.java
72
notifyObservers
();
100
notifyObservers
();
124
notifyObservers
();
142
private void
notifyObservers
() {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java
378
notifyObservers
();
387
notifyObservers
();
462
notifyObservers
();
476
notifyObservers
();
479
public void
notifyObservers
() {
530
notifyObservers
();
538
notifyObservers
();
701
notifyObservers
();
709
notifyObservers
();
715
notifyObservers
();
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
UpdatePreviewTask.java
72
MasterImage.getImage().
notifyObservers
();
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ImageResource.cpp
263
void ImageResource::
notifyObservers
(const IntRect* changeRect)
351
notifyObservers
();
369
notifyObservers
();
433
notifyObservers
();
440
notifyObservers
(&rect);
ImageResource.h
105
void
notifyObservers
(const IntRect* changeRect = 0);
/frameworks/base/core/java/android/content/
ContentQueryMap.java
145
notifyObservers
();
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/7/
android.jar
Completed in 5936 milliseconds
1
2