Searched refs:notifyChanged (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/css/ |
D | CSSMutableStyleDeclaration.h | 109 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);
|
D | CSSMutableStyleDeclaration.cpp | 454 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 …]
|
D | MediaList.cpp | 155 notifyChanged(); in deleteMedium() 213 notifyChanged(); in setMediaText() 241 notifyChanged(); in appendMedium() 249 void MediaList::notifyChanged() in notifyChanged() function in WebCore::MediaList
|
D | MediaList.h | 84 void notifyChanged();
|
/external/icu4c/common/ |
D | servnotf.h | 102 virtual void notifyChanged(void);
|
D | servnotf.cpp | 101 ICUNotifier::notifyChanged(void) in notifyChanged() function in ICUNotifier
|
D | serv.cpp | 865 notifyChanged(); in registerFactory() 888 notifyChanged(); in unregister() 901 notifyChanged(); in reset()
|
/external/icu4c/test/intltest/ |
D | icusvtst.cpp | 1505 nf.notifyChanged(); in testCoverage()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 66249 'notifyChanged' boolean parameter which controls whether this method
|
D | ChangeLog-2008-08-10 | 47561 (WebCore::MediaList::notifyChanged):
|