Searched refs:m_hasText (Results 1 – 1 of 1) sorted by relevance
357 const String& text() const { ASSERT(m_hasText); return m_text; } in text()359 bool hasText() const { return m_hasText; } in hasText()370 bool m_hasText; member in ParsedStyleSheet376 : m_hasText(false) in ParsedStyleSheet()383 m_hasText = true; in setText()