Home
last modified time | relevance | path

Searched defs:pluginSize (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginPackage.h50 uint16_t pluginSize; variable
/external/webkit/Source/WebKit/win/WebCoreSupport/
DEmbeddedWidget.cpp60 SIZE pluginSize(size); in createWindow() local
DWebFrameLoaderClient.cpp876 PassRefPtr<Widget> WebFrameLoaderClient::createPlugin(const IntSize& pluginSize, HTMLPlugInElement*… in createPlugin()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp611 PassRefPtr<Widget> FrameLoaderClient::createPlugin(const IntSize& pluginSize, HTMLPlugInElement* el… in createPlugin()
710 PassRefPtr<Widget> FrameLoaderClient::createJavaAppletWidget(const IntSize& pluginSize, HTMLAppletE… in createJavaAppletWidget()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1508 PassRefPtr<Widget> FrameLoaderClientQt::createPlugin(const IntSize& pluginSize, HTMLPlugInElement* … in createPlugin()
1645 PassRefPtr<Widget> FrameLoaderClientQt::createJavaAppletWidget(const IntSize& pluginSize, HTMLApple… in createJavaAppletWidget()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.cpp330 PassRefPtr<Widget> FrameLoaderClientEfl::createPlugin(const IntSize& pluginSize, HTMLPlugInElement*… in createPlugin()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp1255 PassRefPtr<Widget> WebFrameLoaderClient::createJavaAppletWidget(const IntSize& pluginSize, HTMLAppl… in createJavaAppletWidget()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp2040 …r<WebCore::Widget> ewk_frame_plugin_create(Evas_Object* o, const WebCore::IntSize& pluginSize, Web… in ewk_frame_plugin_create()
Dewk_view.cpp4108 …ewk_view_plugin_create(Evas_Object* o, Evas_Object* frame, const WebCore::IntSize& pluginSize, Web… in ewk_view_plugin_create()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp1879 PassRefPtr<Widget> WebFrame::createJavaAppletWidget(const IntSize& pluginSize, HTMLAppletElement* e… in createJavaAppletWidget()