Home
last modified time | relevance | path

Searched refs:notifyChanged (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSMutableStyleDeclaration.h109 bool setProperty(int propertyID, int value, bool important = false, bool notifyChanged = true);
110 …Id, double value, CSSPrimitiveValue::UnitTypes, bool important = false, bool notifyChanged = true);
111 …etProperty(int propertyID, const String& value, bool important = false, bool notifyChanged = true);
113 String removeProperty(int propertyID, bool notifyChanged = true, bool returnText = false);
131 void removePropertiesInSet(const int* set, unsigned length, bool notifyChanged = true);
167 bool removeShorthandProperty(int propertyID, bool notifyChanged);
DCSSMutableStyleDeclaration.cpp454 bool CSSMutableStyleDeclaration::removeShorthandProperty(int propertyID, bool notifyChanged) in removeShorthandProperty() argument
458 removePropertiesInSet(longhand.properties(), longhand.length(), notifyChanged); in removeShorthandProperty()
464 String CSSMutableStyleDeclaration::removeProperty(int propertyID, bool notifyChanged, bool returnTe… in removeProperty() argument
468 if (removeShorthandProperty(propertyID, notifyChanged)) { in removeProperty()
483 if (notifyChanged) in removeProperty()
549 …leDeclaration::setProperty(int propertyID, const String& value, bool important, bool notifyChanged) in setProperty() argument
556 removeProperty(propertyID, notifyChanged, false); in setProperty()
566 } else if (notifyChanged) in setProperty()
586 …MutableStyleDeclaration::setProperty(int propertyID, int value, bool important, bool notifyChanged) in setProperty() argument
590 if (notifyChanged) in setProperty()
[all …]
DMediaList.cpp155 notifyChanged(); in deleteMedium()
213 notifyChanged(); in setMediaText()
241 notifyChanged(); in appendMedium()
249 void MediaList::notifyChanged() in notifyChanged() function in WebCore::MediaList
DMediaList.h84 void notifyChanged();
/external/icu4c/common/
Dservnotf.h102 virtual void notifyChanged(void);
Dservnotf.cpp101 ICUNotifier::notifyChanged(void) in notifyChanged() function in ICUNotifier
Dserv.cpp865 notifyChanged(); in registerFactory()
888 notifyChanged(); in unregister()
901 notifyChanged(); in reset()
/external/icu4c/test/intltest/
Dicusvtst.cpp1505 nf.notifyChanged(); in testCoverage()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1466249 'notifyChanged' boolean parameter which controls whether this method
DChangeLog-2008-08-1047561 (WebCore::MediaList::notifyChanged):