OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isListItem
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.h
60
virtual bool
isListItem
() const { return true; }
93
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderListItem,
isListItem
());
RenderObject.h
335
virtual bool
isListItem
() const { return false; }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp
542
bool
isListItem
(const Node *n)
544
return n && n->renderer() && n->renderer()->
isListItem
();
700
if (
isListItem
(listItem))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h
327
bool
isListItem
() const { return roleValue() == ListItemRole; }
Completed in 81 milliseconds