Searched defs:Host (Results 1 - 25 of 29) sorted by path

12

/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_handler_mac.h20 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/remoting/host/linux/
H A Dlinux_me2me_host.py8 # 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/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/third_party/WebKit/Tools/Scripts/
H A Dprint-json-test-results7 from webkitpy.common.host import Host namespace
27 host = Host()
H A Dprint-test-ordering35 from webkitpy.common.host import Host namespace
45 host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dhost.py45 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 Dmessage_pool.py52 from webkitpy.common.host import Host namespace
239 self.host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader_multipart_unittest.py33 from webkitpy.common.host import Host namespace
58 host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlayout_tests_mover.py53 from webkitpy.common.host import Host namespace
71 host = Host()
H A Dlint_test_expectations.py34 from webkitpy.common.host import Host namespace
135 host = Host()
H A Drun_webkit_tests.py37 from webkitpy.common.host import Host namespace
59 host = Host()
H A Drun_webkit_tests_unittest.py48 from webkitpy.common.host import Host namespace
863 host = Host()
1008 self.assertTrue(passing_run(args + ['--platform', 'mock-' + port_name, 'fast/harness/results.html'], tests_included=True, host=Host()))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dcli_wrapper.py34 from webkitpy.common.host import Host namespace
52 host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner.py41 from webkitpy.common.host import Host namespace
66 self._host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dtest_expectations.py38 from webkitpy.common.host import Host namespace
56 host = host or Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dmain.py31 from webkitpy.common.host import Host namespace
126 host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaselineserver.py34 from webkitpy.common.host import Host namespace
79 host = Host()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
H A Dmain.py34 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 Dtest_converter.py33 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 Dtest_converter_unittest.py32 from webkitpy.common.host import Host namespace
46 filesystem = Host().filesystem
H A Dtest_importer.py73 # 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)
H A Dtest_parser.py33 from webkitpy.common.host import Host namespace
45 self.host = Host()
/external/chromium_org/tools/cr/cr/base/
H A Dhost.py25 class Host(cr.Plugin, cr.Plugin.Type): class in inherits:cr.Plugin, cr.Plugin.Type
34 super(Host, self).__init__()
/external/chromium_org/v8/samples/
H A Dprocess.cc55 virtual const string& Host() = 0;
494 const string& path = request->Host();
557 virtual const string& Host() { return host_; } function in class:StringHttpRequest
/external/chromium_org/v8/src/
H A Dd8.js78 Debug.ScriptCompilationType = { Host: 0,
1603 } else { // body[i].compilation == Debug.ScriptCompilationType.Host

Completed in 2556 milliseconds

12