Searched refs:m_role (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegWithContext.h30 : m_role(role)
37 switch (m_role) {
51 SVGPathSegRole role() const { return m_role; }
55 m_role = role;
63 ASSERT(m_role == PathSegUndefinedRole);
67 ASSERT(m_role != PathSegUndefinedRole);
68 m_element->pathSegListChanged(m_role);
72 SVGPathSegRole m_role; member in class:WebCore::SVGPathSegWithContext
H A DSVGPathSegList.h36 : m_role(role)
46 SVGPathSegRole m_role; member in class:WebCore::SVGPathSegList
H A DSVGPathSegList.cpp43 toSVGPathElement(contextElement)->pathSegListChanged(m_role, listModification);
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGPropertyTearOff.h113 if (m_role == AnimValRole)
123 , m_role(role)
136 , m_role(UndefinedRole)
159 SVGPropertyRole m_role; member in class:WebCore::SVGPropertyTearOff
H A DSVGStaticListPropertyTearOff.h37 using Base::m_role;
91 return m_role == AnimValRole;
H A DSVGPathSegListPropertyTearOff.h126 using Base::m_role;
130 if (m_role == AnimValRole)
H A DSVGListPropertyTearOff.h41 using Base::m_role;
127 if (m_role == AnimValRole)
H A DSVGListProperty.h54 if (m_role == AnimValRole) {
90 ASSERT(m_role == AnimValRole);
452 : m_role(role)
474 SVGPropertyRole m_role; member in class:WebCore::SVGListProperty
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityObject.h290 virtual AccessibilityRole roleValue() const { return m_role; }
541 AccessibilityRole m_role; member in class:WebCore::AccessibilityObject
H A DAccessibilityNodeObject.cpp163 return m_role == UnknownRole;
455 m_role = determineAccessibilityRole();
1470 m_role = determineAccessibilityRole();
H A DAccessibilityObject.cpp132 , m_role(UnknownRole)

Completed in 162 milliseconds