HomeSort by relevance Sort by last modified time
    Searched refs:m_role (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPathSegWithContext.h 31 : 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
SVGPathSegList.h 37 : m_role(role)
47 SVGPathSegRole m_role; member in class:WebCore::SVGPathSegList
SVGPathSegList.cpp 45 static_cast<SVGPathElement*>(contextElement)->pathSegListChanged(m_role);
  /external/webkit/Source/WebCore/svg/properties/
SVGPropertyTearOff.h 94 virtual SVGPropertyRole role() const { return m_role; }
99 , m_role(role)
109 , m_role(UndefinedRole)
122 SVGPropertyRole m_role; member in class:WebCore::SVGPropertyTearOff
SVGListProperty.h 47 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/
AccessibilityObject.h 416 void setRoleValue(AccessibilityRole role) { m_role = role; }
417 virtual AccessibilityRole roleValue() const { return m_role; }
599 AccessibilityRole m_role; member in class:WebCore::AccessibilityObject
AccessibilityObject.cpp 68 , m_role(UnknownRole)
    [all...]
AccessibilityRenderObject.cpp 96 m_role = determineAccessibilityRole();
    [all...]

Completed in 41 milliseconds