hostWindow 348 Source/core/frame/FrameView.cpp if (HostWindow* window = hostWindow()) hostWindow 401 Source/core/frame/FrameView.cpp if (HostWindow* window = hostWindow()) { hostWindow 1432 Source/core/frame/FrameView.cpp hostWindow()->scroll(scrollDelta, rectToScroll, clipRect); hostWindow 1490 Source/core/frame/FrameView.cpp hostWindow()->scroll(scrollDelta, rectToScroll, clipRect); hostWindow 1508 Source/core/frame/FrameView.cpp hostWindow()->invalidateContentsAndRootView(updateRect); hostWindow 69 Source/core/frame/FrameView.h virtual HostWindow* hostWindow() const OVERRIDE; hostWindow 2862 Source/core/page/EventHandler.cpp IntPoint globalPosition = view->hostWindow()->rootViewToScreen(IntRect(position, IntSize())).location(); hostWindow 48 Source/platform/PlatformScreen.cpp return root->hostWindow(); hostWindow 53 Source/platform/PlatformScreen.cpp HostWindow* hostWindow = toHostWindow(widget); hostWindow 54 Source/platform/PlatformScreen.cpp if (!hostWindow) hostWindow 56 Source/platform/PlatformScreen.cpp return hostWindow->screenInfo().depth; hostWindow 61 Source/platform/PlatformScreen.cpp HostWindow* hostWindow = toHostWindow(widget); hostWindow 62 Source/platform/PlatformScreen.cpp if (!hostWindow) hostWindow 64 Source/platform/PlatformScreen.cpp return hostWindow->screenInfo().depthPerComponent; hostWindow 69 Source/platform/PlatformScreen.cpp HostWindow* hostWindow = toHostWindow(widget); hostWindow 70 Source/platform/PlatformScreen.cpp if (!hostWindow) hostWindow 72 Source/platform/PlatformScreen.cpp return hostWindow->screenInfo().isMonochrome; hostWindow 77 Source/platform/PlatformScreen.cpp HostWindow* hostWindow = toHostWindow(widget); hostWindow 78 Source/platform/PlatformScreen.cpp if (!hostWindow) hostWindow 80 Source/platform/PlatformScreen.cpp return IntRect(hostWindow->screenInfo().rect); hostWindow 85 Source/platform/PlatformScreen.cpp HostWindow* hostWindow = toHostWindow(widget); hostWindow 86 Source/platform/PlatformScreen.cpp if (!hostWindow) hostWindow 88 Source/platform/PlatformScreen.cpp return IntRect(hostWindow->screenInfo().availableRect); hostWindow 93 Source/platform/Widget.h virtual HostWindow* hostWindow() const { ASSERT_NOT_REACHED(); return 0; } hostWindow 71 Source/platform/scroll/FramelessScrollView.cpp if (HostWindow* h = hostWindow()) hostWindow 79 Source/platform/scroll/FramelessScrollView.h virtual HostWindow* hostWindow() const OVERRIDE; hostWindow 530 Source/platform/scroll/ScrollView.cpp HostWindow* window = hostWindow(); hostWindow 563 Source/platform/scroll/ScrollView.cpp hostWindow()->scroll(scrollDelta, rectToScroll, clipRect); hostWindow 569 Source/platform/scroll/ScrollView.cpp hostWindow()->invalidateContentsForSlowScroll(updateRect); hostWindow 626 Source/platform/scroll/ScrollView.cpp HostWindow* window = hostWindow(); hostWindow 777 Source/platform/scroll/ScrollView.cpp if (HostWindow* window = hostWindow()) hostWindow 952 Source/platform/scroll/ScrollView.cpp HostWindow* window = hostWindow(); hostWindow 1097 Source/platform/scroll/ScrollView.cpp HostWindow* window = hostWindow(); hostWindow 1107 Source/platform/scroll/ScrollView.cpp HostWindow* window = hostWindow(); hostWindow 63 Source/platform/scroll/ScrollView.h virtual HostWindow* hostWindow() const = 0; hostWindow 277 Source/web/PopupListBox.cpp return parent() ? parent()->hostWindow() : 0; hostWindow 804 Source/web/PopupListBox.cpp if (hostWindow()) hostWindow 107 Source/web/PopupListBox.h virtual WebCore::HostWindow* hostWindow() const OVERRIDE; hostWindow 81 Source/web/ValidationMessageClientImpl.cpp m_lastAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(anchorInRootView); hostWindow 137 Source/web/ValidationMessageClientImpl.cpp IntRect newAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(newAnchorRect); hostWindow 405 Source/web/WebPluginContainerImpl.cpp parent()->hostWindow()->scroll(scrollDelta, damageRect, damageRect);