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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h 64 bool textLengthIsSpecifiedByUser() { return m_textLengthIsSpecifiedByUser; }
82 bool m_textLengthIsSpecifiedByUser;
SVGTextContentElement.cpp 78 , m_textLengthIsSpecifiedByUser(false)
253 m_textLengthIsSpecifiedByUser = true;

Completed in 91 milliseconds