Searched refs:hWndParent (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/win/ |
D | MainThreadWin.cpp | 59 HWND hWndParent = 0; in initializeMainThreadPlatform() local 74 hWndParent = HWND_MESSAGE; in initializeMainThreadPlatform() 78 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, hWndParent, 0, 0, 0); in initializeMainThreadPlatform()
|
/external/webkit/Source/WebCore/platform/win/ |
D | PasteboardWin.cpp | 89 HWND hWndParent = 0; in Pasteboard() local 91 hWndParent = HWND_MESSAGE; in Pasteboard() 102 hWndParent, 0, 0, 0); in Pasteboard()
|