Searched defs:HostWindow (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DHostWindow.h35 class HostWindow { class in namespace:WebCore
36 WTF_MAKE_NONCOPYABLE(HostWindow); WTF_MAKE_FAST_ALLOCATED;
38 HostWindow() { } function in class:WebCore::HostWindow
39 virtual ~HostWindow() { }
/external/webkit/Tools/WebKitAPITest/
H A DHostWindow.h33 class HostWindow { class in namespace:WebKitAPITest
34 WTF_MAKE_NONCOPYABLE(HostWindow);
36 HostWindow();
37 ~HostWindow();
H A DHostWindow.cpp26 #include "HostWindow.h"
30 static LPCWSTR hostWindowClassName = L"HostWindow";
32 HostWindow::HostWindow() function in class:WebKitAPITest::HostWindow
37 bool HostWindow::initialize()
44 HostWindow::~HostWindow()
51 RECT HostWindow::clientRect() const
61 void HostWindow::registerWindowClass()
79 LRESULT HostWindow
[all...]

Completed in 284 milliseconds