Searched defs:host (Results 101 - 125 of 495) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/chromeos/frame/
H A Ddom_browser_view_layout.cc23 void DOMBrowserViewLayout::Installed(views::View* host) { argument
25 ::BrowserViewLayout::Installed(host);
28 void DOMBrowserViewLayout::ViewAdded(views::View* host, argument
30 ::BrowserViewLayout::ViewAdded(host, view);
/external/chromium/chrome/browser/chromeos/status/
H A Dinput_method_menu_button.cc22 // Returns PrefService object associated with |host|. Returns NULL if we are NOT
24 PrefService* GetPrefService(chromeos::StatusAreaHost* host) { argument
25 if (host->GetProfile()) {
26 return host->GetProfile()->GetPrefs();
67 InputMethodMenuButton::InputMethodMenuButton(StatusAreaHost* host) argument
68 : StatusAreaButton(host, this),
69 menu_(new MenuImpl(this, GetPrefService(host), host->GetScreenMode())) {
H A Dpower_menu_button.cc25 PowerMenuButton::PowerMenuButton(StatusAreaHost* host) argument
26 : StatusAreaButton(host, this),
H A Dstatus_area_button.cc30 StatusAreaButton::StatusAreaButton(StatusAreaHost* host, argument
35 host_(host) {
/external/chromium/chrome/browser/debugger/
H A Ddevtools_manager_unittest.cc81 DevToolsClientHost* host = manager->GetDevToolsClientHostFor(rvh()); local
82 EXPECT_TRUE(NULL == host);
86 // Test that just registered devtools host is returned.
87 host = manager->GetDevToolsClientHostFor(rvh());
88 EXPECT_TRUE(&client_host == host);
91 // Test that the same devtools host is returned.
92 host = manager->GetDevToolsClientHostFor(rvh());
93 EXPECT_TRUE(&client_host == host);
98 host = manager->GetDevToolsClientHostFor(rvh());
99 EXPECT_TRUE(NULL == host);
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_proxy_api_helpers_unittest.cc26 DictionaryValue* CreateTestProxyServerDict(const std::string& host) { argument
28 dict->SetString(keys::kProxyConfigRuleHost, host);
35 const std::string& host,
39 dict->SetString(keys::kProxyConfigRuleHost, host);
34 CreateTestProxyServerDict(const std::string& schema, const std::string& host, int port) argument
H A Dextension_tab_id_map.cc59 RenderViewHost* host = Details<RenderViewHost>(details).ptr(); local
67 host->process()->id(), host->routing_id(),
75 RenderViewHost* host = controller->tab_contents()->render_view_host(); local
81 host->process()->id(), host->routing_id(),
87 RenderViewHost* host = Source<RenderViewHost>(source).ptr(); local
93 host->process()->id(), host->routing_id()));
/external/chromium/chrome/browser/ssl/
H A Dssl_policy.cc32 static bool IsIntranetHost(const std::string& host) { argument
33 const size_t dot = host.find(kDot);
34 return dot == std::string::npos || dot == host.length() - 1;
48 handler->request_url().host());
97 backend_->HostRanInsecureContent(GURL(security_origin).host(),
107 backend_->HostRanInsecureContent(info->url().host(), info->child_id());
129 if (IsIntranetHost(entry->url().host())) {
149 backend_->DidHostRunInsecureContent(entry->url().host(),
176 handler->request_url().host());
192 handler->request_url().host());
[all...]
/external/chromium/chrome/browser/ui/
H A Dcrypto_module_password_dialog_nss.cc33 const std::string& host,
52 const std::string& host,
57 host_(host),
137 const std::string& host,
142 (new SlotUnlocker(modules, reason, host, callback))->Start();
151 const std::string& host,
156 UnlockSlotsIfNecessary(modules, reason, host, callback);
50 SlotUnlocker(const net::CryptoModuleList& modules, browser::CryptoModulePasswordReason reason, const std::string& host, Callback0::Type* callback) argument
135 UnlockSlotsIfNecessary(const net::CryptoModuleList& modules, browser::CryptoModulePasswordReason reason, const std::string& host, Callback0::Type* callback) argument
149 UnlockCertSlotIfNecessary(net::X509Certificate* cert, browser::CryptoModulePasswordReason reason, const std::string& host, Callback0::Type* callback) argument
/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host.h48 // Initializes the dropdown bar host with the give view.
117 // Returns the host widget.
118 views::Widget* host() const { return host_.get(); } function in class:DropdownBarHost
H A Dlocal_storage_set_item_info_view.cc33 void LocalStorageSetItemInfoView::SetFields(const std::string& host, argument
36 host_value_field_->SetText(UTF8ToWide(host));
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_popup.h72 ExtensionHost* host() const { return extension_host_.get(); } function in class:ExtensionPopup
101 ExtensionPopup(ExtensionHost* host,
111 // The contained host for the view.
/external/chromium/net/base/
H A Dregistry_controlled_domain_unittest.cc58 std::string GetDomainFromHost(const std::wstring& host) { argument
59 return TestRegistryControlledDomainService::GetDomainAndRegistry(host);
68 size_t GetRegistryLengthFromHost(const std::wstring& host, argument
70 return TestRegistryControlledDomainService::GetRegistryLength(host,
240 "file:///C:/file.html")); // no host
/external/chromium/net/http/
H A Dhttp_alternate_protocols.cc55 const std::string& host, uint16 port) const {
56 HostPortPair http_host_port_pair(host, port);
77 const std::string& host, uint16 port) const {
78 HostPortPair http_host_port_pair(host, port);
54 HasAlternateProtocolFor( const std::string& host, uint16 port) const argument
76 GetAlternateProtocolFor( const std::string& host, uint16 port) const argument
/external/chromium/net/proxy/
H A Dproxy_server.cc64 std::string HostNoBrackets(const std::string& host) { argument
66 const std::string::size_type len = host.size();
67 if (len >= 2 && host[0] == '[' && host[len - 1] == ']')
68 return host.substr(1, len - 2);
69 return host;
87 // have concept of a host.
118 // Now parse the <host>[":"<port>].
154 // "DIRECT" | ( <type> 1*(LWS) <host-and-port> )
168 // <host>["
227 std::string host; local
[all...]
/external/chromium/net/tools/dump_cache/
H A Durl_to_filename_encoder.h112 std::string host = UrlUtilities::GetUrlHost(clean_url); local
114 filename.append(host);
/external/chromium/net/url_request/
H A Dhttps_prober.cc18 bool HTTPSProber::HaveProbed(const std::string& host) const {
19 return probed_.find(host) != probed_.end();
22 bool HTTPSProber::InFlight(const std::string& host) const {
23 return inflight_probes_.find(host) != inflight_probes_.end();
26 bool HTTPSProber::ProbeHost(const std::string& host, URLRequestContext* ctx, argument
28 if (HaveProbed(host) || InFlight(host)) {
32 inflight_probes_[host] = delegate;
34 GURL url("https://" + host);
35 DCHECK_EQ(url.host(), hos
[all...]
H A Durl_request_throttler_manager.cc40 std::string host = url.host(); local
41 if (opt_out_hosts_.find(host) != opt_out_hosts_.end() ||
42 IsLocalhost(host)) {
54 void URLRequestThrottlerManager::AddToOptOutList(const std::string& host) { argument
56 // simple. If a host starts adding the opt-out header to its responses
58 // host, the pre-existing entries may still perform back-off throttling.
60 opt_out_hosts_.insert(host);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnethelpers.cc165 void FreeHostEnt(hostent* host) { argument
167 freehostent(host);
169 free(host);
/external/guava/guava/src/com/google/common/net/
H A DHostAndPort.java32 * An immutable representation of a host and port.
57 * host field (if desired) is the caller's responsibility.
68 private final String host; field in class:HostAndPort
73 /** True if the parsed host has colons, but no surrounding brackets. */
76 private HostAndPort(String host, int port, boolean hasBracketlessColons) { argument
77 this.host = host;
90 return host;
118 * Build a HostAndPort instance from separate host and port values.
123 * @param host th
129 fromParts(String host, int port) argument
[all...]
/external/javassist/src/main/javassist/tools/web/
H A DViewer.java30 * <ul><code>% java javassist.tools.web.Viewer <i>host port</i> Main arg1, ...</code></ul>
34 * a server http://<i>host</i>:<i>port</i>.
66 "Usage: java javassist.tools.web.Viewer <host> <port> class [args ...]");
72 * @param host server name
75 public Viewer(String host, int p) { argument
76 server = host;
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestChatClient.java60 public TestChatClient(String host) throws IOException { argument
61 super("jME3 Test Chat Client - to:" + host);
91 host, TestChatServer.PORT, TestChatServer.UDP_PORT);
104 // Grab a host string from the user
105 String s = getString(null, "Host Info", "Enter chat host:", "localhost");
/external/nist-sip/java/gov/nist/core/
H A DHostPort.java47 // host / ipv4/ ipv6/
48 /** host field
50 protected Host host; field in class:HostPort
61 host = null;
76 host.encode(buffer);
92 return port == that.port && host.equals(that.host);
96 * @return host field
99 return host;
124 * Set the host membe
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPChargingVector.java144 * @param host -
148 public void setICIDGeneratedAt(String host) throws ParseException { argument
150 if (host == null)
153 + "P-Charging-Vector, setICIDGeneratedAt(), the host parameter is null.");
155 setParameter(ParameterNamesIms.ICID_GENERATED_AT, host);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DHopImpl.java54 protected String host; field in class:HopImpl
65 return host + ":" + port + "/" + transport;
69 * Create new hop given host, port and transport.
75 host = hostName;
79 if(host.indexOf(":") >= 0)
80 if(host.indexOf("[") < 0)
81 host = "[" + host + "]";
90 * @param hop is a hop string in the form of host:port/Transport
104 this.host
[all...]

Completed in 434 milliseconds

1234567891011>>