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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMutationEvent.cpp45 WebString WebMutationEvent::prevValue() const function in class:blink::WebMutationEvent
47 return WebString(constUnwrap<MutationEvent>()->prevValue());
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMutationEvent.cpp37 const String& prevValue, const String& newValue,
41 , m_prevValue(prevValue)
54 const String& prevValue, const String& newValue,
63 m_prevValue = prevValue;
36 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
53 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/chromium_org/third_party/icu/source/common/
H A Dutrie2.cpp518 uint32_t value, prevValue, initialValue; local
554 prevValue=0;
591 * The index-2 block is the same as the previous one, and filled with prevValue.
602 if(prevValue!=initialValue) {
603 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
608 prevValue=initialValue;
627 /* the block is the same as the previous one, and filled with prevValue */
634 if(prevValue!=initialValue) {
635 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
639 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/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/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/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 272 milliseconds