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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.idl 38 float getComputedTextLength();
SVGTextContentElement.h 52 float getComputedTextLength();
SVGTextContentElement.cpp 50 // It should return getComputedTextLength() when textLength is not specified manually.
62 baseValue()->newValueSpecifiedUnits(LengthTypeNumber, textContentElement->getComputedTextLength());
91 float SVGTextContentElement::getComputedTextLength()

Completed in 3018 milliseconds