Searched defs:isListItem (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dhtmlediting.cpp567 bool isListItem(const Node* n) function in namespace:blink
569 return n && n->renderer() && n->renderer()->isListItem();
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.h333 bool isListItem() const { return roleValue() == ListItemRole; } function in class:blink::AXObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h365 virtual bool isListItem() const { return false; } function in class:blink::RenderObject

Completed in 109 milliseconds