Searched refs:sourceRange (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/test/intltest/ |
D | transrt.cpp | 335 UnicodeSet sourceRange; member in RTTest 357 void test(const UnicodeString& sourceRange, 481 this->sourceRange.clear(); in test() 482 this->sourceRange.applyPattern(sourceRangeVal, status); in test() 488 this->sourceRange.removeAll(neverOk); in test() 625 usi.reset(sourceRange); in test2() 659 usi.reset(sourceRange); in test2() 698 UnicodeSet sourceRangeMinusFailures(sourceRange); in test2()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | 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/ |
D | Range.cpp | 407 short Range::compareBoundaryPoints(CompareHow how, const Range* sourceRange, ExceptionCode& ec) con… in compareBoundaryPoints() argument 414 if (!sourceRange) { in compareBoundaryPoints() 423 Node* sourceCont = sourceRange->commonAncestorContainer(ec); in compareBoundaryPoints() 445 return compareBoundaryPoints(m_start, sourceRange->m_start, ec); in compareBoundaryPoints() 447 return compareBoundaryPoints(m_end, sourceRange->m_start, ec); in compareBoundaryPoints() 449 return compareBoundaryPoints(m_end, sourceRange->m_end, ec); in compareBoundaryPoints() 451 return compareBoundaryPoints(m_start, sourceRange->m_end, ec); in compareBoundaryPoints()
|
D | Range.h | 71 short compareBoundaryPoints(CompareHow, const Range* sourceRange, ExceptionCode&) const;
|
D | Range.idl | 67 in Range sourceRange)
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 1169 - (short)compareBoundaryPoints:(unsigned short)how sourceRange:(DOMRange *)sourceRange AVAILABLE_WE… 1170 - (short)compareBoundaryPoints:(unsigned short)how :(DOMRange *)sourceRange;
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLRenderingContext.cpp | 85 …void clip1D(GC3Dint start, GC3Dsizei range, GC3Dsizei sourceRange, GC3Dint* clippedStart, GC3Dsize… in clip1D() argument 93 if (end > sourceRange) in clip1D() 94 range -= end - sourceRange; in clip1D()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 10125 (KJS::Lexer::sourceRange): Convenience function to get a source
|
D | ChangeLog-2009-06-16 | 31595 (JSC::Lexer::sourceRange): Fold together the SourceProvider and line number
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 27715 (-[DOMRange compareBoundaryPoints:sourceRange:]):
|