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

  /external/webkit/WebKit/chromium/src/
WebMutationEvent.cpp 45 WebString WebMutationEvent::prevValue() const
47 return WebString(constUnwrap<MutationEvent>()->prevValue());
  /external/webkit/WebCore/dom/
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,
  /external/icu4c/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/webkit/WebKit/win/
DOMEventsClasses.cpp 542 HRESULT STDMETHODCALLTYPE DOMMutationEvent::prevValue(
571 /* [in] */ BSTR /*prevValue*/,
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/jdiff/
xerces.jar 

Completed in 255 milliseconds