/external/chromium_org/remoting/webapp/ |
H A D | host.js | 20 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/chrome/browser/apps/app_shim/ |
H A D | app_shim_handler_mac.h | 20 class Host { class in class:apps::AppShimHandler 36 virtual ~Host() {} 69 virtual void OnShimLaunch(Host* host, 74 virtual void OnShimClose(Host* host) = 0; 79 virtual void OnShimFocus(Host* host, 84 virtual void OnShimSetHidden(Host* host, bool hidden) = 0; 87 virtual void OnShimQuit(Host* host) = 0;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/ |
H A D | cli_wrapper.py | 34 from webkitpy.common.host import Host namespace 52 host = Host()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
H A D | print-test-ordering | 35 from webkitpy.common.host import Host namespace 45 host = Host()
|
H A D | print-json-test-results | 7 from webkitpy.common.host import Host namespace 27 host = Host()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/ |
H A D | dump_reader_multipart_unittest.py | 33 from webkitpy.common.host import Host namespace 58 host = Host()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
H A D | test_expectations.py | 38 from webkitpy.common.host import Host namespace 56 host = host or Host()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
H A D | main.py | 31 from webkitpy.common.host import Host namespace 126 host = Host()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/ |
H A D | main.py | 34 from webkitpy.common.host import Host namespace 39 class WebKitPatch(MultiCommandTool, Host): 47 Host.__init__(self)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
H A D | test_parser.py | 33 from webkitpy.common.host import Host namespace 45 self.host = Host()
|
H A D | test_converter.py | 33 from webkitpy.common.host import Host namespace 41 def convert_for_webkit(new_path, filename, host=Host()): 56 def __init__(self, new_path, filename, host=Host()):
|
H A D | test_converter_unittest.py | 32 from webkitpy.common.host import Host namespace 46 filesystem = Host().filesystem
|
H A D | test_importer.py | 73 # FIXME: Change this file to use the Host abstractions rather that os, sys, shutils, etc. 83 from webkitpy.common.host import Host namespace 113 test_importer = TestImporter(Host(), dir_to_import, top_of_repo, options)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
H A D | lint_test_expectations.py | 34 from webkitpy.common.host import Host namespace 135 host = Host()
|
H A D | run_webkit_tests.py | 37 from webkitpy.common.host import Host namespace 59 host = Host()
|
H A D | layout_tests_mover.py | 53 from webkitpy.common.host import Host namespace 71 host = Host()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
H A D | rebaselineserver.py | 34 from webkitpy.common.host import Host namespace 79 host = Host()
|
/external/chromium_org/tools/cr/cr/base/ |
H A D | host.py | 25 class Host(cr.Plugin, cr.Plugin.Type): class in inherits:cr.Plugin, cr.Plugin.Type 34 super(Host, self).__init__()
|
/external/lldb/include/lldb/Host/ |
H A D | Host.h | 1 //===-- Host.h --------------------------------------------------*- C++ -*-===// 25 /// @class Host Host.h "lldb/Host/Host.h" 28 /// Host is a class that answers information about the host operating 31 class Host class in namespace:lldb_private 77 /// @see static void Host::StopMonitoringChildProcess (uint32_t) 237 /// Host specific thread created function call.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
H A D | host.py | 45 class Host(SystemHost): class in inherits:SystemHost 57 # so for now we just pass along the whole Host object. 58 # FIXME: PortFactory doesn't belong on this Host object if Port is going to have a Host (circular dependency). 63 # We call this from the Host constructor, as it's one of the
|
H A D | message_pool.py | 52 from webkitpy.common.host import Host namespace 239 self.host = Host()
|
/external/nist-sip/java/gov/nist/core/ |
H A D | Host.java | 55 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/performance_tests/ |
H A D | perftestsrunner.py | 41 from webkitpy.common.host import Host namespace 66 self._host = Host()
|
/external/chromium_org/remoting/host/linux/ |
H A D | linux_me2me_host.py | 8 # session, and Host process. 191 class Host: class in inherits: 485 logging.info("Host ready to receive connections.") 1098 host = Host() 1209 logging.info("Host process terminated") 1221 logging.info("Host configuration is invalid - exiting.") 1224 logging.info("Host ID has been deleted - exiting.") 1232 logging.info("Host domain is blocked by policy - exiting.") 1239 logging.info("Host exited with status %s." % os.WEXITSTATUS(status)) 1241 logging.info("Host terminate [all...] |
/external/chromium_org/v8/samples/ |
H A D | process.cc | 55 virtual const string& Host() = 0; 494 const string& path = request->Host(); 557 virtual const string& Host() { return host_; } function in class:StringHttpRequest
|