OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:returneditem
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.cpp
53
ListItemType
returnedItem
= Base::getItemValues(index, exceptionState);
54
if (
returnedItem
) {
55
ASSERT(static_cast<SVGPathSegWithContext*>(
returnedItem
.get())->contextElement() == contextElement());
56
ASSERT(static_cast<SVGPathSegWithContext*>(
returnedItem
.get())->role() == m_pathSegRole);
58
return
returnedItem
.release();
Completed in 39 milliseconds