OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setContextAndRole
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/properties/
SVGPathSegListPropertyTearOff.cpp
41
static_cast<SVGPathSegWithContext*>(item.get())->
setContextAndRole
(0, PathSegUndefinedRole);
63
static_cast<SVGPathSegWithContext*>(removedItem.get())->
setContextAndRole
(0, PathSegUndefinedRole);
81
newItemWithContext->
setContextAndRole
(contextElement(), m_pathSegRole);
/external/webkit/Source/WebCore/svg/
SVGPathSegWithContext.h
54
void
setContextAndRole
(SVGPathElement* element, SVGPathSegRole role)
Completed in 141 milliseconds