HomeSort by relevance Sort by last modified time
    Searched refs:listMarkerText (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderListMarker.h 32 String listMarkerText(EListStyleType, int value);
RenderCounter.cpp 495 String text = listMarkerText(m_counter.listStyle(), value);
501 text = listMarkerText(m_counter.listStyle(), child->countInParent())
RenderListMarker.cpp 594 String listMarkerText(EListStyleType type, int value)
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 449 String listMarkerText = listMarkerTextForNodeAndPosition(it.node(), visiblePositionRange.start);
450 if (!listMarkerText.isEmpty())
451 builder.append(listMarkerText);
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 635 String listMarkerText = m_object->listMarkerTextForNodeAndPosition(node, VisiblePosition(it.range()->startPosition()));
636 if (!listMarkerText.isEmpty())
637 AXAttributedStringAppendText(attrString, node, listMarkerText.characters(), listMarkerText.length());
    [all...]

Completed in 214 milliseconds