Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DViewportDescription.h39 struct ViewportDescription { struct
63 ViewportDescription(Type type = UserAgentStyleSheet) argument
64 : type(type) in type()
99 bool operator==(const ViewportDescription& other) const argument
139 #endif // ViewportDescription_h argument
/external/chromium_org/third_party/WebKit/Source/core/page/
DChromeClient.h146 virtual void dispatchViewportPropertiesDidChange(const ViewportDescription&) const { } in dispatchViewportPropertiesDidChange()