Home
last modified time | relevance | path

Searched refs:UserAgentStyleSheet (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DViewportDescription.h41 UserAgentStyleSheet, enumerator
61 ViewportDescription(Type type = UserAgentStyleSheet)
109 bool isSpecifiedByAuthor() const { return type != UserAgentStyleSheet; } in isSpecifiedByAuthor()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DViewportStyleResolver.cpp102 …hasAuthorStyle ? ViewportDescription::AuthorStyleSheet : ViewportDescription::UserAgentStyleSheet); in resolve()