Home
last modified time | relevance | path

Searched defs:hasCachedSelectorText (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSRule.h98 bool hasCachedSelectorText() const { return m_hasCachedSelectorText; } in hasCachedSelectorText() function
99 …void setHasCachedSelectorText(bool hasCachedSelectorText) const { m_hasCachedSelectorText = hasCac… in setHasCachedSelectorText()