HomeSort by relevance Sort by last modified time
    Searched defs:isListItem (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.h 59 virtual bool isListItem() const { return true; }
95 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isListItem());
RenderObject.h 326 virtual bool isListItem() const { return false; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 549 bool isListItem(const Node *n)
551 return n && n->renderer() && n->renderer()->isListItem();
707 if (isListItem(listItem))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.h 312 bool isListItem() const { return roleValue() == ListItemRole; }

Completed in 244 milliseconds