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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.h 133 bool hasOneClient() { return m_clients.size() == 1; }
CSSStyleSheet.cpp 129 if (m_contents->hasOneClient() && !m_contents->isInMemoryCache()) {
150 ASSERT(m_contents->hasOneClient());

Completed in 190 milliseconds