Searched defs:m_role (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegList.h37 : m_role(role)
47 SVGPathSegRole m_role; member in class:WebCore::SVGPathSegList
H A DSVGPathSegWithContext.h31 : m_role(role)
38 switch (m_role) {
52 SVGPathSegRole role() const { return m_role; }
56 m_role = role;
64 ASSERT(m_role == PathSegUndefinedRole);
68 ASSERT(m_role != PathSegUndefinedRole);
69 m_element->pathSegListChanged(m_role);
73 SVGPathSegRole m_role; member in class:WebCore::SVGPathSegWithContext
/external/webkit/Source/WebCore/svg/properties/
H A DSVGPropertyTearOff.h94 virtual SVGPropertyRole role() const { return m_role; }
99 , m_role(role)
109 , m_role(UndefinedRole)
122 SVGPropertyRole m_role; member in class:WebCore::SVGPropertyTearOff
H A DSVGListProperty.h47 if (m_role == AnimValRole) {
409 virtual SVGPropertyRole role() const { return m_role; }
413 : m_role(role)
422 SVGPropertyRole m_role; member in class:WebCore::SVGListProperty
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h416 void setRoleValue(AccessibilityRole role) { m_role = role; }
417 virtual AccessibilityRole roleValue() const { return m_role; }
599 AccessibilityRole m_role; member in class:WebCore::AccessibilityObject

Completed in 794 milliseconds