OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ItemTraits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGListPropertyTearOffHelper.h
80
typedef ListItemPropertyTraits<ItemPropertyType>
ItemTraits
;
208
return
ItemTraits
::getValueForInsertionFromTearOff(passNewItem, toDerived()->contextElement(), toDerived()->attributeName());
217
return
ItemTraits
::createTearOff(value, toDerived()->contextElement(), toDerived()->propertyIsAnimVal(), toDerived()->attributeName());
219
return
ItemTraits
::createTearOff(value, 0, PropertyIsNotAnimVal, QualifiedName::null());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspectorStrings.py
602
// technique. By default it simply takes "
ItemTraits
" type from T, but it doesn't work with the base types.
605
typedef typename T::
ItemTraits
Traits;
Completed in 637 milliseconds