Searched refs:plugin (Results 1 - 25 of 303) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/native_client/src/trusted/plugin/arch_arm/
H A Dsandbox_isa.cc5 #include "ppapi/native_client/src/trusted/plugin/nexe_arch.h"
14 namespace plugin { namespace
18 } // namespace plugin
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dnexe_arch.h15 namespace plugin { namespace
21 // build-time parameters since, for example, an x86-32 plugin is
29 } // namespace plugin
H A Dutility.h19 namespace plugin { namespace
37 if (-1 == ::plugin::gNaClPluginDebugPrintEnabled) { \
38 ::plugin::gNaClPluginDebugPrintEnabled = \
39 ::plugin::NaClPluginDebugPrintCheckEnv(); \
40 ::plugin::gNaClPluginLogFile = ::plugin::NaClPluginLogFileEnv();\
46 if (0 != ::plugin::gNaClPluginDebugPrintEnabled) { \
47 ::plugin::NaClPluginPrintLog("PLUGIN %" NACL_PRIu64 ": ", \
49 ::plugin::NaClPluginPrintLog args; \
57 if (0 != ::plugin
[all...]
H A Dcallback_source.h10 namespace plugin { namespace
22 // have those in the plugin.
/external/chromium_org/remoting/webapp/
H A Dhost_session.js9 * This abstracts a <embed> element and controls the plugin which does the
26 remoting.HostSession.prototype.plugin = null;
44 * Create an instance of the host plugin.
45 * @return {remoting.HostPlugin} The new plugin instance.
48 var plugin = document.createElement('embed');
49 plugin.type = remoting.settings.PLUGIN_MIMETYPE;
50 // Hiding the plugin means it doesn't load, so make it size zero instead.
51 plugin.width = 0;
52 plugin.height = 0;
53 return /** @type {remoting.HostPlugin} */ (plugin);
[all...]
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_finder_unittest.cc24 const DictionaryValue* plugin = NULL; local
25 ASSERT_TRUE(plugin_it.value().GetAsDictionary(&plugin));
28 if (plugin->HasKey("lang"))
29 EXPECT_TRUE(plugin->GetString("lang", &dummy_str));
30 if (plugin->HasKey("url"))
31 EXPECT_TRUE(plugin->GetString("url", &dummy_str));
32 EXPECT_TRUE(plugin->GetString("name", &dummy_str));
33 if (plugin->HasKey("help_url"))
34 EXPECT_TRUE(plugin->GetString("help_url", &dummy_str));
35 if (plugin
[all...]
/external/chromium_org/tools/android/findbugs_plugin/test/java/src/org/chromium/tools/findbugs/plugin/
H A DSimpleSynchronizedMethod.java5 package org.chromium.tools.findbugs.plugin;
H A DSimpleSynchronizedStaticMethod.java5 package org.chromium.tools.findbugs.plugin;
H A DSimpleSynchronizedThis.java5 package org.chromium.tools.findbugs.plugin;
/external/clang/examples/
H A DMakefile12 PARALLEL_DIRS := analyzer-plugin clang-interpreter PrintFunctionNames
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/
H A Dplugin_list.css14 .plugin-list {
20 .plugin-list > li {
24 .plugin-name {
35 .plugin-show-details .num-rules {
39 .plugin-description {
48 .plugin-details {
59 .plugin-measure-details .plugin-details {
65 li.plugin-show-details {
69 .plugin
[all...]
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppp_instance/
H A Dppapi_ppp_instance.js9 function setupTests(tester, plugin) {
19 plugin.removeEventListener('message', messageListener, false);
23 plugin.addEventListener('message', messageListener, false);
29 plugin.addEventListener('message', messageListener, false);
41 assertEqual(plugin.lastError, '');
46 plugin.width = 15;
47 plugin.height = 20;
60 plugin.tabIndex = 0;
61 plugin.focus();
62 plugin
[all...]
/external/chromium_org/ppapi/native_client/src/trusted/plugin/arch_x86/
H A Dsandbox_isa.cc6 #include "ppapi/native_client/src/trusted/plugin/nexe_arch.h"
16 namespace plugin { namespace
27 } // namespace plugin
/external/chromium_org/content/common/
H A Dpepper_renderer_instance_data.cc18 const GURL& plugin)
22 plugin_url(plugin) {
14 PepperRendererInstanceData( int render_process, int render_view, const GURL& document, const GURL& plugin) argument
H A Dpepper_plugin_list.cc32 // command-line = <plugin-entry> + *( LWS + "," + LWS + <plugin-entry> )
33 // plugin-entry =
50 PepperPluginInfo plugin; local
51 plugin.is_out_of_process = out_of_process;
56 plugin.path = base::FilePath(ASCIIToUTF16(name_parts[0]));
58 plugin.path = base::FilePath(name_parts[0]);
61 plugin.name = name_parts[1];
63 plugin.description = name_parts[2];
65 plugin
[all...]
H A Dpepper_renderer_instance_data.h12 // This struct contains data which is associated with a particular plugin
13 // instance and is related to the renderer in which the plugin instance lives.
21 const GURL& plugin);
/external/chromium_org/content/shell/
H A Dshell_plugin_service_filter.cc22 WebPluginInfo* plugin) {
23 return plugin->name == ASCIIToUTF16("WebKit Test PlugIn");
16 IsPluginAvailable( int render_process_id, int render_view_id, const void* context, const GURL& url, const GURL& policy_url, WebPluginInfo* plugin) argument
/external/chromium_org/ppapi/examples/crxfs/
H A Dcrxfs.js6 var plugin = document.getElementById("plugin");
8 plugin.postMessage(filename);
16 // Attach a listener for the message event. This must happen after the plugin
18 document.getElementById("plugin")
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginLoadObserver.cpp48 m_pluginContainer->plugin()->didFinishLoadingFrameRequest(m_notifyURL, m_notifyData);
54 m_pluginContainer->plugin()->didFailLoadingFrameRequest(m_notifyURL, m_notifyData, error);
/external/chromium_org/tools/android/findbugs_plugin/lib/
H A DchromiumPlugin.jar ... chromium/tools/ org/chromium/tools/findbugs/ org/chromium/tools/findbugs/plugin/ findbugs.xml messages.xml org/chromium/tools/findbugs ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUiPlugin.java20 * The main plugin class to be used in the desktop.
24 private static UiPlugin plugin; field in class:UiPlugin
32 if (plugin == null) {
33 plugin = this;
49 plugin = null;
56 return plugin;
/external/chromium_org/chrome/browser/resources/
H A Dplugins.js43 * template expects each plugin's format to match the following structure to
54 * identifier: 'plugin-name',
57 * path: '/blahblah/blahblah/MyCrappyPlugin.plugin',
60 * description: 'My crappy plugin',
72 * path: '/tmp/MyFirst.plugin',
75 * description: 'My first plugin',
84 * path: '/foobar/baz/YourGreatPlugin.plugin',
87 * description: 'Your great plugin',
96 * path: '/foobiz/bar/HisGreatPlugin.plugin',
99 * description: 'His great plugin',
[all...]
/external/chromium_org/chrome/browser/renderer_host/
H A Dplugin_info_message_filter_unittest.cc38 content::WebPluginInfo* plugin) OVERRIDE;
56 content::WebPluginInfo* plugin) {
58 plugin_state_.find(plugin->path);
60 ADD_FAILURE() << "No plug-in state for '" << plugin->path.value() << "'";
139 content::WebPluginInfo plugin; local
142 0, GURL(), GURL(), "foo/bar", &status, &plugin, &actual_mime_type,
145 EXPECT_EQ(foo_plugin_path_.value(), plugin.path.value());
151 content::WebPluginInfo plugin; local
154 0, GURL(), GURL(), "foo/bar", &status, &plugin, &actual_mime_type,
157 EXPECT_EQ(bar_plugin_path_.value(), plugin
51 IsPluginAvailable(int render_process_id, int render_view_id, const void* context, const GURL& url, const GURL& policy_url, content::WebPluginInfo* plugin) argument
163 content::WebPluginInfo plugin; local
175 content::WebPluginInfo plugin; local
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
H A DEnvironmentUtils.java13 import org.eclipse.ui.plugin.AbstractUIPlugin;
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_manager_impl.cc54 BrowserPlugin* plugin = GetBrowserPlugin(guest_instance_id); local
55 if (plugin && plugin->OnMessageReceived(message))
82 BrowserPlugin* plugin = local
84 if (!plugin)
87 plugin->OnInstanceIDAllocated(guest_instance_id);
98 const BrowserPlugin* plugin = it.GetCurrentValue(); local
99 if (!plugin->guest_crashed() && plugin->InBounds(position)) {
100 guest_instance_id = plugin
[all...]

Completed in 2485 milliseconds

1234567891011>>