/external/chromium/chrome/browser/chromeos/panels/ |
D | panel_scroller.h | 23 static PanelScroller* CreateWindow();
|
D | panel_scroller.cc | 82 PanelScroller* PanelScroller::CreateWindow() { in CreateWindow() function in PanelScroller
|
/external/webkit/Source/JavaScriptCore/wtf/win/ |
D | MainThreadWin.cpp | 77 threadingWindowHandle = CreateWindow(kThreadingWindowClassName, 0, 0, in initializeMainThreadPlatform()
|
/external/webkit/Source/WebCore/platform/wince/ |
D | SharedTimerWinCE.cpp | 79 timerWindowHandle = CreateWindow(kTimerWindowClassName, 0, 0, in initializeOffScreenTimerWindow()
|
D | PasteboardWinCE.cpp | 95 m_owner = ::CreateWindow(L"PasteboardOwnerWindowClass", L"PasteboardOwnerWindow", 0, 0, 0, 0, 0, in Pasteboard()
|
/external/chromium/base/win/ |
D | wrapped_window_proc_unittest.cc | 66 HWND window = CreateWindow(class_name.c_str(), 0, 0, 0, 0, 0, 0, HWND_MESSAGE, in TEST()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | QTMovieWinTimer.cpp | 75 timerWindowHandle = CreateWindow(kTimerWindowClassName, 0, 0, in initializeOffScreenTimerWindow()
|
/external/openssl/apps/ |
D | winrand.c | 99 hwnd = CreateWindow(appname, OPENSSL_VERSION_TEXT, in WinMain()
|
/external/chromium/chrome/browser/ui/views/status_icons/ |
D | status_tray_win.cc | 34 window_ = CreateWindow(chrome::kStatusTrayWindowClass, in StatusTrayWin()
|
/external/webkit/Source/WebCore/platform/win/ |
D | SharedTimerWin.cpp | 133 timerWindowHandle = CreateWindow(kTimerWindowClassName, 0, 0, in initializeOffScreenTimerWindow()
|
D | PasteboardWin.cpp | 101 m_owner = ::CreateWindow(L"PasteboardOwnerWindowClass", L"PasteboardOwnerWindow", 0, 0, 0, 0, 0, in Pasteboard()
|
/external/webkit/Source/WebKit2/Platform/win/ |
D | RunLoopWin.cpp | 145 m_runLoopMessageWindow = ::CreateWindow(kRunLoopMessageWindowClassName, 0, 0, in RunLoop()
|
/external/webkit/Tools/WinLauncher/ |
D | WinLauncher.cpp | 174 hURLBarWnd = CreateWindow(L"EDIT", 0, in _tWinMain() 284 hMainWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW, in InitInstance()
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_wingl.c | 54 SDL_Window = CreateWindow(SDL_Appname, SDL_Appname, in WIN_GL_ResetWindow() 124 hwnd = CreateWindow(SDL_Appname, SDL_Appname, WS_POPUP | WS_DISABLED, in ChoosePixelFormatARB()
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | CACFLayerTreeHost.cpp | 101 …HWND testWindow = ::CreateWindow(L"CoreAnimationTesterWindowClass", L"CoreAnimationTesterWindow", … in acceleratedCompositingAvailable()
|
/external/chromium/chrome/browser/ |
D | process_singleton_win.cc | 194 window_ = CreateWindow(chrome::kMessageWindowClass, in Create()
|
/external/bluetooth/glib/tests/ |
D | gio-test.c | 318 hwnd = CreateWindow (MAKEINTATOM(klass), "gio-test", 0, 0, 0, 10, 10, in main()
|
/external/icu4c/samples/layout/ |
D | layout.cpp | 97 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
D | clayout.c | 98 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
/external/chromium/base/ |
D | message_pump_win.cc | 243 CreateWindow(kWndClass, 0, 0, 0, 0, 0, 0, HWND_MESSAGE, 0, hinst, 0); in InitMessageWnd()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 520 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW, in rpng_win_create_window()
|
/external/webkit/Source/WebKit/wince/ |
D | WebView.cpp | 83 m_windowHandle = CreateWindow(kWebViewWindowClassName, 0, WS_CHILD, in WebView()
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
D | SDL_dibevents.c | 558 SDL_Window = CreateWindow(SDL_Appname, SDL_Appname, in DIB_CreateWindow()
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebView.cpp | 320 …::CreateWindow(TEXT("SCROLLBAR"), TEXT("FAKETRACKPOINTHSCROLLBAR"), WS_CHILD | WS_VISIBLE | SBS_HO… in initialize() 321 …::CreateWindow(TEXT("SCROLLBAR"), TEXT("FAKETRACKPOINTVSCROLLBAR"), WS_CHILD | WS_VISIBLE | SBS_VE… in initialize()
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 122 hwnd = CreateWindow (szProgName, szAppName, in WinMain()
|