HomeSort by relevance Sort by last modified time
    Searched refs:instanceHandle (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/graphics/win/
QTMovieWinTimer.cpp 41 static HINSTANCE instanceHandle = 0;
71 wcex.hInstance = instanceHandle;
76 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, HWND_MESSAGE, 0, instanceHandle, 0);
127 instanceHandle = handle;
  /external/webkit/WebCore/platform/wince/
SharedTimerWince.cpp 83 wcex.hInstance = Page::instanceHandle();
88 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, 0, 0, Page::instanceHandle(), 0);
PasteboardWince.cpp 90 wc.hInstance = Page::instanceHandle();
  /external/webkit/WebCore/platform/win/
SharedTimerWin.cpp 128 wcex.hInstance = Page::instanceHandle();
133 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, HWND_MESSAGE, 0, Page::instanceHandle(), 0);
PasteboardWin.cpp 91 wcex.hInstance = Page::instanceHandle();
PopupMenuWin.cpp 143 hostWindow, 0, Page::instanceHandle(), this);
726 wcex.hInstance = Page::instanceHandle();
  /external/webkit/WebCore/page/
Page.h 209 static void setInstanceHandle(HINSTANCE instanceHandle) { s_instanceHandle = instanceHandle; }
210 static HINSTANCE instanceHandle() { return s_instanceHandle; }
  /external/webkit/WebCore/platform/network/win/
ResourceHandleWin.cpp 116 wcex.hInstance = Page::instanceHandle();
121 HWND_MESSAGE, 0, Page::instanceHandle(), 0);
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 295 ASSERT(Page::instanceHandle());
312 wcex.hInstance = Page::instanceHandle();
1014 0, 0, 0, 0, parentWindowHandle, 0, Page::instanceHandle(), 0);
    [all...]

Completed in 195 milliseconds