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

  /external/webkit/Source/WebKit/win/Interfaces/
DOMRange.idl 145 - (short)compareBoundaryPoints:(unsigned short)how :(DOMRange *)sourceRange;
147 HRESULT compareBoundaryPoints([in] unsigned short how, [in] IDOMRange* sourceRange);
  /external/webkit/Source/WebCore/dom/
Range.idl 67 in Range sourceRange)
Range.h 71 short compareBoundaryPoints(CompareHow, const Range* sourceRange, ExceptionCode&) const;
Range.cpp 405 short Range::compareBoundaryPoints(CompareHow how, const Range* sourceRange, ExceptionCode& ec) const
412 if (!sourceRange) {
421 Node* sourceCont = sourceRange->commonAncestorContainer(ec);
443 return compareBoundaryPoints(m_start, sourceRange->m_start, ec);
445 return compareBoundaryPoints(m_end, sourceRange->m_start, ec);
447 return compareBoundaryPoints(m_end, sourceRange->m_end, ec);
449 return compareBoundaryPoints(m_start, sourceRange->m_end, ec);
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 335 UnicodeSet sourceRange;
357 void test(const UnicodeString& sourceRange,
481 this->sourceRange.clear();
482 this->sourceRange.applyPattern(sourceRangeVal, status);
488 this->sourceRange.removeAll(neverOk);
625 usi.reset(sourceRange);
659 usi.reset(sourceRange);
698 UnicodeSet sourceRangeMinusFailures(sourceRange);
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 85 void clip1D(GC3Dint start, GC3Dsizei range, GC3Dsizei sourceRange, GC3Dint* clippedStart, GC3Dsizei* clippedRange)
93 if (end > sourceRange)
94 range -= end - sourceRange;
    [all...]

Completed in 2884 milliseconds