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.h37 struct ViewportDescription { struct
61 ViewportDescription(Type type = UserAgentStyleSheet) argument
62 : type(type) in type()
86 bool operator==(const ViewportDescription& other) const argument
118 #endif // ViewportDescription_h argument
/external/chromium_org/third_party/WebKit/Source/core/page/
DChromeClient.h157 virtual void dispatchViewportPropertiesDidChange(const ViewportDescription&) const { } in dispatchViewportPropertiesDidChange()