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

12345

/external/chromium_org/media/cdm/ppapi/
H A Dclear_key_cdm_common.h14 typedef ClearKeyCdmInterface::Host ClearKeyCdmHost;
H A Dfake_cdm_video_decoder.h17 explicit FakeCdmVideoDecoder(cdm::Host* host);
34 cdm::Host* const host_;
H A Dsupported_cdm_versions.h38 COMPILE_ASSERT(cdm::ContentDecryptionModule::Host::kVersion ==
39 cdm::ContentDecryptionModule_3::Host::kVersion,
/external/chromium_org/remoting/webapp/
H A Dhost.js20 remoting.Host = function() {
45 * @param {remoting.Host} host The host information from the directory.
51 remoting.Host.needsUpdate = function(host, webappVersion) {
57 // Host versions 26 and higher include the version number in heartbeats,
/external/chromium_org/apps/app_shim/
H A Dapp_shim_handler_mac.h22 class Host { class in class:apps::AppShimHandler
38 virtual ~Host() {}
66 virtual void OnShimLaunch(Host* host,
71 virtual void OnShimClose(Host* host) = 0;
76 virtual void OnShimFocus(Host* host,
81 virtual void OnShimSetHidden(Host* host, bool hidden) = 0;
84 virtual void OnShimQuit(Host* host) = 0;
H A Dapp_shim_host_mac_unittest.cc85 virtual void OnShimLaunch(Host* host,
94 virtual void OnShimClose(Host* host) OVERRIDE { ++close_count_; }
96 virtual void OnShimFocus(Host* host,
102 virtual void OnShimSetHidden(Host* host, bool hidden) OVERRIDE {}
104 virtual void OnShimQuit(Host* host) OVERRIDE { ++quit_count_; }
131 implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
139 implicit_cast<apps::AppShimHandler::Host*>(host())->
160 implicit_cast<apps::AppShimHandler::Host*>(host())->GetAppId());
H A Dextension_app_shim_handler_mac.h73 AppShimHandler::Host* FindHost(Profile* profile, const std::string& app_id);
86 virtual void OnShimLaunch(Host* host,
89 virtual void OnShimClose(Host* host) OVERRIDE;
90 virtual void OnShimFocus(Host* host,
93 virtual void OnShimSetHidden(Host* host, bool hidden) OVERRIDE;
94 virtual void OnShimQuit(Host* host) OVERRIDE;
111 typedef std::map<std::pair<Profile*, std::string>, AppShimHandler::Host*>
122 void OnProfileLoaded(Host* host,
/external/chromium_org/chrome_frame/infobars/internal/
H A Dinfobar_window.h24 class Host { class in class:InfobarWindow
26 virtual ~Host() {}
37 }; // class Host
42 void SetHost(Host* host);
75 // Sets up our state to show or hide and calls Host::UpdateLayout to cause a
83 // Manage a timer that repeatedly calls Host::UpdateLayout
88 Host* host_;
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dprint-layout-test-times36 print_layout_test_times.main(host.Host(), sys.argv[1:])
H A Dprint-layout-test-types36 print_layout_test_types.main(host.Host(), sys.argv[1:])
H A Dprint-test-ordering35 from webkitpy.common.host import Host namespace
45 host = Host()
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h20 #include "llvm/Support/Host.h"
51 Triple Host(HostTriple);
53 if (std::find(SupportedArchs.begin(), SupportedArchs.end(), Host.getArch())
58 if (std::find(HasSubArchs.begin(), HasSubArchs.end(), Host.getArch())
65 if (Host.getArchName().startswith(I->c_str()))
73 Triple Host(HostTriple);
74 if (std::find(UnsupportedOSs.begin(), UnsupportedOSs.end(), Host.getOS())
/external/chromium_org/tools/cr/cr/commands/
H A Dshell.py40 cr.Host.Shell(context, *context.remains)
51 cr.Host.Execute(context, shell, '--rcfile', rcfile.name)
53 cr.Host.Execute(context, shell)
H A Dsync.py44 cr.Host.Execute(context, '{GCLIENT_BINARY}', 'sync', *context.remains)
49 gclient_binaries = cr.Host.SearchPath('gclient')
/external/chromium_org/tools/cr/cr/actions/
H A Dadb.py27 output = cr.Host.Capture(target, '{CR_ADB}', 'shell', 'ps')
38 cr.Host.Execute(
56 cr.Host.Execute(target, '{CR_ADB}', 'shell', 'kill', *pids)
63 cr.Host.Execute(
72 cr.Host.Execute(
81 cr.Host.Execute(
92 cr.Host.Execute(
118 cr.Host.Execute(
H A Dgdb.py22 cr.Host.Execute(
36 gdb_binaries = cr.Host.SearchPath('gdb')
H A Dgyp.py21 cr.Host.Execute(
H A Dninja.py35 cr.Host.Execute(
47 cr.Host.Execute(
62 output = cr.Host.Capture(
82 ninja_binaries = cr.Host.SearchPath('ninja')
/external/nist-sip/java/gov/nist/core/
H A DHostPort.java50 protected Host host;
95 /** get the Host field
98 public Host getHost() {
125 * @param h Host to set
127 public void setHost(Host h) {
159 retval.host = (Host) this.host.clone();
H A DHost.java55 public class Host extends GenericObject { class in inherits:GenericObject
85 public Host() { method in class:Host
94 public Host(String hostName) throws IllegalArgumentException { method in class:Host
108 public Host(String name, int addrType) { method in class:Host
134 * Host names are compared by textual equality. No dns lookup
144 Host otherHost = (Host) obj;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
H A Dmain.py36 from webkitpy.common.host import Host namespace
41 class WebKitPatch(MultiCommandTool, Host):
49 Host.__init__(self)
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_mac.h68 virtual void OnShimLaunch(apps::AppShimHandler::Host* host,
71 virtual void OnShimClose(apps::AppShimHandler::Host* host) OVERRIDE;
72 virtual void OnShimFocus(apps::AppShimHandler::Host* host,
75 virtual void OnShimSetHidden(apps::AppShimHandler::Host* host,
77 virtual void OnShimQuit(apps::AppShimHandler::Host* host) OVERRIDE;
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageProcessor.java28 import gov.nist.core.Host;
135 this.sentByHostPort.setHost(new Host(ipAddress.getHostAddress()));
171 Host host = new Host();
226 this.sentByHostPort.setHost( new Host(ipAddress.getHostAddress()));
241 this.sentByHostPort.setHost(new Host(sentBy));
244 this.sentByHostPort.setHost(new Host(sentBy.substring(0, ind)));
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dplatform_macros.h61 #error Host architecture was not detected as supported by protobuf
/external/chromium_org/tools/cr/cr/base/
H A Dlinux.py12 class LinuxHost(cr.Host):
13 """The implementation of Host for linux."""

Completed in 2604 milliseconds

12345