Searched refs:GetPluginName (Results 1 - 25 of 98) sorted by relevance

1234

/external/chromium_org/components/nacl/renderer/
H A Dnacl_helper.cc18 if (host->GetPluginName() == "Native Client")
/external/lldb/include/lldb/Core/
H A DPluginInterface.h28 GetPluginName() = 0;
/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h49 GetPluginName();
H A DSymbolVendorELF.cpp94 ConstString obj_name = obj_file->GetPluginName();
189 SymbolVendorELF::GetPluginName() function in class:SymbolVendorELF
/external/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.h49 GetPluginName();
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h76 GetPluginName();
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.h53 GetPluginName() function in class:PlatformMacOSX
H A DPlatformiOSSimulator.h53 GetPluginName() function in class:PlatformiOSSimulator
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h64 GetPluginName();
H A DProcessFreeBSD.cpp84 ProcessFreeBSD::GetPluginName() function in class:ProcessFreeBSD
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h60 GetPluginName();
/external/chromium_org/content/public/browser/
H A Dbrowser_ppapi_host.h84 virtual const std::string& GetPluginName() = 0;
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.h49 GetPluginName () function in class:lldb_private::CommandObjectDisassemble::CommandOptions
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h62 GetPluginName();
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h56 GetPluginName();
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h49 GetPluginName();
/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.h64 GetPluginName();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.h56 GetPluginName();
/external/lldb/source/Target/
H A DPlatform.cpp277 strm.Printf (" Platform: %s\n", GetPluginName().GetCString());
397 return GetPluginName();
596 error.SetErrorStringWithFormat ("The currently selected platform (%s) is the host platform and is always connected.", GetPluginName().GetCString());
598 error.SetErrorStringWithFormat ("Platform::ConnectRemote() is not supported by %s", GetPluginName().GetCString());
607 error.SetErrorStringWithFormat ("The currently selected platform (%s) is the host platform and is always connected.", GetPluginName().GetCString());
609 error.SetErrorStringWithFormat ("Platform::DisconnectRemote() is not supported by %s", GetPluginName().GetCString());
/external/chromium_org/content/public/renderer/
H A Drenderer_ppapi_host.h126 virtual std::string GetPluginName() const = 0;
/external/chromium_org/content/renderer/pepper/
H A Dmock_renderer_ppapi_host.cc82 std::string MockRendererPpapiHost::GetPluginName() const { function in class:content::MockRendererPpapiHost
H A Dmock_renderer_ppapi_host.h55 virtual std::string GetPluginName() const OVERRIDE;
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.h124 GetPluginName();
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h125 GetPluginName();
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.h122 GetPluginName();

Completed in 2955 milliseconds

1234