Searched defs:prevValue (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DWebMutationEvent.cpp45 WebString WebMutationEvent::prevValue() const function in class:WebKit::WebMutationEvent
47 return WebString(constUnwrap<MutationEvent>()->prevValue());
/external/webkit/WebCore/dom/
H A DMutationEvent.cpp34 const String& prevValue, const String& newValue,
38 , m_prevValue(prevValue)
46 const String& prevValue, const String& newValue,
55 m_prevValue = prevValue;
33 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
45 initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
H A DMutationEvent.h46 const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0)
48 return adoptRef(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange));
52 const String& prevValue, const String& newValue,
56 String prevValue() const { return m_prevValue; } function in class:WebCore::MutationEvent
66 const String& prevValue, const String& newValue,
H A DCharacterData.cpp186 void CharacterData::dispatchModifiedEvent(StringImpl* prevValue) argument
191 dispatchEvent(MutationEvent::create(eventNames().DOMCharacterDataModifiedEvent, true, 0, prevValue, m_data));
/external/icu4c/common/
H A Dutrie2.c514 uint32_t value, prevValue, initialValue; local
550 prevValue=0;
587 * The index-2 block is the same as the previous one, and filled with prevValue.
598 if(prevValue!=initialValue) {
599 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
604 prevValue=initialValue;
623 /* the block is the same as the previous one, and filled with prevValue */
630 if(prevValue!=initialValue) {
631 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
635 prevValue
[all...]
H A Dutrie.c1062 uint32_t value, prevValue, initialValue; local
1089 prevValue=initialValue;
1107 if(prevValue!=initialValue) {
1109 if(!enumRange(context, prev, c, prevValue)) {
1115 prevValue=initialValue;
1122 if(value!=prevValue) {
1124 if(!enumRange(context, prev, c, prevValue)) {
1133 prevValue=value;
1146 if(prevValue!=initialValue) {
1148 if(!enumRange(context, prev, c, prevValue)) {
[all...]
/external/webkit/WebKit/win/
H A DDOMEventsClasses.cpp542 HRESULT STDMETHODCALLTYPE DOMMutationEvent::prevValue( function in class:DOMMutationEvent
571 /* [in] */ BSTR /*prevValue*/,
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1073 @property(readonly, copy) NSString *prevValue; variable
1077 - (void)initMutationEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable relatedNode:(DOMNode *)relatedNode prevValue:(NSString *)prevValue newValue:(NSString *)newValue attrName:(NSString *)attrName attrChange:(unsigned short)attrChange AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1078 - (void)initMutationEvent:(NSString *)type :(BOOL)canBubble :(BOOL)cancelable :(DOMNode *)relatedNode :(NSString *)prevValue :(NSString *)newValue :(NSString *)attrName :(unsigned short)attrChange;
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 78 milliseconds