Searched defs:createWindow (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DPlatformVideoWindow.h38 static PassRefPtr<PlatformVideoWindow> createWindow() { return adoptRef(new PlatformVideoWindow()); } function in class:WebCore::PlatformVideoWindow
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp62 void MediaPlayerPrivateFullscreenWindow::createWindow(HWND parentHwnd) function in class:WebCore::MediaPlayerPrivateFullscreenWindow
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.cpp44 widget->createWindow(parentWindow, size);
54 bool EmbeddedWidget::createWindow(HWND parentWindow, const IntSize& size) function in class:EmbeddedWidget
H A DWebChromeClient.cpp199 Page* WebChromeClient::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures& features, const NavigationAction&) function in class:WebChromeClient
205 // Just create a blank request because createWindow() is only required to create window but not to load URL.
/external/webkit/Tools/MiniBrowser/gtk/
H A Dmain.c91 static GtkWidget *createWindow(WKViewRef webView) function
127 GtkWidget *mainWindow = createWindow(webView);
/external/webkit/Tools/MiniBrowser/win/
H A DBrowserWindow.cpp103 void BrowserWindow::createWindow(int x, int y, int width, int height) function in class:BrowserWindow
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorClientQt.cpp68 QWebPage* createWindow(QWebPage::WebWindowType) function in class:WebCore::InspectorClientWebPage
H A DChromeClientQt.cpp193 Page* ChromeClientQt::createWindow(Frame*, const FrameLoadRequest& request, const WindowFeatures& features, const NavigationAction&) function in class:WebCore::ChromeClientQt
195 QWebPage* newPage = m_webPage->createWindow(features.dialog ? QWebPage::WebModalDialog : QWebPage::WebBrowserWindow);
/external/webkit/Tools/GtkLauncher/
H A Dmain.c32 static GtkWidget* createWindow(WebKitWebView** outWebView);
104 createWindow(&newWebView);
188 static GtkWidget* createWindow(WebKitWebView** outWebView) function
242 main_window = createWindow(&webView);
/external/webkit/Tools/QtTestBrowser/
H A Dwebpage.cpp95 QWebPage* page = createWindow(QWebPage::WebBrowserWindow);
185 QWebPage* WebPage::createWindow(QWebPage::WebWindowType type) function in class:WebPage
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp115 Page* ChromeClientHaiku::createWindow(Frame*, const FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp87 Page* ChromeClientWinCE::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&) function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp144 Page* ChromeClientWx::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures& features, const NavigationAction&) function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebCore/page/
H A DChrome.cpp178 Page* Chrome::createWindow(Frame* frame, const FrameLoadRequest& request, const WindowFeatures& features, const NavigationAction& action) const function in class:WebCore::Chrome
180 Page* newPage = m_client->createWindow(frame, request, features, action);
H A DDOMWindow.cpp1765 Frame* DOMWindow::createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& windowFeatures, function in class:WebCore::DOMWindow
1781 Frame* newFrame = WebCore::createWindow(activeFrame, openerFrame, frameRequest, windowFeatures, created);
1864 Frame* result = createWindow(urlString, frameName, windowFeatures, activeWindow, firstFrame, m_frame);
1886 Frame* dialogFrame = createWindow(urlString, emptyAtom, WindowFeatures(dialogFeaturesString, screenAvailableRect(m_frame->view())),
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp181 Page* ChromeClientAndroid::createWindow(Frame* frame, const FrameLoadRequest&, function in class:android::ChromeClientAndroid
201 WebCore::Frame* newFrame = m_webFrame->createWindow(dialog,
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp266 Page* ChromeClientImpl::createWindow( function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp151 Page* ChromeClientEfl::createWindow(Frame*, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& features, const NavigationAction&) function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp155 Page* ChromeClient::createWindow(Frame* frame, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& coreFeatures, const NavigationAction&) function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebview.cpp279 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) function in class:QWebView
H A Dqwebpage.cpp1772 This enum describes the types of window that can be created by the createWindow() function.
2185 the request to QWebView's createWindow() function; otherwise it returns a null pointer.
2193 \sa acceptNavigationRequest(), QWebView::createWindow()
2195 QWebPage *QWebPage::createWindow(WebWindowType type) function in class:QWebPage
2199 QWebView *newView = webView->createWindow(type);
2289 if (Page* newPage = oldPage->chrome()->createWindow(frame, request, features, action)) {
2631 accepted createWindow() will be called.
2636 \sa createWindow()
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview.cpp874 QDeclarativeWebView* QDeclarativeWebView::createWindow(QWebPage::WebWindowType type) function in class:QDeclarativeWebView
1091 QWebPage* QDeclarativeWebPage::createWindow(WebWindowType type) function in class:QDeclarativeWebPage
1093 QDeclarativeWebView* newView = viewItem()->createWindow(type);
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp214 QWebPage *WebPage::createWindow(QWebPage::WebWindowType) function in class:WebCore::WebPage
216 return m_drt->createWindow();
1083 QWebPage *DumpRenderTree::createWindow() function in class:WebCore::DumpRenderTree
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp155 Page* WebChromeClient::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures& windowFeatures, const NavigationAction& navigationAction) function in class:WebKit::WebChromeClient
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp369 virtual QWebPage* createWindow(WebWindowType) { function in class:TestPage
2629 virtual QWebPage* createWindow(WebWindowType) { function in class:TestModalPage

Completed in 432 milliseconds

12