/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_wingl.c | 41 #ifndef _WIN32_WCE /* FIXME WinCE needs the UNICODE version of CreateWindow() */ 54 SDL_Window = CreateWindow(SDL_Appname, SDL_Appname, 124 hwnd = CreateWindow(SDL_Appname, SDL_Appname, WS_POPUP | WS_DISABLED,
|
/external/webkit/Source/WebKit/qt/declarative/ |
qdeclarativewebview_p.h | 53 QWebPage *createWindow(WebWindowType type); 250 QDeclarativeWebView* createWindow(QWebPage::WebWindowType type);
|
/external/webkit/Tools/WinLauncher/ |
WinLauncher.cpp | 174 hURLBarWnd = CreateWindow(L"EDIT", 0, 284 hMainWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW,
|
/frameworks/base/services/java/com/android/server/display/ |
OverlayDisplayWindow.java | 115 createWindow(); 173 private void createWindow() {
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-win32.c | 246 sWnd = CreateWindow(sAppName, sAppName, windowStyle,
|
/external/openssl/apps/ |
winrand.c | 99 hwnd = CreateWindow(appname, OPENSSL_VERSION_TEXT,
|
/external/webkit/Source/WebCore/page/ |
Chrome.h | 105 Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&) const;
|
Chrome.cpp | 178 Page* Chrome::createWindow(Frame* frame, const FrameLoadRequest& request, const WindowFeatures& features, const NavigationAction& action) const 180 Page* newPage = m_client->createWindow(frame, request, features, action);
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
GStreamerGWorld.cpp | 81 m_videoWindow = PlatformVideoWindow::createWindow();
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateFullscreenWindow.cpp | 62 void MediaPlayerPrivateFullscreenWindow::createWindow(HWND parentHwnd)
|
/external/webkit/Source/WebCore/platform/win/ |
SharedTimerWin.cpp | 133 timerWindowHandle = CreateWindow(kTimerWindowClassName, 0, 0,
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
ChromeClientAndroid.h | 78 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
|
/external/webkit/Source/WebKit/android/jni/ |
WebCoreFrameBridge.h | 102 WebCore::Frame* createWindow(bool dialog, bool userGesture);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
ChromeClientGtk.h | 60 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
ChromeClientHaiku.h | 64 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebview.h | 136 virtual QWebView *createWindow(QWebPage::WebWindowType type);
|
qwebview.cpp | 279 reimplement the createWindow() function. 970 This function is called from the createWindow() method of the associated QWebPage, 974 \note If the createWindow() method of the associated page is reimplemented, this 981 \sa QWebPage::createWindow(), QWebPage::acceptNavigationRequest() 983 QWebView *QWebView::createWindow(QWebPage::WebWindowType type) [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
ChromeClientQt.h | 79 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
ChromeClientWinCE.cpp | 87 Page* ChromeClientWinCE::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&)
|
/external/webkit/Source/WebKit2/Platform/win/ |
RunLoopWin.cpp | 145 m_runLoopMessageWindow = ::CreateWindow(kRunLoopMessageWindowClassName, 0, 0,
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
tabs_api.html | 203 function createWindow() { 355 <button onclick="createWindow();">Create</button>
|
/external/webkit/Source/WebCore/loader/ |
FrameLoader.h | 498 // This function is called by createWindow() in JSDOMWindowBase.cpp, for example, for 505 Frame* createWindow(Frame* openerFrame, Frame* lookupFrame, const FrameLoadRequest&, const WindowFeatures&, bool& created);
|
/external/chromium/chrome/browser/chromeos/panels/ |
panel_scroller.cc | 82 PanelScroller* PanelScroller::CreateWindow() {
|
/external/icu4c/samples/layout/ |
clayout.c | 98 hwnd = CreateWindow(szAppName, NULL,
|
layout.cpp | 97 hwnd = CreateWindow(szAppName, NULL,
|