Searched refs:isListItem (Results 1 – 18 of 18) sorted by relevance
75 if (renderer() && renderer()->isListItem()) in parseAttribute()85 if (renderer() && renderer()->isListItem()) { in attach()112 ASSERT(renderer() && renderer()->isListItem()); in parseValue()
60 virtual bool isListItem() const { return true; } in isListItem() function93 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderListItem, isListItem());
140 if (renderer && renderer->isListItem()) in nextListItem()157 if (!renderer || (renderer && !renderer->isListItem())) in previousListItem()245 if (curr->isListItem() && inQuirksMode && currChild->node() && in getParentOfFirstLineBox()
98 return (ancestor && ancestor->isListItem()) ? toRenderListItem(ancestor) : 0; in getAncestorListItem()296 if (child->isListItem() && child->style()->textAutosizingMultiplier() == 1) in setMultiplierForList()344 if (renderer->isListItem()) in isAutosizingContainer()
140 if (object.isListItem()) { in planCounter()
859 if (!renderer || !renderer->isListItem()) in markerTextForListItem()
335 virtual bool isListItem() const { return false; } in isListItem() function
2246 if (!child->isListItem()) in getMaxWidthListMarker()
468 if (!curr->isRenderBlockFlow() || curr->isListItem()) in containingColumnsBlock()
153 … if (listChildNode && listChildNode->renderer() && listChildNode->renderer()->isListItem()) in doApply()
110 bool isListItem(const Node*);
80 if (endListChild->renderer()->isListItem()) { in getStartEndListChildren()
542 bool isListItem(const Node *n) in isListItem() function544 return n && n->renderer() && n->renderer()->isListItem(); in isListItem()700 if (isListItem(listItem)) in appendedSublist()
896 if (block->height() == 0 || (block->isListItem() && block->isEmpty())) in addBlockPlaceholderIfNeeded()1331 if (isListItem(nextListNode.get()) || isListElement(nextListNode.get())) { in breakOutOfEmptyListItem()1333 if (isListItem(previousListNode.get()) || isListElement(previousListNode.get())) in breakOutOfEmptyListItem()1345 …removeNode(isListItem(previousListNode.get()) || isListElement(previousListNode.get()) ? emptyList… in breakOutOfEmptyListItem()
922 startBlock == currentRoot || isListItem(startBlock) || selectionIsPlainText) in doApply()1078 && blockStart && blockStart->renderer()->isListItem()) in doApply()1195 if (isListItem(enclosingNode)) { in doApply()
508 …arentListNode = enclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isListItem)) { in highestAncestorToWrapMarkup()
327 bool isListItem() const { return roleValue() == ListItemRole; } in isListItem() function
283 if (cssBox && cssBox->isListItem()) in determineAccessibilityRole()