HomeSort by relevance Sort by last modified time
    Searched full:integeroptionalinteger (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedIntegerOptionalInteger.cpp 38 pair<int, int>& animatedInteger = animtedType->integerOptionalInteger();
63 resetFromBaseValues<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes, type, &SVGAnimatedType::integerOptionalInteger);
81 const pair<int, int>& fromIntegerPair = from->integerOptionalInteger();
82 pair<int, int>& toIntegerPair = to->integerOptionalInteger();
93 const pair<int, int>& fromIntegerPair = m_animationElement->animationMode() == ToAnimation ? animated->integerOptionalInteger() : from->integerOptionalInteger();
94 const pair<int, int>& toIntegerPair = to->integerOptionalInteger();
95 const pair<int, int>& toAtEndOfDurationIntegerPair = toAtEndOfDuration->integerOptionalInteger();
96 pair<int, int>& animatedIntegerPair = animated->integerOptionalInteger();
SVGAnimatedType.h 95 const pair<int, int>& integerOptionalInteger() const
98 return *m_data.integerOptionalInteger;
198 pair<int, int>& integerOptionalInteger()
201 return *m_data.integerOptionalInteger;
289 std::pair<int, int>* integerOptionalInteger;
SVGAnimatedType.cpp 53 delete m_data.integerOptionalInteger;
134 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createIntegerOptionalInteger(pair<int, int>* integerOptionalInteger)
136 ASSERT(integerOptionalInteger);
138 animatedType->m_data.integerOptionalInteger = integerOptionalInteger;

Completed in 48 milliseconds