Home
last modified time | relevance | path

Searched refs:PluginProxy (Results 1 – 25 of 72) sorted by relevance

123

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp56 PassRefPtr<PluginProxy> PluginProxy::create(const String& pluginPath) in create()
58 return adoptRef(new PluginProxy(pluginPath)); in create()
61 PluginProxy::PluginProxy(const String& pluginPath) in PluginProxy() function in WebKit::PluginProxy
72 PluginProxy::~PluginProxy() in ~PluginProxy()
76 void PluginProxy::pluginProcessCrashed() in pluginProcessCrashed()
114 void PluginProxy::destroy() in destroy()
164 bool PluginProxy::isTransparent() in isTransparent()
260 void PluginProxy::manualStreamDidFinishLoading() in manualStreamDidFinishLoading()
315 void PluginProxy::setFocus(bool hasFocus) in setFocus()
366 PluginController* PluginProxy::controller() in controller()
[all …]
H A DPluginProcessConnection.cpp73 void PluginProcessConnection::addPluginProxy(PluginProxy* plugin) in addPluginProxy()
79 void PluginProcessConnection::removePluginProxy(PluginProxy* plugin) in removePluginProxy()
104 if (PluginProxy* pluginProxy = m_plugins.get(arguments->destinationID())) in didReceiveMessage()
117 if (PluginProxy* pluginProxy = m_plugins.get(arguments->destinationID())) in didReceiveSyncMessage()
127 …for (HashMap<uint64_t, PluginProxy*>::const_iterator::Values it = m_plugins.begin().values(), end … in didClose()
128 PluginProxy* pluginProxy = (*it); in didClose()
H A DPluginProcessConnection.h42 class PluginProxy; variable
56 void addPluginProxy(PluginProxy*);
57 void removePluginProxy(PluginProxy*);
78 HashMap<uint64_t, PluginProxy*> m_plugins;
H A DPluginProxy.h49 class PluginProxy : public Plugin {
51 static PassRefPtr<PluginProxy> create(const String& pluginPath);
52 ~PluginProxy();
61 explicit PluginProxy(const String& pluginPath);
/dports/www/falkon/falkon-3.2.0/src/lib/plugins/
H A Dpluginproxy.cpp25 PluginProxy::PluginProxy(QObject *parent) in PluginProxy() function in PluginProxy
31 void PluginProxy::registerAppEventHandler(PluginProxy::EventHandlerType type, PluginInterface* obj) in registerAppEventHandler()
82 void PluginProxy::pluginUnloaded(PluginInterface* plugin) in pluginUnloaded()
104 void PluginProxy::populateExtensionsMenu(QMenu *menu) in populateExtensionsMenu()
154 bool PluginProxy::processMouseMove(Qz::ObjectName type, QObject* obj, QMouseEvent* event) in processMouseMove()
180 bool PluginProxy::processKeyPress(Qz::ObjectName type, QObject* obj, QKeyEvent* event) in processKeyPress()
193 bool PluginProxy::processKeyRelease(Qz::ObjectName type, QObject* obj, QKeyEvent* event) in processKeyRelease()
219 void PluginProxy::emitWebPageCreated(WebPage* page) in emitWebPageCreated()
224 void PluginProxy::emitWebPageDeleted(WebPage* page) in emitWebPageDeleted()
229 void PluginProxy::emitMainWindowCreated(BrowserWindow* window) in emitMainWindowCreated()
[all …]
H A Dpluginproxy.h29 class FALKON_EXPORT PluginProxy : public Plugins
38 explicit PluginProxy(QObject *parent = nullptr);
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/src/signond/
H A Dpluginproxy.cpp73 PluginProxy::PluginProxy(QString type, QObject *parent): in PluginProxy() function in SignonDaemonNS::PluginProxy
106 PluginProxy::~PluginProxy() in ~PluginProxy()
139 PluginProxy* PluginProxy::createNewPluginProxy(const QString &type) in createNewPluginProxy()
141 PluginProxy *pp = new PluginProxy(type); in createNewPluginProxy()
233 void PluginProxy::cancel() in cancel()
240 void PluginProxy::stop() in stop()
262 bool PluginProxy::isProcessing() in isProcessing()
267 void PluginProxy::blobIOError() in blobIOError()
446 void PluginProxy::onReadStandardError() in onReadStandardError()
473 QString PluginProxy::queryType() in queryType()
[all …]
H A Dpluginproxy.h46 friend class PluginProxy; variable
57 class PluginProxy: public QObject
65 static PluginProxy *createNewPluginProxy(const QString &type);
66 virtual ~PluginProxy();
114 PluginProxy(QString type, QObject *parent = NULL);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp159 m_connection->connection()->send(Messages::PluginProxy::Update(dirtyRect), m_pluginInstanceID); in paint()
209 …m_connection->connection()->send(Messages::PluginProxy::CancelStreamLoad(streamID), m_pluginInstan… in cancelStreamLoad()
216 …m_connection->connection()->send(Messages::PluginProxy::CancelManualStreamLoad(), m_pluginInstance… in cancelManualStreamLoad()
224 …_connection->connection()->sendSync(Messages::PluginProxy::GetWindowScriptNPObject(), Messages::Pl… in windowScriptNPObject()
243 …connection->connection()->sendSync(Messages::PluginProxy::GetPluginElementNPObject(), Messages::Pl… in pluginElementNPObject()
270 …ction()->sendSync(Messages::PluginProxy::Evaluate(npObjectAsNPVariantData, scriptString, allowPopu… in evaluate()
282 …m_connection->connection()->send(Messages::PluginProxy::SetStatusbarText(statusbarText), m_pluginI… in setStatusbarText()
310 …m_connection->connection()->send(Messages::PluginProxy::SetComplexTextInputEnabled(complexTextInpu… in setComplexTextInputEnabled()
323 …_connection->connection()->sendSync(Messages::PluginProxy::CookiesForURL(urlString), Messages::Plu… in proxiesForURL()
333 …_connection->connection()->sendSync(Messages::PluginProxy::CookiesForURL(urlString), Messages::Plu… in cookiesForURL()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/proxy/
H A DAEProxyFactory.java68 public static PluginProxy
76 public static PluginProxy
85 public static PluginProxy
95 public static PluginProxy
104 public static PluginProxy
114 public static PluginProxy
180 PluginProxy interface in AEProxyFactory
185 public PluginProxy
/dports/www/falkon/falkon-3.2.0/src/plugins/AutoScroll/
H A Dautoscrollplugin.cpp38 mApp->plugins()->registerAppEventHandler(PluginProxy::MouseMoveHandler, this); in init()
39 mApp->plugins()->registerAppEventHandler(PluginProxy::MousePressHandler, this); in init()
40 mApp->plugins()->registerAppEventHandler(PluginProxy::MouseReleaseHandler, this); in init()
41 mApp->plugins()->registerAppEventHandler(PluginProxy::WheelEventHandler, this); in init()
/dports/www/falkon/falkon-3.2.0/src/lib/adblock/
H A Dadblockplugin.cpp42 connect(mApp->plugins(), &PluginProxy::webPageCreated, this, &AdBlockPlugin::webPageCreated); in init()
43 connect(mApp->plugins(), &PluginProxy::webPageDeleted, this, &AdBlockPlugin::webPageDeleted); in init()
44 …connect(mApp->plugins(), &PluginProxy::mainWindowCreated, this, &AdBlockPlugin::mainWindowCreated); in init()
45 …connect(mApp->plugins(), &PluginProxy::mainWindowDeleted, this, &AdBlockPlugin::mainWindowDeleted); in init()
/dports/www/falkon/falkon-3.2.0/src/lib/plugins/qml/
H A Dqmlplugininterface.cpp308 mApp->plugins()->registerAppEventHandler(PluginProxy::MouseDoubleClickHandler, this); in setMouseDoubleClick()
319 mApp->plugins()->registerAppEventHandler(PluginProxy::MousePressHandler, this); in setMousePress()
330 mApp->plugins()->registerAppEventHandler(PluginProxy::MouseReleaseHandler, this); in setMouseRelease()
341 mApp->plugins()->registerAppEventHandler(PluginProxy::MouseMoveHandler, this); in setMouseMove()
352 mApp->plugins()->registerAppEventHandler(PluginProxy::WheelEventHandler, this); in setWheelEvent()
363 mApp->plugins()->registerAppEventHandler(PluginProxy::KeyPressHandler, this); in setKeyPress()
374 mApp->plugins()->registerAppEventHandler(PluginProxy::KeyReleaseHandler, this); in setKeyRelease()
H A Dqmlstaticdata.cpp38 connect(mApp->plugins(), &PluginProxy::mainWindowCreated, this, [this](BrowserWindow *window) { in QmlStaticData()
42 connect(mApp->plugins(), &PluginProxy::mainWindowDeleted, this, [this](BrowserWindow *window) { in QmlStaticData()
/dports/www/falkon/falkon-3.2.0/src/plugins/MouseGestures/
H A Dmousegesturesplugin.cpp37 mApp->plugins()->registerAppEventHandler(PluginProxy::MousePressHandler, this); in init()
38 mApp->plugins()->registerAppEventHandler(PluginProxy::MouseReleaseHandler, this); in init()
39 mApp->plugins()->registerAppEventHandler(PluginProxy::MouseMoveHandler, this); in init()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/impl/tcp/
H A DTCPTransportImpl.java39 import com.aelitis.azureus.core.proxy.AEProxyFactory.PluginProxy;
67 private volatile PluginProxy plugin_proxy;
231 PluginProxy pp = plugin_proxy; in connectOutbound()
285 PluginProxy pp = plugin_proxy; in connectOutbound()
375 PluginProxy pp = plugin_proxy; in connectOutbound()
575 PluginProxy pp = plugin_proxy; in setConnectResult()
/dports/www/falkon/falkon-3.2.0/src/plugins/StatusBarIcons/
H A Dstatusbariconsplugin.cpp36 …connect(mApp->plugins(), &PluginProxy::mainWindowCreated, m_manager, &SBI_IconsManager::mainWindow… in init()
37 …connect(mApp->plugins(), &PluginProxy::mainWindowDeleted, m_manager, &SBI_IconsManager::mainWindow… in init()
/dports/www/falkon/falkon-3.2.0/src/plugins/GreaseMonkey/
H A Dgm_plugin.cpp40 …connect(mApp->plugins(), &PluginProxy::mainWindowCreated, m_manager, &GM_Manager::mainWindowCreate… in init()
41 …connect(mApp->plugins(), &PluginProxy::mainWindowDeleted, m_manager, &GM_Manager::mainWindowDelete… in init()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
H A DPluginProxyMac.mm27 #import "PluginProxy.h"
35 PlatformLayer* PluginProxy::pluginLayer()
52 bool PluginProxy::needsBackingStore() const
/dports/www/falkon/falkon-3.2.0/src/lib/app/
H A Dmainapplication.h42 class PluginProxy; variable
102 PluginProxy* plugins();
177 PluginProxy* m_plugins;
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/tests/signond-tests/
H A Dtestpluginproxy.cpp54 PluginProxy *pp = PluginProxy::createNewPluginProxy("nonexisting"); in create_nonexisting()
61 PluginProxy *pp = PluginProxy::createNewPluginProxy("ssotest"); in create_dummy()
H A Dtestpluginproxy.h57 PluginProxy *m_proxy;
/dports/www/falkon/falkon-3.2.0/src/lib/plugins/qml/api/windows/
H A Dqmlwindows.cpp27 connect(mApp->plugins(), &PluginProxy::mainWindowCreated, this, [this](BrowserWindow *window){ in QmlWindows()
32 connect(mApp->plugins(), &PluginProxy::mainWindowDeleted, this, [this](BrowserWindow *window){ in QmlWindows()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/qt/
H A DPluginProxyQt.cpp35 bool PluginProxy::needsBackingStore() const in needsBackingStore()
/dports/www/falkon/falkon-3.2.0/src/plugins/VerticalTabs/
H A Dverticaltabsplugin.cpp58 mApp->plugins()->registerAppEventHandler(PluginProxy::KeyPressHandler, this); in init()
63 …connect(mApp->plugins(), &PluginProxy::mainWindowCreated, this, &VerticalTabsPlugin::mainWindowCre… in init()

123