Searched refs:listMarkerText (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderListMarker.h | 32 String listMarkerText(EListStyleType, int value);
|
D | RenderListMarker.cpp | 594 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()
|
D | RenderCounter.cpp | 495 String text = listMarkerText(m_counter.listStyle(), value); in originalText() 501 text = listMarkerText(m_counter.listStyle(), child->countInParent()) in originalText()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityObject.cpp | 449 … 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/ |
D | AccessibilityObjectWrapper.mm | 635 …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/ |
D | ChangeLog-2007-10-14 | 41700 (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
|
D | ChangeLog-2010-12-06 | 346 (WebCore::listMarkerText): Ditto. 68474 (WebCore::listMarkerText): Ditto. 72136 (WebCore::listMarkerText): Modified to call WebCore::effectiveListMarkerType().
|
D | ChangeLog-2010-01-29 | 8525 (WebCore::listMarkerText): 18253 (WebCore::listMarkerText):
|
D | ChangeLog-2010-05-24 | 51267 (WebCore::listMarkerText):
|