HomeSort by relevance Sort by last modified time
    Searched defs:HostWindow (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/
HostWindow.h 35 class HostWindow {
36 WTF_MAKE_NONCOPYABLE(HostWindow); WTF_MAKE_FAST_ALLOCATED;
38 HostWindow() { }
39 virtual ~HostWindow() { }
  /external/webkit/Tools/WebKitAPITest/
HostWindow.h 33 class HostWindow {
34 WTF_MAKE_NONCOPYABLE(HostWindow);
36 HostWindow();
37 ~HostWindow();
HostWindow.cpp 26 #include "HostWindow.h"
30 static LPCWSTR hostWindowClassName = L"HostWindow";
32 HostWindow::HostWindow()
37 bool HostWindow::initialize()
44 HostWindow::~HostWindow()
51 RECT HostWindow::clientRect() const
61 void HostWindow::registerWindowClass()
79 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
    [all...]

Completed in 52 milliseconds