Searched refs:host (Results 26 - 50 of 2743) sorted by relevance

1234567891011>>

/external/chromium-libpac/test/js-unittest/
H A Dunhandled_exception.js1 function FindProxyForURL(url, host) {
H A Dbinding_from_global.js6 function FindProxyForURL(url, host) {
/external/chromium_org/net/data/proxy_resolver_v8_unittest/
H A Dends_with_statement_no_semicolon.js2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
H A Dreturn_function.js1 function FindProxyForURL(url, host) {
H A Dreturn_object.js1 function FindProxyForURL(url, host) {
H A Dreturn_undefined.js1 function FindProxyForURL(url, host) {
H A Dsimple.js4 function FindProxyForURL(url, host) {
12 isInNet(host, "10.0.0.0", "255.0.0.0")) {
16 if (dnsDomainIs(host, "foo.bar.baz.com") || !isResolvable(host)) {
H A Dunhandled_exception.js1 function FindProxyForURL(url, host) {
/external/clang/test/Sema/
H A Dattr-endian.c3 int p1 __attribute__((endian(host))); // expected-warning {{unknown attribute 'endian' ignored}}
/external/iproute2/etc/iproute2/
H A Drt_scopes6 254 host
/external/apache-http/src/org/apache/http/conn/
H A DHttpHostConnectException.java50 private final HttpHost host; field in class:HttpHostConnectException
52 public HttpHostConnectException(final HttpHost host, final ConnectException cause) { argument
53 super("Connection to " + host + " refused");
54 this.host = host;
59 return this.host;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/formatter/
H A 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
[all...]
/external/chromium_org/ui/views/layout/
H A Dlayout_manager.cc14 void LayoutManager::Installed(View* host) { argument
17 void LayoutManager::Uninstalled(View* host) { argument
20 int LayoutManager::GetPreferredHeightForWidth(const View* host, argument
22 return GetPreferredSize(host).height();
25 void LayoutManager::ViewAdded(View* host, View* view) { argument
28 void LayoutManager::ViewRemoved(View* host, View* view) { argument
H A Dfill_layout.cc15 void FillLayout::Layout(View* host) { argument
16 if (!host->has_children())
19 View* frame_view = host->child_at(0);
20 frame_view->SetBoundsRect(host->GetContentsBounds());
23 gfx::Size FillLayout::GetPreferredSize(const View* host) const {
24 if (!host->has_children())
26 DCHECK_EQ(1, host->child_count());
27 gfx::Rect rect(host->child_at(0)->GetPreferredSize());
28 rect.Inset(-host->GetInsets());
32 int FillLayout::GetPreferredHeightForWidth(const View* host, in argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DScreen.cpp52 FrameHost* host = m_frame->host();
53 if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk())
54 return lroundf(screenRect(m_frame->view()).height() * host->deviceScaleFactor());
62 FrameHost* host = m_frame->host();
63 if (host && host->settings().reportScreenSizeInPhysicalPixelsQuirk())
64 return lroundf(screenRect(m_frame->view()).width() * host
[all...]
/external/chromium_org/components/nacl/renderer/
H A Dnacl_helper.cc16 void NaClHelper::DidCreatePepperPlugin(content::RendererPpapiHost* host) { argument
17 // The Native Client plugin is a host for external plugins.
18 if (host->GetPluginName() == "Native Client")
19 host->SetToExternalPluginHost();
/external/chromium_org/chrome/browser/extensions/
H A Ddevtools_util.cc21 void InspectExtensionHost(ExtensionHost* host) { argument
22 if (host)
23 DevToolsWindow::OpenDevToolsWindow(host->host_contents());
31 ExtensionHost* host = local
33 if (host) {
34 InspectExtensionHost(host);
/external/chromium_org/third_party/polymer/components/paper-icon-button/
H A Dpaper-icon-button.css7 :host([disabled]) {
11 :host([disabled]) /deep/ #icon {
15 :host(:not([fill])) /deep/ #focusBg {
/external/chromium_org/third_party/polymer/components-chromium/paper-icon-button/
H A Dpaper-icon-button.css7 :host([disabled]) {
11 :host([disabled]) /deep/ #icon {
15 :host(:not([fill])) /deep/ #focusBg {
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
H A Dsimple_dns.js3 function FindProxyForURL(url, host) {
6 var ip = dnsResolve(host);
H A Dtoo_many_alerts.js3 function FindProxyForURL(url, host) {
6 dnsResolve(host);
H A Dtoo_many_empty_alerts.js3 function FindProxyForURL(url, host) {
6 dnsResolve(host);
/external/chromium_org/third_party/polymer/components/core-menu-button/
H A Dcore-menu-button.css7 :host {
/external/chromium_org/third_party/polymer/components-chromium/core-menu-button/
H A Dcore-menu-button.css7 :host {
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallIdentifier.java53 * host field
55 protected String host; field in class:CallIdentifier
66 * @param host is the host.
68 public CallIdentifier(String localId, String host) { argument
70 this.host = host;
93 if (host != null) {
94 buffer.append(AT).append(host);
114 if (this.host
180 setHost(String host) argument
[all...]

Completed in 5815 milliseconds

1234567891011>>