Searched defs:host (Results 201 - 225 of 495) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/chromeos/
H A Dproxy_cros_settings_provider.cc174 std::string host = config.socks_proxy.server.host_port_pair().host(); local
177 StartsWithASCII(host, "socks5://", false) ?
282 const std::string& host,
288 if (host.length() == 0 && port == 0)
292 net::HostPortPair host_port_pair(host, port);
300 std::string host; local
302 host = proxy.server.host_port_pair().host();
303 if (host
281 CreateProxyServerFromHost( const std::string& host, const ProxyConfigServiceImpl::ProxyConfig::ManualProxy& proxy, net::ProxyServer::Scheme scheme) const argument
[all...]
/external/chromium/chrome/browser/download/
H A Ddownload_request_limiter.cc20 DownloadRequestLimiter* host,
23 : host_(host),
36 initial_page_host_ = active_entry->url().host();
118 // host (or host is empty).
119 if (!initial_page_host_.empty() && !entry->url().host().empty() &&
120 entry->url().host() == initial_page_host_) {
257 // to cancel the download operation in chrome and let the host browser
19 TabDownloadState( DownloadRequestLimiter* host, NavigationController* controller, NavigationController* originating_controller) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_cookies_helpers.cc97 const std::string host = local
99 return GURL(scheme + chrome::kStandardSchemeSeparator + host + "/");
111 // host permissions.
H A Dextension_process_manager.cc122 ExtensionHost* host = local
129 host->CreateView(browser);
130 OnExtensionHostCreated(host, false);
131 return host;
181 ExtensionHost* host =
190 host->CreateRenderViewSoon(NULL); // create a RenderViewHost with no view
191 OnExtensionHostCreated(host, true);
215 ExtensionHost* host = *iter; local
216 if (host->extension() == extension)
217 return host;
308 ExtensionHost* host = *iter; local
320 ExtensionHost* host = Details<ExtensionHost>(details).ptr(); local
328 RenderProcessHost* host = Source<RenderProcessHost>(source).ptr(); local
346 OnExtensionHostCreated(ExtensionHost* host, bool is_background) argument
[all...]
H A Dextension_proxy_api_helpers.cc140 LOG(ERROR) << "Could not parse a 'rules.*.host' entry.";
145 "Invalid 'rules.???.host' entry '*'. 'host' field supports only ASCII "
150 std::string host = UTF16ToASCII(host16); local
156 *out = net::ProxyServer(scheme, net::HostPortPair(host, port));
406 out->SetString(keys::kProxyConfigRuleHost, proxy.host_port_pair().host());
H A Dsandboxed_extension_unpacker.cc167 UtilityProcessHost* host = new UtilityProcessHost(this, thread_identifier_); local
168 host->StartExtensionUnpacker(temp_crx_path);
/external/chromium/chrome/browser/
H A Dgpu_process_host_ui_shim.cc51 GpuProcessHost* host = GpuProcessHost::FromID(host_id_); local
52 if (host)
53 host->Send(msg_.release());
263 RenderViewHost* host = RenderViewHost::FromID(renderer_id, render_view_id); local
264 if (host) {
265 RenderWidgetHostView* view = host->view();
302 RenderViewHost* host = RenderViewHost::FromID(params.renderer_id, local
304 if (!host)
306 RenderWidgetHostView* view = host->view();
317 RenderViewHost* host local
341 RenderViewHost* host = RenderViewHost::FromID(renderer_id, local
[all...]
H A Dmemory_details.cc141 // The RenderProcessHost may host multiple TabContents. Any
157 const RenderViewHost* host = static_cast<const RenderViewHost*>(widget); local
158 RenderViewHostDelegate* host_delegate = host->delegate();
162 if (host->enabled_bindings() & BindingsPolicy::WEB_UI) {
169 } else if (host->enabled_bindings() & BindingsPolicy::EXTENSION) {
174 if (host->is_extension_process()) {
/external/chromium/chrome/browser/history/
H A Dvisitsegment_database.cc121 std::string host = url.host(); local
122 const char* host_c = host.c_str();
124 if (static_cast<int>(host.size()) > kWWWDotLen &&
126 r.SetHost(host.c_str(),
128 static_cast<int>(host.size()) - kWWWDotLen));
/external/chromium/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.cc89 NaClProcessHost* host = new NaClProcessHost(url); local
90 host->Launch(this, channel_descriptor, reply_msg);
H A Dgtk_im_context_wrapper.cc417 RenderWidgetHost* host = host_view_->GetRenderWidgetHost(); local
418 if (!host)
444 host->ImeConfirmComposition(commit_text_);
463 host->ImeSetComposition(composition_.text, underlines,
467 host->ImeCancelComposition();
H A Dweb_cache_manager.cc284 RenderProcessHost* host = RenderProcessHost::FromID(allocation->first); local
285 if (host) {
299 host->Send(new ViewMsg_SetCacheCapacities(min_dead_capacity,
310 RenderProcessHost* host = RenderProcessHost::FromID(*iter); local
311 if (host)
312 host->Send(new ViewMsg_ClearCache());
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_host.cc39 // uses it anymore. If |tab_contents|, |csd_service| or |host| go away you need
50 ClientSideDetectionHost* host)
56 host_(host) {
94 if (csd_service_->IsPrivateIPAddress(params_.socket_address.host())) {
97 << params_.socket_address.host();
46 ShouldClassifyUrlRequest(const ViewHostMsg_FrameNavigate_Params& params, TabContents* tab_contents, ClientSideDetectionService* csd_service, SafeBrowsingService* sb_service, ClientSideDetectionHost* host) argument
H A Dprotocol_parser.cc345 chunk_host.host = 0;
351 SBPrefix host; local
354 ReadHostAndPrefixCount(&chunk_data, &remaining, &host, &prefix_count);
356 chunk_host.host = host;
380 // Set host to 0 and it won't be used for kBinHashList.
381 chunk_host.host = 0;
390 SBPrefix host; local
393 ReadHostAndPrefixCount(&chunk_data, &remaining, &host, &prefix_count);
395 chunk_host.host
411 ReadHostAndPrefixCount( const char** data, int* remaining, SBPrefix* host, int* count) argument
[all...]
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_unittest.cc413 const std::string host; member in struct:TestData
428 // Term in the host shouldn't match.
440 EXPECT_EQ(data[i].host, t_url.url()->GetHost());
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_manager.cc106 SidebarContainer* host = GetSidebarContainerFor(tab, content_id); local
107 if (!host) {
108 host = new SidebarContainer(tab, content_id, this);
109 RegisterSidebarContainerFor(tab, host);
112 host->LoadDefaults();
115 host->Show();
132 SidebarContainer* host = GetSidebarContainerFor(tab, content_id);
133 DCHECK(host);
134 if (!host)
138 host
169 SidebarContainer* host = GetSidebarContainerFor(tab, content_id); local
183 SidebarContainer* host = GetSidebarContainerFor(tab, content_id); local
193 SidebarContainer* host = GetSidebarContainerFor(tab, content_id); local
202 SidebarContainer* host = GetSidebarContainerFor(tab, content_id); local
211 SidebarContainer* host = GetSidebarContainerFor(tab, content_id); local
232 UpdateSidebar(SidebarContainer* host) argument
285 SidebarContainer* host = GetSidebarContainerFor(tab, content_id); local
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_host_delegate_helper.cc166 // TODO(brettw) this seems bogus to reach into here and initialize the host.
192 RenderWidgetHost* host) {
195 if (host->view() == i->second) {
191 RenderWidgetHostDestroyed( RenderWidgetHost* host) argument
/external/chromium/chrome/browser/translate/
H A Dtranslate_infobar_delegate.cc153 std::string host = GetPageHost(); local
154 return !host.empty() && prefs_.IsSiteBlacklisted(host);
158 std::string host = GetPageHost(); local
159 if (host.empty())
162 if (prefs_.IsSiteBlacklisted(host)) {
163 prefs_.RemoveSiteFromBlacklist(host);
165 prefs_.BlacklistSite(host);
/external/chromium/chrome/browser/ui/touch/frame/
H A Dtouch_browser_frame_view.cc274 RenderViewHost* host = local
276 host->ScrollFocusedEditableNodeIntoView();
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc199 void BrowserViewLayout::Installed(views::View* host) { argument
207 browser_view_ = static_cast<BrowserView*>(host);
210 void BrowserViewLayout::Uninstalled(views::View* host) {} argument
212 void BrowserViewLayout::ViewAdded(views::View* host, views::View* view) { argument
240 void BrowserViewLayout::ViewRemoved(views::View* host, views::View* view) { argument
248 void BrowserViewLayout::Layout(views::View* host) { argument
275 gfx::Size BrowserViewLayout::GetPreferredSize(views::View* host) { argument
/external/chromium/chrome/browser/web_applications/
H A Dweb_app.cc76 FilePath::StringType host; local
80 host = UTF8ToWide(info.url.host());
85 host = info.url.host();
89 return FilePath(host).Append(scheme_port);
401 // from a CRX). Application shortcuts to URLs use the {host}_{path}
466 t.append(url.host());
/external/chromium/chrome/browser/web_resource/
H A Dweb_resource_service.cc183 UtilityProcessHost* host = new UtilityProcessHost(this, thread_id); local
186 host->StartWebResourceUnpacker(json_data_);
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dproxy_form_controller.js188 * @return {?ProxyServer} An object containing the proxy server host, port,
199 * @param {?ProxyServer} data An object containing the proxy server host,
216 * @return {?ProxyServer} An object containing the proxy server host, port
225 * @param {?ProxyServer} data An object containing the proxy server host,
234 * @return {?ProxyServer} An object containing the proxy server host, port
243 * @param {?ProxyServer} data An object containing the proxy server host,
252 * @return {?ProxyServer} An object containing the proxy server host, port
261 * @param {?ProxyServer} data An object containing the proxy server host,
270 * @return {?ProxyServer} An object containing the proxy server host, port
279 * @param {?ProxyServer} data An object containing the proxy server host,
316 data = {scheme: 'http', host: '', port: ''}; property
[all...]
/external/chromium/chrome/common/extensions/
H A Durl_pattern.h17 // <url-pattern> := <scheme>://<host><path> | '<all_urls>'
19 // <host> := '*' | '*.' <anychar except '/' and '*'>+
37 // - http://*foo/bar -- * not allowed as substring of host component
58 // - @include http://[^\*]+?/ : 11128 (no star in host)
59 // - @include http://\*\.[^\*]+?/ : 2325 (host prefixed by *.)
60 // - @include http://\*[^\.][^\*]+?/: 1524 (host prefixed by *, no dot -- many
63 // - @include http://[^\*/]+\*/ : 320 (host suffixed by *)
64 // - @include contains .tld : 297 (host suffixed by .tld -- a special
68 // - @include http://\*/ : 228 (host is * exactly, but there is
140 // Gets the host th
142 const std::string& host() const { return host_; } function in class:URLPattern
143 set_host(const std::string& host) argument
[all...]
/external/chromium/googleurl/src/
H A Dgurl_unittest.cc81 EXPECT_EQ("google.com", url.host());
97 EXPECT_EQ("", url.host());
115 EXPECT_EQ("google.com", url2.host());
130 EXPECT_EQ("", invalid2.host());
147 EXPECT_EQ("google.com", url.host());
237 const char* host; member in struct:ReplaceCase
259 SetupReplacement(&GURL::Replacements::SetHost, &repl, cur.host);
371 EXPECT_EQ(cases[i].expected_host, url.host());

Completed in 629 milliseconds

1234567891011>>