Searched refs:m_hasText (Results 1 – 1 of 1) sorted by relevance
69 const String& text() const { ASSERT(m_hasText); return m_text; } in text()71 bool hasText() const { return m_hasText; } in hasText()80 bool m_hasText; member in ParsedStyleSheet85 : m_hasText(false) in ParsedStyleSheet()91 m_hasText = true; in setText()