Home
last modified time | relevance | path

Searched refs:m_role (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathSegWithContext.h31 : m_role(role) in SVGPathSegWithContext()
38 switch (m_role) { in animatedProperty()
52 SVGPathSegRole role() const { return m_role; } in role()
56 m_role = role; in setContextAndRole()
64 ASSERT(m_role == PathSegUndefinedRole); in commitChange()
68 ASSERT(m_role != PathSegUndefinedRole); in commitChange()
69 m_element->pathSegListChanged(m_role); in commitChange()
73 SVGPathSegRole m_role;
DSVGPathSegList.h37 : m_role(role) in SVGPathSegList()
47 SVGPathSegRole m_role;
DSVGPathSegList.cpp45 static_cast<SVGPathElement*>(contextElement)->pathSegListChanged(m_role); in commitChange()
/external/webkit/Source/WebCore/svg/properties/
DSVGPropertyTearOff.h94 virtual SVGPropertyRole role() const { return m_role; } in role()
99 , m_role(role) in SVGPropertyTearOff()
109 , m_role(UndefinedRole) in SVGPropertyTearOff()
122 SVGPropertyRole m_role; variable
DSVGListProperty.h47 if (m_role == AnimValRole) { in canAlterList()
409 virtual SVGPropertyRole role() const { return m_role; } in role()
413 : m_role(role) in SVGListProperty()
422 SVGPropertyRole m_role;
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.h416 void setRoleValue(AccessibilityRole role) { m_role = role; } in setRoleValue()
417 virtual AccessibilityRole roleValue() const { return m_role; } in roleValue()
599 AccessibilityRole m_role; variable
DAccessibilityObject.cpp68 , m_role(UnknownRole) in AccessibilityObject()
DAccessibilityRenderObject.cpp96 m_role = determineAccessibilityRole(); in AccessibilityRenderObject()
3010 m_role = determineAccessibilityRole(); in updateAccessibilityRole()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2919402 Return roleValue(), rather than m_role, as subclasses may override it.
19406 Fallback to roleValue(), rather than m_role, as it may be overriden.
19427 back to m_role.