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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.h 71 bool m_hasAuthorStyle;
ViewportStyleResolver.cpp 49 , m_hasAuthorStyle(false)
72 m_hasAuthorStyle = true;
95 ViewportDescription description(m_hasAuthorStyle ? ViewportDescription::AuthorStyleSheet : ViewportDescription::UserAgentStyleSheet);
110 m_hasAuthorStyle = false;

Completed in 66 milliseconds