HomeSort by relevance Sort by last modified time
    Searched refs:prevValue (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebCore/dom/
MutationEvent.cpp 34 const String& prevValue, const String& newValue,
38 , m_prevValue(prevValue)
46 const String& prevValue, const String& newValue,
55 m_prevValue = prevValue;
MutationEvent.h 46 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; }
66 const String& prevValue, const String& newValue,
MutationEvent.idl 31 readonly attribute DOMString prevValue;
40 in DOMString prevValue,
CharacterData.cpp 186 void CharacterData::dispatchModifiedEvent(StringImpl* prevValue)
191 dispatchEvent(MutationEvent::create(eventNames().DOMCharacterDataModifiedEvent, true, 0, prevValue, m_data));
  /external/webkit/WebKit/chromium/src/
WebMutationEvent.cpp 45 WebString WebMutationEvent::prevValue() const
47 return WebString(constUnwrap<MutationEvent>()->prevValue());
  /external/webkit/WebKit/chromium/public/
WebMutationEvent.h 50 WEBKIT_API WebString prevValue() const;
  /external/chromium/third_party/icu/source/common/
utrie2.c 514 uint32_t value, prevValue, initialValue;
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=initialValue
    [all...]
utrie.c 1062 uint32_t value, prevValue, initialValue;
    [all...]
  /external/icu4c/common/
utrie2.cpp 514 uint32_t value, prevValue, initialValue;
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=initialValue
    [all...]
utrie.c 1062 uint32_t value, prevValue, initialValue;
    [all...]
  /external/webkit/WebKit/win/Interfaces/
DOMEvents.idl 320 //readonly attribute DOMString prevValue;
321 HRESULT prevValue([out, retval] BSTR* result);
336 // in DOMString prevValue,
340 HRESULT initMutationEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMNode* relatedNode, [in] BSTR prevValue, [in] BSTR newValue, [in] BSTR attrName, [in] unsigned short attrChange);
  /external/webkit/WebKit/win/
DOMEventsClasses.cpp 542 HRESULT STDMETHODCALLTYPE DOMMutationEvent::prevValue(
571 /* [in] */ BSTR /*prevValue*/,
DOMEventsClasses.h 682 virtual HRESULT STDMETHODCALLTYPE prevValue(
699 /* [in] */ BSTR prevValue,
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 658 printf(" prevValue: %s\n", [[(DOMMutationEvent*)event prevValue] UTF8String]);
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /build/tools/droiddoc/templates/assets/
jquery-resizable.min.js     [all...]
  /external/jdiff/
xerces.jar 

Completed in 172 milliseconds