OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secondType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.h
121
const typename AnimValType2::ContentType&
secondType
= castAnimatedPropertyToActualType<AnimValType2>(animatedTypes[0].properties[1].get())->currentBaseValue();
123
pair<typename AnimValType1::ContentType, typename AnimValType2::ContentType>* copy = new pair<typename AnimValType1::ContentType, typename AnimValType2::ContentType>(firstType,
secondType
);
/frameworks/opt/mailcommon/tests/src/com/android/mailcommon/
MergedAdapterTest.java
166
int
secondType
= adapter.getItemViewType(i);
167
assertFalse(firstTypes.contains(
secondType
));
Completed in 73 milliseconds