Home
last modified time | relevance | path

Searched refs:notifyChange (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGEnumeration.cpp86 notifyChange(); in setValue()
98 notifyChange(); in setValueAsString()
104 notifyChange(); in setValueAsString()
DSVGEnumeration.h89 virtual void notifyChange() { } in notifyChange() function
129 notifyChange(); in setEnumValue()
DSVGAngle.h58 virtual void notifyChange() OVERRIDE;
DSVGAngle.cpp61 void SVGMarkerOrientEnumeration::notifyChange() in notifyChange() function in blink::SVGMarkerOrientEnumeration
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DChromeBrowserProvider.java409 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/
DShadowContentResolver.java158 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/
DContentResolverTest.java186 contentResolver.notifyChange(Uri.parse("foo"), null, true); in shouldTrackNotifiedUris()
187 contentResolver.notifyChange(Uri.parse("bar"), null); in shouldTrackNotifiedUris()