Home
last modified time | relevance | path

Searched refs:isListItem (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLLIElement.cpp75 if (renderer() && renderer()->isListItem()) in parseAttribute()
85 if (renderer() && renderer()->isListItem()) { in attach()
112 ASSERT(renderer() && renderer()->isListItem()); in parseValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.h60 virtual bool isListItem() const { return true; } in isListItem() function
93 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderListItem, isListItem());
DRenderListItem.cpp140 if (renderer && renderer->isListItem()) in nextListItem()
157 if (!renderer || (renderer && !renderer->isListItem())) in previousListItem()
245 if (curr->isListItem() && inQuirksMode && currChild->node() && in getParentOfFirstLineBox()
DTextAutosizer.cpp98 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()
DRenderCounter.cpp140 if (object.isListItem()) { in planCounter()
DRenderTreeAsText.cpp859 if (!renderer || !renderer->isListItem()) in markerTextForListItem()
DRenderObject.h335 virtual bool isListItem() const { return false; } in isListItem() function
DRenderBox.cpp2246 if (!child->isListItem()) in getMaxWidthListMarker()
DRenderBlock.cpp468 if (!curr->isRenderBlockFlow() || curr->isListItem()) in containingColumnsBlock()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DBreakBlockquoteCommand.cpp153 … if (listChildNode && listChildNode->renderer() && listChildNode->renderer()->isListItem()) in doApply()
Dhtmlediting.h110 bool isListItem(const Node*);
DModifySelectionListLevel.cpp80 if (endListChild->renderer()->isListItem()) { in getStartEndListChildren()
Dhtmlediting.cpp542 bool isListItem(const Node *n) in isListItem() function
544 return n && n->renderer() && n->renderer()->isListItem(); in isListItem()
700 if (isListItem(listItem)) in appendedSublist()
DCompositeEditCommand.cpp896 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()
DReplaceSelectionCommand.cpp922 startBlock == currentRoot || isListItem(startBlock) || selectionIsPlainText) in doApply()
1078 && blockStart && blockStart->renderer()->isListItem()) in doApply()
1195 if (isListItem(enclosingNode)) { in doApply()
Dmarkup.cpp508 …arentListNode = enclosingNodeOfType(firstPositionInOrBeforeNode(range->firstNode()), isListItem)) { in highestAncestorToWrapMarkup()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.h327 bool isListItem() const { return roleValue() == ListItemRole; } in isListItem() function
DAXRenderObject.cpp283 if (cssBox && cssBox->isListItem()) in determineAccessibilityRole()