Searched defs:createJavaAppletWidget (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp1210 WTF::PassRefPtr<Widget> FrameLoaderClientAndroid::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, function in class:android::FrameLoaderClientAndroid
/external/webkit/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1394 PassRefPtr<Widget> FrameLoaderClientImpl::createJavaAppletWidget( function in class:WebKit::FrameLoaderClientImpl
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp501 PassRefPtr<Widget> FrameLoaderClient::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, function in class:WebKit::FrameLoaderClient
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp775 PassRefPtr<Widget> FrameLoaderClientHaiku::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1337 PassRefPtr<Widget> FrameLoaderClientQt::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, function in class:WebCore::FrameLoaderClientQt
/external/webkit/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp873 PassRefPtr<Widget> FrameLoaderClientWx::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, function in class:WebCore::FrameLoaderClientWx
/external/webkit/WebCore/loader/
H A DEmptyClients.h305 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) { return 0; } function in class:WebCore::EmptyFrameLoaderClient
H A DFrameLoader.cpp4038 PassRefPtr<Widget> FrameLoader::createJavaAppletWidget(const IntSize& size, HTMLAppletElement* element, const HashMap<String, String>& args) function in class:WebCore::FrameLoader
4066 RefPtr<Widget> widget = m_client->createJavaAppletWidget(size, element, baseURL, paramNames, paramValues);
/external/webkit/WebKit/win/
H A DWebFrame.cpp1734 PassRefPtr<Widget> WebFrame::createJavaAppletWidget(const IntSize& pluginSize, HTMLAppletElement* element, const KURL& /*baseURL*/, const Vector<String>& paramNames, const Vector<String>& paramValues) function in class:WebFrame

Completed in 300 milliseconds