Home
last modified time | relevance | path

Searched refs:listMarkerText (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderListMarker.h32 String listMarkerText(EListStyleType, int value);
DRenderListMarker.cpp594 String listMarkerText(EListStyleType type, int value) in listMarkerText() function
1370 m_text = listMarkerText(type, m_listItem->value()); in computePreferredLogicalWidths()
1376 m_text = listMarkerText(type, 0); // value is ignored for these types in computePreferredLogicalWidths()
1454 m_text = listMarkerText(type, m_listItem->value()); in computePreferredLogicalWidths()
DRenderCounter.cpp495 String text = listMarkerText(m_counter.listStyle(), value); in originalText()
501 text = listMarkerText(m_counter.listStyle(), child->countInParent()) in originalText()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.cpp449 … String listMarkerText = listMarkerTextForNodeAndPosition(it.node(), visiblePositionRange.start); in stringForVisiblePositionRange() local
450 if (!listMarkerText.isEmpty()) in stringForVisiblePositionRange()
451 builder.append(listMarkerText); in stringForVisiblePositionRange()
/external/webkit/Source/WebCore/accessibility/mac/
DAccessibilityObjectWrapper.mm635 …String listMarkerText = m_object->listMarkerTextForNodeAndPosition(node, VisiblePosition(it.range(…
636 if (!listMarkerText.isEmpty())
637 …AXAttributedStringAppendText(attrString, node, listMarkerText.characters(), listMarkerText.length(…
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1441700 (WebCore::listMarkerText): Corrected character values for the CJK_IDEOGRAPHIC case.
66966 (WebCore::listMarkerText):
68262 * rendering/RenderListMarker.h: Added listMarkerText function -- common code shared
68286 (WebCore::listMarkerText): Added. Moved the code here from calcMinMaxWidth, but added
DChangeLog-2010-12-06346 (WebCore::listMarkerText): Ditto.
68474 (WebCore::listMarkerText): Ditto.
72136 (WebCore::listMarkerText): Modified to call WebCore::effectiveListMarkerType().
DChangeLog-2010-01-298525 (WebCore::listMarkerText):
18253 (WebCore::listMarkerText):
DChangeLog-2010-05-2451267 (WebCore::listMarkerText):