Searched refs:plugins (Results 1 - 25 of 113) sorted by relevance

12345

/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DDOMPluginArray.cpp45 return data->plugins().size();
53 const Vector<PluginInfo>& plugins = data->plugins(); local
54 if (index >= plugins.size())
64 const Vector<PluginInfo>& plugins = data->plugins(); local
65 for (unsigned i = 0; i < plugins.size(); ++i) {
66 if (plugins[i].name == propertyName)
77 const Vector<PluginInfo>& plugins = data->plugins(); local
[all...]
H A DDOMPlugin.h51 const PluginInfo& pluginInfo() const { return m_pluginData->plugins()[m_index]; }
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A DpkgIndex.tcl9 package ifneeded page::config::peg 0.1 [list source [file join $dir plugins/config_peg.tcl]]
14 package ifneeded page::reader::peg 0.1 [list source [file join $dir plugins/reader_peg.tcl]]
15 package ifneeded page::reader::lemon 0.1 [list source [file join $dir plugins/reader_lemon.tcl]]
16 package ifneeded page::reader::hb 0.1 [list source [file join $dir plugins/reader_hb.tcl]]
17 package ifneeded page::reader::ser 0.1 [list source [file join $dir plugins/reader_ser.tcl]]
18 package ifneeded page::reader::treeser 0.1 [list source [file join $dir plugins/reader_treeser.tcl]]
23 package ifneeded page::writer::null 0.1 [list source [file join $dir plugins/writer_null.tcl]]
24 package ifneeded page::writer::me 0.1 [list source [file join $dir plugins/writer_me.tcl]]
25 package ifneeded page::writer::mecpu 0.1.1 [list source [file join $dir plugins/writer_mecpu.tcl]]
26 package ifneeded page::writer::tree 0.1 [list source [file join $dir plugins/writer_tre
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebplugindatabase/
H A Dtst_qwebplugindatabase.cpp55 QVariantMap jsPluginsMap = frame->evaluateJavaScript("window.navigator.plugins").toMap();
56 QList<QWebPluginInfo> plugins = QWebSettings::pluginDatabase()->plugins(); local
57 QCOMPARE(plugins, QWebSettings::pluginDatabase()->plugins());
60 QCOMPARE(length, plugins.count());
63 QWebPluginInfo plugin = plugins.at(i);
65 QVariantMap jsPlugin = frame->evaluateJavaScript(QString("window.navigator.plugins[%1]").arg(i)).toMap();
78 QVariantMap jsMimeType = frame->evaluateJavaScript(QString("window.navigator.plugins[%1][%2]").arg(i).arg(j)).toMap();
99 QList<QWebPluginInfo> plugins local
159 QList<QWebPluginInfo> plugins = QWebSettings::pluginDatabase()->plugins(); local
176 QList<QWebPluginInfo> plugins = database->plugins(); local
217 QList<QWebPluginInfo> plugins = database->plugins(); local
284 QList<QWebPluginInfo> plugins = database->plugins(); local
307 QList<QWebPluginInfo> plugins = database->plugins(); local
409 QList<QWebPluginInfo> plugins = database->plugins(); local
[all...]
/macosx-10.9.5/libxslt-13/Pregenerated Files/
H A Dxslt-config13 --plugins print plugin directory
41 --plugins)
42 echo /usr/lib/libxslt-plugins
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebplugindatabase.cpp29 * @short_description: Provides information about the plugins the engine knows about
32 * This object allows you to query information about the plugins found
35 * enable/disable individual plugins.
102 const Vector<PluginPackage*>& plugins = database->priv->coreDatabase->plugins(); local
104 for (unsigned int i = 0; i < plugins.size(); ++i) {
105 PluginPackage* plugin = plugins[i];
136 * Refreshes @database adding new plugins that are now in use and
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginDatabase.h36 NSMutableDictionary *plugins; variable
40 // Set of views with plugins attached
54 - (NSArray *)plugins;
H A DWebPluginDatabase.mm146 NSEnumerator *pluginEnumerator = [plugins objectEnumerator];
161 NSEnumerator *pluginEnumerator = [plugins objectEnumerator];
181 - (NSArray *)plugins
183 return [plugins allValues];
214 NSEnumerator *pluginEnumerator = [[self plugins] objectEnumerator];
218 [plugins release];
219 plugins = nil;
236 [plugins release];
250 if (!plugins)
251 plugins
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/
H A DWebPluginSiteDataManager.cpp46 , m_plugins(webPluginSiteDataManager->m_webContext->pluginInfoStore().plugins())
87 , m_plugins(webPluginSiteDataManager->m_webContext->pluginInfoStore().plugins())
166 Vector<PluginModuleInfo> plugins = m_webContext->pluginInfoStore().plugins(); local
168 for (size_t i = 0; i < plugins.size(); ++i)
169 pluginPaths.append(plugins[i].path);
226 Vector<PluginModuleInfo> plugins = m_webContext->pluginInfoStore().plugins(); local
228 for (size_t i = 0; i < plugins.size(); ++i)
229 pluginPaths.append(plugins[
[all...]
H A DPluginInfoStore.h61 Vector<PluginModuleInfo> plugins();
84 static void loadPlugin(Vector<PluginModuleInfo>& plugins, const String& pluginPath);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/mac/
H A DWKContextPrivateMac.mm73 Vector<PluginModuleInfo> plugins = toImpl(contextRef)->pluginInfoStore().plugins();
76 for (const auto& plugin: plugins)
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DNavigator.idl29 readonly attribute DOMPluginArray plugins;
H A DNavigator.h49 DOMPluginArray* plugins() const;
/macosx-10.9.5/libxslt-13/libxslt/tests/
H A DMakefile.am5 exslt plugins
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsvg.vim7 " dialect. But as some plugins base their effect on filetype,
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DPlugins.pm82 # plugins to act as Singletons, cache shared data, etc.
99 # plugins, but not to those loaded via LOAD_PERL; to hack around
148 my ($pbase, $plugins, $factory) =
151 $plugins ||= { };
161 $self->{ PLUGINS } = { %$STD_PLUGINS, %$plugins };
277 my $plugins = $self->{ PLUGINS };
278 $plugins = join('', map {
279 sprintf(" $format", $_, $plugins->{ $_ });
280 } keys %$plugins);
281 $plugins
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DPlugins.pm82 # plugins to act as Singletons, cache shared data, etc.
99 # plugins, but not to those loaded via LOAD_PERL; to hack around
148 my ($pbase, $plugins, $factory) =
151 $plugins ||= { };
161 $self->{ PLUGINS } = { %$STD_PLUGINS, %$plugins };
277 my $plugins = $self->{ PLUGINS };
278 $plugins = join('', map {
279 sprintf(" $format", $_, $plugins->{ $_ });
280 } keys %$plugins);
281 $plugins
[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DPlatformStrategiesEfl.cpp131 const Vector<PluginPackage*>& plugins = PluginDatabase::installedPlugins()->plugins(); local
132 outPlugins.resize(plugins.size());
134 for (size_t i = 0; i < plugins.size(); ++i) {
135 PluginPackage* package = plugins[i];
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebplugindatabase.cpp176 Disabled plugins will not be picked up by WebKit when looking for a plugin
240 Netscape plugins used by WebKit in QWebPages.
242 The QWebPluginDatabase class is a database of Netscape plugins that are used
243 by WebKit. The plugins are picked up by WebKit by looking up a set of search paths.
248 The plugins that have been detected are exposed by the plugins() method.
250 types that are supported by particular plugins.
273 Returns a list of plugins installed in the search paths.
275 This list will contain disabled plugins, although they will not be used by
280 QList<QWebPluginInfo> QWebPluginDatabase::plugins() cons function in class:QWebPluginDatabase
283 const Vector<PluginPackage*>& plugins = m_database->plugins(); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebPlatformStrategies.cpp128 const Vector<PluginPackage*>& plugins = PluginDatabase::installedPlugins()->plugins(); local
130 outPlugins.resize(plugins.size());
132 for (size_t i = 0; i < plugins.size(); ++i) {
133 PluginPackage* package = plugins[i];
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.cpp124 const Vector<PluginPackage*>& plugins = PluginDatabase::installedPlugins()->plugins(); local
126 outPlugins.resize(plugins.size());
128 for (size_t i = 0; i < plugins.size(); ++i) {
129 PluginPackage* package = plugins[i];
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DProcedural.pm84 Template::Plugin::Procedural - Base class for procedural plugins
99 plugins that causes defined subroutines to be called directly rather
103 This is most useful when creating plugins for modules that normally
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DProcedural.pm84 Template::Plugin::Procedural - Base class for procedural plugins
99 plugins that causes defined subroutines to be called directly rather
103 This is most useful when creating plugins for modules that normally
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DPlatformStrategiesBlackBerry.cpp126 const Vector<PluginPackage*> &plugins = database->plugins(); local
128 for (size_t i = 0; i < plugins.size(); ++i) {
129 PluginPackage* package = plugins[i];
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DPlatformStrategiesGtk.cpp123 const Vector<PluginPackage*> &plugins = database->plugins(); local
125 for (size_t i = 0; i < plugins.size(); ++i) {
126 PluginPackage* package = plugins[i];

Completed in 180 milliseconds

12345