Searched defs:toSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableFilterOperations.cpp52 size_t toSize = target->operations().size(); local
53 size_t size = std::max(fromSize, toSize);
56 FilterOperation* to = (i < toSize) ? target->m_operations.operations()[i].get() : 0;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutPoint.h146 inline LayoutSize toSize(const LayoutPoint& a) function in namespace:blink
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperations.cpp74 unsigned toSize = operations().size(); local
75 unsigned size = std::max(fromSize, toSize);
78 RefPtr<TransformOperation> toOperation = (i < toSize) ? operations()[i].get() : 0;
243 int toSize = operations().size(); local
244 int size = std::max(fromSize, toSize);
249 RefPtr<TransformOperation> toOperation = (i < toSize) ? operations()[i] : nullptr;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcldrtest.c587 int32_t toSize = ures_getSize(fromArray); local
591 if (fromSize > toSize) {
592 fromSize = toSize;
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c590 int32_t toSize = ures_getSize(fromArray); local
594 if (fromSize > toSize) {
595 fromSize = toSize;

Completed in 1463 milliseconds