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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegList.h 36 : m_role(role)
46 SVGPathSegRole m_role; member in class:WebCore::SVGPathSegList
SVGPathSegWithContext.h 30 : 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
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.h 113 if (m_role == AnimValRole)
123 , m_role(role)
136 , m_role(UndefinedRole)
159 SVGPropertyRole m_role; member in class:WebCore::SVGPropertyTearOff
SVGListProperty.h 54 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/
AccessibilityObject.h 290 virtual AccessibilityRole roleValue() const { return m_role; }
541 AccessibilityRole m_role; member in class:WebCore::AccessibilityObject

Completed in 652 milliseconds