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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.h 44 UserAgentStyleSheet,
64 ViewportDescription(Type type = UserAgentStyleSheet)
127 bool isSpecifiedByAuthor() const { return type != UserAgentStyleSheet; }
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ViewportStyleResolver.cpp 91 m_document->setViewportDescription(ViewportDescription(ViewportDescription::UserAgentStyleSheet));
95 ViewportDescription description(m_hasAuthorStyle ? ViewportDescription::AuthorStyleSheet : ViewportDescription::UserAgentStyleSheet);

Completed in 42 milliseconds