Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 2633) sorted by relevance

12345678910>>...106

/external/chromium_org/remoting/
Dremoting_host.gypi14 # Remoting host is supported only on Windows, OSX and Linux (with X11).
58 'host/audio_capturer.cc',
59 'host/audio_capturer.h',
60 'host/audio_capturer_linux.cc',
61 'host/audio_capturer_linux.h',
62 'host/audio_capturer_mac.cc',
63 'host/audio_capturer_win.cc',
64 'host/audio_capturer_win.h',
65 'host/audio_scheduler.cc',
66 'host/audio_scheduler.h',
[all …]
Dremoting_test.gypi22 'host/fake_desktop_capturer.cc',
23 'host/fake_desktop_capturer.h',
24 'host/fake_desktop_environment.cc',
25 'host/fake_desktop_environment.h',
26 'host/fake_host_status_monitor.h',
27 'host/fake_mouse_cursor_monitor.cc',
28 'host/fake_mouse_cursor_monitor.h',
29 'host/policy_hack/fake_policy_watcher.cc',
30 'host/policy_hack/fake_policy_watcher.h',
31 'host/policy_hack/mock_policy_callback.cc',
[all …]
/external/chromium_org/chrome/browser/ui/webui/
Dchrome_web_ui_controller_factory.cc199 return new AboutUI(web_ui, url.host()); in NewWebUI()
268 if (url.host() == chrome::kChromeUICloudPrintResourcesHost) in GetWebUIFactoryFunction()
270 if (url.host() == chrome::kChromeUICloudPrintSetupHost) in GetWebUIFactoryFunction()
272 if (url.host() == chrome::kChromeUIComponentsHost) in GetWebUIFactoryFunction()
276 if (url.host() == chrome::kChromeUICrashesHost) in GetWebUIFactoryFunction()
279 if (url.host() == chrome::kChromeUIDevicesHost) { in GetWebUIFactoryFunction()
283 if (url.host() == chrome::kChromeUIDomainReliabilityInternalsHost) in GetWebUIFactoryFunction()
285 if (url.host() == chrome::kChromeUIFlagsHost) in GetWebUIFactoryFunction()
287 if (url.host() == chrome::kChromeUIHistoryFrameHost) in GetWebUIFactoryFunction()
289 if (url.host() == chrome::kChromeUIInstantHost) in GetWebUIFactoryFunction()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/frame/
DScreen.cpp52 FrameHost* host = m_frame->host(); in height() local
53 if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk()) in height()
54 return lroundf(screenRect(m_frame->view()).height() * host->deviceScaleFactor()); in height()
62 FrameHost* host = m_frame->host(); in width() local
63 if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk()) in width()
64 return lroundf(screenRect(m_frame->view()).width() * host->deviceScaleFactor()); in width()
86 FrameHost* host = m_frame->host(); in availLeft() local
87 if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk()) in availLeft()
88 return lroundf(screenAvailableRect(m_frame->view()).x() * host->deviceScaleFactor()); in availLeft()
96 FrameHost* host = m_frame->host(); in availTop() local
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Drun_webkit_tests_unittest.py48 from webkitpy.common.host import Host
81 def passing_run(extra_args=None, port_obj=None, tests_included=False, host=None, shared_port=True): argument
84 host = host or MockHost()
85 port_obj = host.port_factory.get(port_name=options.platform, options=options)
88 port_obj.host.port_factory.get = lambda *args, **kwargs: port_obj
95 def logging_run(extra_args=None, port_obj=None, tests_included=False, host=None, new_results=False,… argument
99 host = host or MockHost()
101 port_obj = host.port_factory.get(port_name=options.platform, options=options)
104 return (run_details, output, host.user)
109 port_obj.host.port_factory.get = lambda *args, **kwargs: port_obj
[all …]
Dlint_test_expectations_unittest.py38 def __init__(self, host, name, path): argument
39 self.host = host
47 self.host.ports_parsed.append(self.name)
69 def __init__(self, host, ports): argument
70 self.host = host
84 host = MockHost()
85 host.ports_parsed = []
86 host.port_factory = FakeFactory(host, (FakePort(host, 'a', 'path-to-a'),
87 FakePort(host, 'b', 'path-to-b'),
88 FakePort(host, 'b-win', 'path-to-b')))
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/formatter/
Dmain_unittest.py71 host = MockSystemHost()
72 host.filesystem.files = {
74 main(host, ['test.py'])
75 self.assertEqual(host.filesystem.files, {
80 host = MockSystemHost()
81 host.filesystem.files = {
83 main(host, ['--no-backups', 'test.py'])
84 self.assertEqual(host.filesystem.files, {
88 host = MockSystemHost()
89 host.stdin = StringIO.StringIO(ACTUAL_INPUT)
[all …]
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_tcp_socket_message_filter.h37 namespace host {
50 : public ppapi::host::ResourceMessageFilter {
53 BrowserPpapiHostImpl* host,
58 PepperTCPSocketMessageFilter(BrowserPpapiHostImpl* host,
73 ppapi::host::HostMessageContext* context) OVERRIDE;
75 int32_t OnMsgBind(const ppapi::host::HostMessageContext* context,
77 int32_t OnMsgConnect(const ppapi::host::HostMessageContext* context,
78 const std::string& host,
81 const ppapi::host::HostMessageContext* context,
84 const ppapi::host::HostMessageContext* context,
[all …]
/external/chromium_org/content/browser/appcache/
Dappcache_backend_impl.cc58 AppCacheHost* host = GetHost(host_id); in SetSpawningHostId() local
59 if (!host) in SetSpawningHostId()
61 host->SetSpawningHostId(process_id_, spawning_host_id); in SetSpawningHostId()
70 AppCacheHost* host = GetHost(host_id); in SelectCache() local
71 if (!host) in SelectCache()
74 host->SelectCache(document_url, cache_document_was_loaded_from, in SelectCache()
81 AppCacheHost* host = GetHost(host_id); in SelectCacheForWorker() local
82 if (!host) in SelectCacheForWorker()
85 host->SelectCacheForWorker(parent_process_id, parent_host_id); in SelectCacheForWorker()
91 AppCacheHost* host = GetHost(host_id); in SelectCacheForSharedWorker() local
[all …]
Dappcache_host_unittest.cc173 AppCacheHost host(1, &mock_frontend_, &service_); in TEST_F() local
174 EXPECT_EQ(1, host.host_id()); in TEST_F()
175 EXPECT_EQ(&service_, host.service()); in TEST_F()
176 EXPECT_EQ(&mock_frontend_, host.frontend()); in TEST_F()
177 EXPECT_EQ(NULL, host.associated_cache()); in TEST_F()
178 EXPECT_FALSE(host.is_selection_pending()); in TEST_F()
183 host.GetStatusWithCallback(get_status_callback_, reinterpret_cast<void*>(1)); in TEST_F()
188 host.StartUpdateWithCallback(start_update_callback_, in TEST_F()
194 host.SwapCacheWithCallback(swap_cache_callback_, reinterpret_cast<void*>(3)); in TEST_F()
211 AppCacheHost host(1, &mock_frontend_, &service_); in TEST_F() local
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
Ddump_reader_multipart_unittest.py33 from webkitpy.common.host import Host
58 host = Host()
59 dump_reader = DumpReaderMultipart(host, build_dir=None)
60 self.assertTrue(host.filesystem.exists(dump_reader._path_to_generate_breakpad_symbols()))
63 host = MockHost()
66 host.filesystem.maybe_make_directory(build_dir)
67 dump_reader = DumpReaderMultipart(host, build_dir)
74 host = MockHost()
78host.filesystem.write_text_file(dump_file, "\r\n".join(TestDumpReaderMultipart._MULTIPART_DUMP))
80 host.filesystem.maybe_make_directory(build_dir)
[all …]
Ddump_reader_win_unittest.py38 host = MockHost()
39 host.executive = MockExecutive(should_throw=True)
42 host.filesystem.maybe_make_directory(build_dir)
43 dump_reader = DumpReaderWin(host, build_dir)
48 host = MockHost()
52host.filesystem.write_text_file(dump_file, 'channel:\npid:%s\nplat:Win32\nprod:content_shell\n' % …
54 host.filesystem.maybe_make_directory(build_dir)
55 dump_reader = DumpReaderWin(host, build_dir)
61 host = MockHost()
65 host.filesystem.write_text_file(dump_file, 'product:content_shell\n')
[all …]
/external/chromium_org/net/data/proxy_resolver_perftest/
Dno-ads.pac132 // This says to use the local host at a port which nothing should be listening
148 // content to the proxy running on your own host at port 3421.
412 // isPlainHostName(host)
413 // dnsDomainIs(host, domain)
414 // localHostOrDomainIs(host, hostdom)
415 // isResolvable(host)
416 // isInNet(host, pattern, mask)
418 // dnsResolve(host)
420 // dnsDomainLevels(host)
435 // with shExpMatch(host, "a.b.c.*"), which doesn't do the same thing,
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DCallIdentifier.java55 protected String host; field in CallIdentifier
68 public CallIdentifier(String localId, String host) { in CallIdentifier() argument
70 this.host = host; in CallIdentifier()
93 if (host != null) { in encode()
94 buffer.append(AT).append(host); in encode()
114 if (this.host == that.host) in equals()
116 if ((this.host == null && that.host != null) in equals()
117 || (this.host != null && that.host == null)) in equals()
119 if (host.compareToIgnoreCase(that.host) != 0) { in equals()
144 return host; in getHost()
[all …]
/external/chromium_org/chrome/browser/
Dbrowser_about_handler.cc31 std::string host(url->host()); in WillHandleBrowserAboutURL() local
34 if (host == chrome::kChromeUIAboutHost) in WillHandleBrowserAboutURL()
35 host = chrome::kChromeUIChromeURLsHost; in WillHandleBrowserAboutURL()
37 if (host == chrome::kChromeUICacheHost) { in WillHandleBrowserAboutURL()
38 host = content::kChromeUINetworkViewCacheHost; in WillHandleBrowserAboutURL()
40 } else if (host == chrome::kChromeUISyncHost) { in WillHandleBrowserAboutURL()
41 host = chrome::kChromeUISyncInternalsHost; in WillHandleBrowserAboutURL()
43 } else if (host == chrome::kChromeUIExtensionsHost) { in WillHandleBrowserAboutURL()
44 host = chrome::kChromeUIUberHost; in WillHandleBrowserAboutURL()
47 } else if (host == chrome::kChromeUISettingsHost && in WillHandleBrowserAboutURL()
[all …]
/external/chromium_org/net/base/registry_controlled_domains/
Dregistry_controlled_domain.cc203 const std::string& host, in GetRegistryLengthImpl() argument
206 DCHECK(!host.empty()); in GetRegistryLengthImpl()
209 const size_t host_check_begin = host.find_first_not_of('.'); in GetRegistryLengthImpl()
215 size_t host_check_len = host.length(); in GetRegistryLengthImpl()
216 if (host[host_check_len - 1] == '.') { in GetRegistryLengthImpl()
220 if (host[host_check_len - 1] == '.') in GetRegistryLengthImpl()
228 size_t next_dot = host.find('.', curr_start); in GetRegistryLengthImpl()
232 const char* domain_str = host.data() + curr_start; in GetRegistryLengthImpl()
248 : (host.length() - prev_start); in GetRegistryLengthImpl()
260 return host.length() - next_dot - 1; in GetRegistryLengthImpl()
[all …]
/external/chromium_org/ppapi/
Dppapi_host.gypi27 'host/dispatch_host_message.h',
28 'host/error_conversion.cc',
29 'host/error_conversion.h',
30 'host/host_factory.h',
31 'host/host_message_context.cc',
32 'host/host_message_context.h',
33 'host/instance_message_filter.cc',
34 'host/instance_message_filter.h',
35 'host/message_filter_host.cc',
36 'host/message_filter_host.h',
[all …]
/external/chromium_org/chrome/browser/content_settings/
Dhost_content_settings_map_unittest.cc80 GURL host("http://example.com/"); in TEST_F() local
85 host, host, CONTENT_SETTINGS_TYPE_IMAGES, std::string())); in TEST_F()
94 host, host, CONTENT_SETTINGS_TYPE_IMAGES, std::string())); in TEST_F()
103 host, host, CONTENT_SETTINGS_TYPE_IMAGES, std::string())); in TEST_F()
106 host, host, CONTENT_SETTINGS_TYPE_PLUGINS, std::string())); in TEST_F()
117 host, host, CONTENT_SETTINGS_TYPE_IMAGES, std::string())); in TEST_F()
126 host, host, CONTENT_SETTINGS_TYPE_JAVASCRIPT, std::string())); in TEST_F()
135 host, host, CONTENT_SETTINGS_TYPE_PLUGINS, std::string())); in TEST_F()
138 host, host, CONTENT_SETTINGS_TYPE_POPUPS, std::string())); in TEST_F()
141 host, host, CONTENT_SETTINGS_TYPE_GEOLOCATION, std::string())); in TEST_F()
[all …]
/external/chromium_org/ui/views/layout/
Dfill_layout.cc15 void FillLayout::Layout(View* host) { in Layout() argument
16 if (!host->has_children()) in Layout()
19 View* frame_view = host->child_at(0); in Layout()
20 frame_view->SetBoundsRect(host->GetContentsBounds()); in Layout()
23 gfx::Size FillLayout::GetPreferredSize(const View* host) const { in GetPreferredSize()
24 if (!host->has_children()) in GetPreferredSize()
26 DCHECK_EQ(1, host->child_count()); in GetPreferredSize()
27 gfx::Rect rect(host->child_at(0)->GetPreferredSize()); in GetPreferredSize()
28 rect.Inset(-host->GetInsets()); in GetPreferredSize()
32 int FillLayout::GetPreferredHeightForWidth(const View* host, int width) const { in GetPreferredHeightForWidth() argument
[all …]
/external/chromium_org/athena/main/
Dathena_renderer_pdf_helper.cc18 class PDFRendererHostFactory : public ppapi::host::HostFactory {
20 explicit PDFRendererHostFactory(content::RendererPpapiHost* host) in PDFRendererHostFactory() argument
21 : host_(host) {} in PDFRendererHostFactory()
26 virtual scoped_ptr<ppapi::host::ResourceHost> CreateResourceHost( in CreateResourceHost()
27 ppapi::host::PpapiHost* host, in CreateResourceHost() argument
31 DCHECK_EQ(host_->GetPpapiHost(), host); in CreateResourceHost()
34 return scoped_ptr<ppapi::host::ResourceHost>(); in CreateResourceHost()
40 return scoped_ptr<ppapi::host::ResourceHost>( in CreateResourceHost()
44 return scoped_ptr<ppapi::host::ResourceHost>( in CreateResourceHost()
45 new ppapi::host::ResourceHost(host_->GetPpapiHost(), in CreateResourceHost()
[all …]
/external/chromium_org/content/browser/fileapi/
Dblob_storage_context_unittest.cc21 void SetupBasicBlob(BlobStorageHost* host, const std::string& id) { in SetupBasicBlob() argument
22 EXPECT_TRUE(host->StartBuildingBlob(id)); in SetupBasicBlob()
25 EXPECT_TRUE(host->AppendBlobDataItem(id, item)); in SetupBasicBlob()
26 EXPECT_TRUE(host->FinishBuildingBlob(id, "text/plain")); in SetupBasicBlob()
27 EXPECT_FALSE(host->StartBuildingBlob(id)); in SetupBasicBlob()
33 BlobStorageHost host(&context); in TEST() local
38 SetupBasicBlob(&host, kId); in TEST()
51 EXPECT_TRUE(host.IncrementBlobRefCount(kId)); in TEST()
52 EXPECT_TRUE(host.DecrementBlobRefCount(kId)); in TEST()
62 EXPECT_TRUE(host.DecrementBlobRefCount(kId)); in TEST()
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
Dbaselineoptimizer_unittest.py64host = MockHost(scm=ExcludingMockSCM(['/mock-checkout/third_party/WebKit/LayoutTests/platform/mac/…
65host.filesystem.write_text_file('/mock-checkout/third_party/WebKit/LayoutTests/VirtualTestSuites',…
66host.filesystem.write_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/win/anot…
67host.filesystem.write_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/mac/anot…
68host.filesystem.write_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/another/test-expe…
69 …baseline_optimizer = BaselineOptimizer(host, host.port_factory.get(), host.port_factory.all_port_n…
77 …self.assertEqual(host.filesystem.read_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/a…
80host = MockHost(scm=ExcludingMockSCM(['/mock-checkout/third_party/WebKit/LayoutTests/platform/mac/…
81host.filesystem.write_text_file('/mock-checkout/third_party/WebKit/LayoutTests/VirtualTestSuites',…
82host.filesystem.write_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/win/anot…
[all …]
/external/guava/guava/src/com/google/common/net/
DHostAndPort.java68 private final String host; field in HostAndPort
76 private HostAndPort(String host, int port, boolean hasBracketlessColons) { in HostAndPort() argument
77 this.host = host; in HostAndPort()
90 return host; in getHostText()
129 public static HostAndPort fromParts(String host, int port) { in fromParts() argument
131 HostAndPort parsedHost = fromString(host); in fromParts()
133 return new HostAndPort(parsedHost.host, port, parsedHost.hasBracketlessColons); in fromParts()
150 String host; in fromString() local
158 host = matcher.group(1); in fromString()
164 host = hostPortString.substring(0, colonPos); in fromString()
[all …]
/external/conscrypt/src/main/java/org/conscrypt/
DClientSessionContext.java52 String host = session.getPeerHost(); in sessionRemoved() local
54 if (host == null) { in sessionRemoved()
57 HostAndPort hostAndPortKey = new HostAndPort(host, port); in sessionRemoved()
70 public SSLSession getSession(String host, int port) { in getSession() argument
71 if (host == null) { in getSession()
75 HostAndPort hostAndPortKey = new HostAndPort(host, port); in getSession()
85 byte[] data = persistentCache.getSessionData(host, port); in getSession()
87 session = toSession(data, host, port); in getSession()
105 String host = session.getPeerHost(); in putSession() local
107 if (host == null) { in putSession()
[all …]
/external/chromium_org/components/autofill/content/browser/
Dcontent_autofill_driver.cc94 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in SendFormDataToRenderer() local
97 host->Send( in SendFormDataToRenderer()
98 new AutofillMsg_FillForm(host->GetRoutingID(), query_id, data)); in SendFormDataToRenderer()
101 host->Send( in SendFormDataToRenderer()
102 new AutofillMsg_PreviewForm(host->GetRoutingID(), query_id, data)); in SendFormDataToRenderer()
110 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in PingRenderer() local
111 host->Send(new AutofillMsg_Ping(host->GetRoutingID())); in PingRenderer()
122 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in SendAutofillTypePredictionsToRenderer() local
126 host->Send(new AutofillMsg_FieldTypePredictionsAvailable(host->GetRoutingID(), in SendAutofillTypePredictionsToRenderer()
134 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldAcceptDataListSuggestion() local
[all …]

12345678910>>...106