Searched refs:startRange (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationStack.cpp158 double startRange = 0; local
160 timing.timingFunction->range(&startRange, &endRange);
162 if (!CompositorAnimations::instance()->getAnimatedBoundingBox(expandingBox, *anim->effect(), startRange, endRange))
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.cpp304 unsigned startRange = 0; local
315 startRange = (startRange << 4) | toASCIIHexValue(*ptr);
341 range.first = startRange;
347 unsigned endRange = startRange;
354 startRange <<= 4;
362 range.first = startRange;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp263 RefPtrWillBeRawPtr<Range> startRange = Range::create(document(), firstPositionInNode(&scope), visibleStart.deepEquivalent().parentAnchoredEquivalent()); local
265 int startIndex = TextIterator::rangeLength(startRange.get(), true);
295 startRange = PlainTextRange(startIndex).createRangeForSelection(toContainerNode(scope));
297 if (startRange && endRange)
298 updateStartEnd(startRange->startPosition(), endRange->startPosition());
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/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 ...

Completed in 130 milliseconds