/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
H A D | sel_ldr_launcher_chrome.h | 13 namespace plugin { namespace 24 } // namespace plugin
|
H A D | module_ppapi.h | 10 namespace plugin { namespace 27 } // namespace plugin
|
H A D | sel_ldr_launcher_chrome.cc | 7 #include "ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h" 9 namespace plugin { namespace 21 } // namespace plugin
|
H A D | utility.h | 21 namespace plugin { namespace 45 if (-1 == ::plugin::gNaClPluginDebugPrintEnabled) { \ 46 ::plugin::gNaClPluginDebugPrintEnabled = \ 47 ::plugin::NaClPluginDebugPrintCheckEnv(); \ 53 if (0 != ::plugin::gNaClPluginDebugPrintEnabled) { \ 54 ::plugin::NaClPluginPrintLog("PLUGIN %" NACL_PRIu64 ": ", \ 56 ::plugin::NaClPluginPrintLog args; \ 64 if (0 != ::plugin::gNaClPluginDebugPrintEnabled) { \ 65 ::plugin::NaClPluginPrintLog("MODULE: "); \ 66 ::plugin [all...] |
H A D | module_ppapi.cc | 12 #include "ppapi/native_client/src/trusted/plugin/module_ppapi.h" 13 #include "ppapi/native_client/src/trusted/plugin/plugin.h" 14 #include "ppapi/native_client/src/trusted/plugin/utility.h" 16 namespace plugin { namespace 48 // NaCl trusted plugin on Unix, but NaClSecureRngModuleInit() is 54 // In the plugin, we don't need high resolution time of day. 71 Plugin* plugin = new Plugin(pp_instance); local 73 static_cast<void* >(plugin))); 74 return plugin; [all...] |
H A D | plugin_error.h | 19 namespace plugin { namespace 46 } // namespace plugin
|
H A D | pnacl_resources.h | 17 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h" 19 namespace plugin { namespace 28 explicit PnaclResources(Plugin* plugin); 47 // The plugin requesting the resource loading. 61 } // namespace plugin
|
H A D | srpc_client.h | 18 #include "ppapi/native_client/src/trusted/plugin/utility.h" 24 namespace plugin { namespace 66 } // namespace plugin
|
H A D | temporary_file.h | 13 namespace plugin { namespace 39 TempFile(Plugin* plugin, PP_FileHandle handle); 67 } // namespace plugin
|
H A D | nacl_subprocess.h | 5 // Instances of NaCl modules spun up within the plugin as a subprocess. 7 // that perform various tasks within the plugin, for example, 19 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h" 20 #include "ppapi/native_client/src/trusted/plugin/srpc_client.h" 22 namespace plugin { namespace 29 // A class representing an instance of a NaCl module, loaded by the plugin. 88 } // namespace plugin
|
H A D | pnacl_resources.cc | 5 #include "ppapi/native_client/src/trusted/plugin/pnacl_resources.h" 11 #include "ppapi/native_client/src/trusted/plugin/plugin.h" 12 #include "ppapi/native_client/src/trusted/plugin/utility.h" 14 namespace plugin { namespace 27 PnaclResources::PnaclResources(Plugin* plugin) argument 28 : plugin_(plugin) { 80 } // namespace plugin
|
H A D | srpc_params.cc | 8 #include "ppapi/native_client/src/trusted/plugin/srpc_params.h" 15 namespace plugin { namespace 63 // since some of SRPC arguments is handled outside of the plugin code. 119 } // namespace plugin
|
/external/chromium_org/content/common/ |
H A D | pepper_renderer_instance_data.cc | 18 const GURL& plugin) 22 plugin_url(plugin) { 14 PepperRendererInstanceData( int render_process, int render_frame, const GURL& document, const GURL& plugin) argument
|
H A D | pepper_plugin_list.cc | 26 // On Linux, once we're sandboxed, we can't know if a plugin is available or 29 // flag if the plugin file is available. Then we can skip the check on file 50 // command-line = <plugin-entry> + *( LWS + "," + LWS + <plugin-entry> ) 51 // plugin-entry = 77 PepperPluginInfo plugin; local 78 plugin.is_out_of_process = out_of_process; 83 plugin.path = base::FilePath(base::ASCIIToUTF16(name_parts[0])); 85 plugin.path = base::FilePath(name_parts[0]); 90 if (base::PathExists(plugin [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
H A D | WebPluginDocument.cpp | 45 WebPlugin* WebPluginDocument::plugin() function in class:blink::WebPluginDocument 51 return container ? container->plugin() : 0;
|
/external/chromium_org/third_party/WebKit/public/web/ |
H A D | WebHelperPlugin.h | 48 // Returns a WebPlugin corresponding to the instantiated plugin. This will 65 static void deletePtr(blink::WebHelperPlugin* plugin) argument 67 if (plugin) 68 plugin->destroy();
|
/external/chromium_org/tools/android/findbugs_plugin/lib/ |
H A D | chromiumPlugin.jar | ... chromium/tools/ org/chromium/tools/findbugs/ org/chromium/tools/findbugs/plugin/ findbugs.xml messages.xml org/chromium/tools/findbugs ... |
/external/chromium_org/tools/android/findbugs_plugin/test/java/src/org/chromium/tools/findbugs/plugin/ |
H A D | SimpleSynchronizedMethod.java | 5 package org.chromium.tools.findbugs.plugin;
|
H A D | SimpleSynchronizedStaticMethod.java | 5 package org.chromium.tools.findbugs.plugin;
|
H A D | SimpleSynchronizedThis.java | 5 package org.chromium.tools.findbugs.plugin;
|
/external/jarjar/lib/ |
H A D | maven-plugin-api.jar | ... MF org/ org/apache/ org/apache/maven/ org/apache/maven/plugin/ org/apache/maven/plugin/logging/ org/apache/maven/plugin/ContextEnabled |
/external/chromium_org/chrome/browser/plugins/ |
H A D | plugin_finder_unittest.cc | 24 const base::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/content/renderer/browser_plugin/ |
H A D | browser_plugin_manager_impl.cc | 44 BrowserPlugin* plugin = GetBrowserPlugin(browser_plugin_instance_id); local 45 if (plugin && plugin->OnMessageReceived(message))
|
/external/chromium_org/content/renderer/ |
H A D | render_widget_fullscreen_pepper.h | 21 // A RenderWidget that hosts a fullscreen pepper plugin. This provides a 22 // FullscreenContainer that the plugin instance can callback into to e.g. 29 PepperPluginInstanceImpl* plugin, 46 PepperPluginInstanceImpl* plugin() const { return plugin_; } function in class:content::RenderWidgetFullscreenPepper 53 RenderWidgetFullscreenPepper(PepperPluginInstanceImpl* plugin, 75 // The plugin instance this widget wraps.
|
/external/chromium_org/content/shell/browser/ |
H A D | shell_plugin_service_filter.cc | 22 WebPluginInfo* plugin) { 23 return plugin->name == base::ASCIIToUTF16("WebKit Test PlugIn"); 16 IsPluginAvailable( int render_process_id, int render_frame_id, const void* context, const GURL& url, const GURL& policy_url, WebPluginInfo* plugin) argument
|