Searched defs:sourceRange (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.cpp317 short Range::compareBoundaryPoints(unsigned how, const Range* sourceRange, ExceptionState& exceptionState) const argument
325 Node* sourceCont = sourceRange->commonAncestorContainer();
344 return compareBoundaryPoints(m_start, sourceRange->m_start, exceptionState);
346 return compareBoundaryPoints(m_end, sourceRange->m_start, exceptionState);
348 return compareBoundaryPoints(m_end, sourceRange->m_end, exceptionState);
350 return compareBoundaryPoints(m_start, sourceRange->m_end, exceptionState);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.cpp846 static bool jsonRangeToSourceRange(ErrorString* errorString, InspectorStyleSheetBase* inspectorStyleSheet, const RefPtr<JSONObject>& range, SourceRange* sourceRange) argument
871 sourceRange->start = startOffset;
872 sourceRange->end = endOffset;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransrt.cpp336 UnicodeSet sourceRange; member in class:RTTest
358 void test(const UnicodeString& sourceRange,
482 this->sourceRange.clear();
483 this->sourceRange.applyPattern(sourceRangeVal, status);
489 this->sourceRange.removeAll(neverOk);
626 usi.reset(sourceRange);
660 usi.reset(sourceRange);
699 UnicodeSet sourceRangeMinusFailures(sourceRange);
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp336 UnicodeSet sourceRange; member in class:RTTest
358 void test(const UnicodeString& sourceRange,
482 this->sourceRange.clear();
483 this->sourceRange.applyPattern(sourceRangeVal, status);
489 this->sourceRange.removeAll(neverOk);
626 usi.reset(sourceRange);
660 usi.reset(sourceRange);
699 UnicodeSet sourceRangeMinusFailures(sourceRange);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc8644 GLint start, GLint range, GLint sourceRange,
8653 if (end > sourceRange) {
8654 range -= end - sourceRange;
8643 Clip( GLint start, GLint range, GLint sourceRange, GLint* out_start, GLint* out_range) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 7409 milliseconds