Home | History | Annotate | Download | only in platform

Lines Matching defs:hostWindow

34 #include "platform/HostWindow.h"
41 static HostWindow* toHostWindow(Widget* widget)
48 return root->hostWindow();
53 HostWindow* hostWindow = toHostWindow(widget);
54 if (!hostWindow)
56 return hostWindow->screenInfo().depth;
61 HostWindow* hostWindow = toHostWindow(widget);
62 if (!hostWindow)
64 return hostWindow->screenInfo().depthPerComponent;
69 HostWindow* hostWindow = toHostWindow(widget);
70 if (!hostWindow)
72 return hostWindow->screenInfo().isMonochrome;
77 HostWindow* hostWindow = toHostWindow(widget);
78 if (!hostWindow)
80 return IntRect(hostWindow->screenInfo().rect);
85 HostWindow* hostWindow = toHostWindow(widget);
86 if (!hostWindow)
88 return IntRect(hostWindow->screenInfo().availableRect);
93 HostWindow* hostWindow = toHostWindow(widget);
94 if (!hostWindow)
96 return hostWindow->screenInfo().orientationAngle;
101 HostWindow* hostWindow = toHostWindow(widget);
102 if (!hostWindow)
104 return hostWindow->screenInfo().orientationType;