OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_role
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
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
SVGPathSegList.h
36
:
m_role
(role)
46
SVGPathSegRole
m_role
;
member in class:WebCore::SVGPathSegList
SVGPathSegList.cpp
43
toSVGPathElement(contextElement)->pathSegListChanged(
m_role
, listModification);
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGStaticListPropertyTearOff.h
37
using Base::
m_role
;
94
return
m_role
== AnimValRole;
SVGPropertyTearOff.h
121
if (
m_role
== AnimValRole)
131
,
m_role
(role)
144
,
m_role
(UndefinedRole)
182
SVGPropertyRole
m_role
;
member in class:WebCore::SVGPropertyTearOff
SVGPathSegListPropertyTearOff.h
127
using Base::
m_role
;
131
if (
m_role
== AnimValRole)
SVGListPropertyTearOff.h
41
using Base::
m_role
;
142
if (
m_role
== AnimValRole)
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
AXNodeObject.cpp
171
return
m_role
== UnknownRole;
450
m_role
= determineAccessibilityRole();
[
all
...]
AXObject.cpp
134
,
m_role
(UnknownRole)
Completed in 228 milliseconds