Searched refs:markerTextForListItem (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.h75 String markerTextForListItem(Element*);
H A DRenderTreeAsText.cpp769 String markerTextForListItem(Element* element) function in namespace:blink
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h168 virtual WebString markerTextForListItem(const WebElement&) const OVERRIDE;
H A DWebLocalFrameImpl.h218 virtual WebString markerTextForListItem(const WebElement&) const OVERRIDE;
H A DWebRemoteFrameImpl.cpp804 WebString WebRemoteFrameImpl::markerTextForListItem(const WebElement&) const function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1460 WebString WebLocalFrameImpl::markerTextForListItem(const WebElement& webElement) const function in class:WebLocalFrameImpl
1462 return blink::markerTextForListItem(const_cast<Element*>(webElement.constUnwrap<Element>()));
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h641 // Calls markerTextForListItem() defined in WebCore/rendering/RenderTreeAsText.h.
642 virtual WebString markerTextForListItem(const WebElement&) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h278 String markerTextForListItem(Element*);
H A DInternals.idl233 [TypeChecking=Interface] DOMString markerTextForListItem(Element element);
H A DInternals.cpp1991 String Internals::markerTextForListItem(Element* element) function in class:blink::Internals
1994 return blink::markerTextForListItem(element);

Completed in 539 milliseconds