OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isList
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXList.h
44
virtual bool
isList
() const OVERRIDE { return true; }
AXObject.h
332
virtual bool
isList
() const { return false; }
AXNodeObject.cpp
1096
if (obj->
isList
() || obj->isAXTable() || obj->isTree() || obj->isCanvas())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
Interpolation.cpp
22
if (!(start->
isList
() && end->
isList
()))
InterpolableValue.h
20
virtual bool
isList
() const { return false; }
100
virtual bool
isList
() const OVERRIDE FINAL { return true; }
162
DEFINE_TYPE_CASTS(InterpolableList, InterpolableValue, value, value->
isList
(), value.
isList
());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.cpp
98
static bool
isList
(const Node& node)
110
if (
isList
(*parent))
134
if (
isList
(*current)) {
Completed in 220 milliseconds