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

/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMMutationEvent.cpp45 WebString WebDOMMutationEvent::prevValue() const function in class:WebKit::WebDOMMutationEvent
47 return WebString(constUnwrap<MutationEvent>()->prevValue());
H A DWebMutationEvent.cpp45 WebString WebMutationEvent::prevValue() const function in class:WebKit::WebMutationEvent
47 return WebString(constUnwrap<MutationEvent>()->prevValue());
/external/webkit/Source/WebCore/dom/
H A DMutationEvent.cpp34 const String& prevValue, const String& newValue,
38 , m_prevValue(prevValue)
50 const String& prevValue, const String& newValue,
59 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
49 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.h48 const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0)
50 return adoptRef(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange));
54 const String& prevValue, const String& newValue,
58 String prevValue() const { return m_prevValue; } function in class:WebCore::MutationEvent
68 const String& prevValue, const String& newValue,
/external/icu4c/common/
H A Dutrie2.cpp522 uint32_t value, prevValue, initialValue; local
560 prevValue=0;
597 * The index-2 block is the same as the previous one, and filled with prevValue.
608 if(prevValue!=initialValue) {
609 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
614 prevValue=initialValue;
633 /* the block is the same as the previous one, and filled with prevValue */
640 if(prevValue!=initialValue) {
641 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
645 prevValue
[all...]
H A Dutrie.cpp1062 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/Source/WebKit/win/
H A DDOMEventsClasses.cpp540 HRESULT STDMETHODCALLTYPE DOMMutationEvent::prevValue( function in class:DOMMutationEvent
569 /* [in] */ BSTR /*prevValue*/,
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1079 @property(readonly, copy) NSString *prevValue; variable
1083 - (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;
1084 - (void)initMutationEvent:(NSString *)type :(BOOL)canBubble :(BOOL)cancelable :(DOMNode *)relatedNode :(NSString *)prevValue :(NSString *)newValue :(NSString *)attrName :(unsigned short)attrChange;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 617 milliseconds