Searched defs:_WebKitViewportAttributesPrivate (Results 1 – 1 of 1) sorted by relevance
30 struct _WebKitViewportAttributesPrivate { struct31 WebKitWebView* webView;32 int deviceWidth;33 int deviceHeight;34 int availableWidth;35 int availableHeight;36 int desktopWidth;37 int deviceDPI;39 int width;40 int height;[all …]