Searched refs:createModalDialog (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h65 virtual Page* createModalDialog(Frame*, const FrameLoadRequest&);
H A DChromeClientHaiku.cpp121 Page* ChromeClientHaiku::createModalDialog(Frame*, const FrameLoadRequest&) function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h62 virtual Page* createModalDialog(Frame*, const FrameLoadRequest&);
H A DChromeClientWx.cpp163 Page* ChromeClientWx::createModalDialog(Frame*, const FrameLoadRequest&) function in class:WebCore::ChromeClientWx
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.h97 virtual HRESULT STDMETHODCALLTYPE createModalDialog(IWebView*, IWebURLRequest*, IWebView**) { return E_NOTIMPL; } function in class:PrintWebUIDelegate
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h282 virtual HRESULT STDMETHODCALLTYPE createModalDialog( function in class:WebInspectorDelegate
H A DWebChromeClient.cpp225 if (FAILED(delegate->createModalDialog(m_webView, request.get(), &newWebView)))
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp351 HRESULT STDMETHODCALLTYPE UIDelegate::createModalDialog( function in class:UIDelegate
H A DUIDelegate.h289 virtual HRESULT STDMETHODCALLTYPE createModalDialog(
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebUIDelegate.idl750 HRESULT createModalDialog([in] IWebView* sender, [in] IWebURLRequest* request, [out, retval] IWebView** newWebView);

Completed in 77 milliseconds