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 m_element->pathSegListChanged(m_role);
71 SVGPathSegRole m_role; member in class:WebCore::SVGPathSegWithContext
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.h 121 if (m_role == AnimValRole)
131 , m_role(role)
144 , m_role(UndefinedRole)
182 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/
AXObject.h 305 virtual AccessibilityRole roleValue() const { return m_role; }
561 AccessibilityRole m_role; member in class:WebCore::AXObject

Completed in 496 milliseconds