Searched refs:notifyChange (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGEnumeration.cpp | 86 notifyChange(); in setValue() 98 notifyChange(); in setValueAsString() 104 notifyChange(); in setValueAsString()
|
D | SVGEnumeration.h | 89 virtual void notifyChange() { } in notifyChange() function 129 notifyChange(); in setEnumValue()
|
D | SVGAngle.h | 58 virtual void notifyChange() OVERRIDE;
|
D | SVGAngle.cpp | 61 void SVGMarkerOrientEnumeration::notifyChange() in notifyChange() function in blink::SVGMarkerOrientEnumeration
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
D | ChromeBrowserProvider.java | 409 notifyChange(res); in insert() 458 if (result != 0) notifyChange(uri); in delete() 520 if (result != 0) notifyChange(uri); in update() 1044 notifyChange(buildAPIContentUri(getContext(), BOOKMARKS_PATH)); in onBookmarkChanged() 1049 notifyChange(buildAPIContentUri(getContext(), HISTORY_PATH)); in onHistoryChanged() 1054 notifyChange(buildAPIContentUri(getContext(), SEARCHES_PATH)); in onSearchTermChanged() 1278 private void notifyChange(final Uri uri) { in notifyChange() method in ChromeBrowserProvider 1292 getContext().getContentResolver().notifyChange(uri, null); in notifyChange() 1298 getContext().getContentResolver().notifyChange(uri, null); in notifyChange()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowContentResolver.java | 158 public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) { 163 public void notifyChange(Uri uri, ContentObserver observer) { 164 notifyChange(uri, observer, false);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ContentResolverTest.java | 186 contentResolver.notifyChange(Uri.parse("foo"), null, true); in shouldTrackNotifiedUris() 187 contentResolver.notifyChange(Uri.parse("bar"), null); in shouldTrackNotifiedUris()
|