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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 315 unsigned startRange = 0;
326 startRange = (startRange << 4) | toASCIIHexValue(*ptr);
352 range.first = startRange;
358 unsigned endRange = startRange;
365 startRange <<= 4;
373 range.first = startRange;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 260 RefPtrWillBeRawPtr<Range> startRange = Range::create(document(), firstPositionInNode(&scope), visibleStart.deepEquivalent().parentAnchoredEquivalent());
262 int startIndex = TextIterator::rangeLength(startRange.get(), true);
293 startRange = PlainTextRange(startIndex).createRangeForSelection(toContainerNode(scope));
295 if (startRange && endRange)
296 updateStartEnd(startRange->startPosition(), endRange->startPosition());
    [all...]
TextIterator.cpp     [all...]
CompositeEditCommand.cpp     [all...]
  /external/zxing/core/
core.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 203 milliseconds