Home
last modified time | relevance | path

Searched refs:startRange (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGParserUtilities.cpp304 unsigned startRange = 0; in parseUnicodeRange() local
315 startRange = (startRange << 4) | toASCIIHexValue(*ptr); in parseUnicodeRange()
341 range.first = startRange; in parseUnicodeRange()
347 unsigned endRange = startRange; in parseUnicodeRange()
354 startRange <<= 4; in parseUnicodeRange()
362 range.first = startRange; in parseUnicodeRange()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationStack.cpp158 double startRange = 0; in getAnimatedBoundingBox() local
160 timing.timingFunction->range(&startRange, &endRange); in getAnimatedBoundingBox()
162 …nimations::instance()->getAnimatedBoundingBox(expandingBox, *anim->effect(), startRange, endRange)) in getAnimatedBoundingBox()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp263 …RefPtrWillBeRawPtr<Range> startRange = Range::create(document(), firstPositionInNode(&scope), visi… in applyBlockStyle() local
265 int startIndex = TextIterator::rangeLength(startRange.get(), true); in applyBlockStyle()
295 startRange = PlainTextRange(startIndex).createRangeForSelection(toContainerNode(scope)); in applyBlockStyle()
297 if (startRange && endRange) in applyBlockStyle()
298 updateStartEnd(startRange->startPosition(), endRange->startPosition()); in applyBlockStyle()