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

1234567891011>>

/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_ref_renderer_host.cc11 #include "ppapi/host/ppapi_host.h"
17 RendererPpapiHost* host,
22 : ResourceHost(host->GetPpapiHost(), instance, resource),
27 ResourceHost* fs_host = host->GetPpapiHost()->GetResourceHost(file_system);
35 RendererPpapiHost* host,
39 : ResourceHost(host->GetPpapiHost(), instance, resource),
73 ppapi::host::HostMessageContext* context) {
74 // We don't handle any messages from the plugin in this host.
16 PepperFileRefRendererHost( RendererPpapiHost* host, PP_Instance instance, PP_Resource resource, PP_Resource file_system, const std::string& internal_path) argument
34 PepperFileRefRendererHost( RendererPpapiHost* host, PP_Instance instance, PP_Resource resource, const base::FilePath& external_path) argument
H A Dpepper_truetype_font_host.cc11 #include "ppapi/host/dispatch_host_message.h"
12 #include "ppapi/host/host_message_context.h"
13 #include "ppapi/host/ppapi_host.h"
16 using ppapi::host::HostMessageContext;
17 using ppapi::host::ReplyMessageContext;
22 RendererPpapiHost* host,
26 : ResourceHost(host->GetPpapiHost(), instance, resource),
27 renderer_ppapi_host_(host),
38 if (!host()->permissions().HasPermission(ppapi::PERMISSION_DEV))
59 host()
21 PepperTrueTypeFontHost( RendererPpapiHost* host, PP_Instance instance, PP_Resource resource, const ppapi::proxy::SerializedTrueTypeFontDesc& desc) argument
[all...]
H A Dpepper_video_destination_host.cc11 #include "ppapi/host/dispatch_host_message.h"
12 #include "ppapi/host/host_message_context.h"
13 #include "ppapi/host/ppapi_host.h"
18 using ppapi::host::HostMessageContext;
19 using ppapi::host::ReplyMessageContext;
24 RendererPpapiHost* host,
27 : ResourceHost(host->GetPpapiHost(), instance, resource),
28 renderer_ppapi_host_(host),
66 host()->SendReply(reply_context,
23 PepperVideoDestinationHost( RendererPpapiHost* host, PP_Instance instance, PP_Resource resource) argument
/external/chromium_org/net/base/
H A Ddns_util.cc83 std::string TrimEndingDot(const base::StringPiece& host) { argument
84 base::StringPiece host_trimmed = host;
H A Dip_endpoint_unittest.cc22 std::string host; member in struct:net::__anon9190::TestData
39 EXPECT_TRUE(ParseIPLiteralToNumber(tests[index].host,
/external/chromium_org/ppapi/cpp/
H A Dhost_resolver.cc52 int32_t HostResolver::Resolve(const char* host, argument
58 pp_resource(), host, port, &hint, callback.pp_completion_callback());
/external/chromium_org/ppapi/host/
H A Dppapi_host.h19 #include "ppapi/host/ppapi_host_export.h"
29 namespace host { namespace in namespace:ppapi
37 // The host provides routing and tracking for resource message calls that
38 // come from the plugin to the host (browser or renderer), and the
70 // Adds the given host resource as a pending one (with no corresponding
75 // Adds the given host factory filter to the host. The PpapiHost will take
79 // Adds the given message filter to the host. The PpapiHost will take
84 host::ResourceHost* GetResourceHost(PP_Resource resource) const;
131 // Resources that have been created in the host an
[all...]
H A Dresource_host.cc5 #include "ppapi/host/resource_host.h"
9 #include "ppapi/host/ppapi_host.h"
10 #include "ppapi/host/resource_message_filter.h"
13 namespace host { namespace in namespace:ppapi
15 ResourceHost::ResourceHost(PpapiHost* host, argument
18 : host_(host),
68 } // namespace host
H A Dresource_message_filter.cc5 #include "ppapi/host/resource_message_filter.h"
13 #include "ppapi/host/ppapi_host.h"
14 #include "ppapi/host/resource_host.h"
17 namespace host { namespace in namespace:ppapi
103 } // namespace host
/external/chromium_org/ppapi/proxy/
H A Dhost_resolver_private_resource.cc27 const char* host,
31 return ResolveImpl(host, port, hint, callback);
26 Resolve( const char* host, uint16_t port, const PP_HostResolver_Private_Hint* hint, scoped_refptr<TrackedCallback> callback) argument
H A Dhost_resolver_resource.cc56 int32_t HostResolverResource::Resolve(const char* host, argument
65 return ResolveImpl(host, port, &private_hint, callback);
/external/chromium_org/ppapi/thunk/
H A Dppb_host_resolver_private_thunk.cc33 const char* host,
40 return enter.SetResult(enter.object()->Resolve(host, port, hint,
32 Resolve(PP_Resource host_resolver, const char* host, uint16_t port, const PP_HostResolver_Private_Hint* hint, PP_CompletionCallback callback) argument
H A Dppb_host_resolver_thunk.cc37 const char* host,
45 return enter.SetResult(enter.object()->Resolve(host,
36 Resolve(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Hint* hint, struct PP_CompletionCallback callback) argument
/external/chromium_org/remoting/jingle_glue/
H A Djingle_info_request.cc74 std::string host = server->Attr(buzz::QN_JINGLE_INFO_HOST); local
76 if (host != buzz::STR_EMPTY && port_str != buzz::STR_EMPTY) {
83 stun_hosts.push_back(talk_base::SocketAddress(host, port));
95 std::string host = server->Attr(buzz::QN_JINGLE_INFO_HOST); local
96 if (host != buzz::STR_EMPTY)
97 relay_hosts.push_back(host);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMURLUtilsReadOnly.h56 static String host(const KURL&);
57 static String host(DOMURLUtilsReadOnly* impl) { return host(impl->url()); } function in class:WebCore::DOMURLUtilsReadOnly
59 static String hostname(const KURL& url) { return url.host(); }
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DElementShadow.h48 Element* host() const;
101 inline Element* ElementShadow::host() const function in class:WebCore::ElementShadow
104 return youngestShadowRoot()->host();
123 if (ShadowRoot* parentRoot = host()->containingShadowRoot())
/external/chromium_org/third_party/WebKit/Source/platform/
H A DRefCountedSupplement.h56 static void provideTo(Supplementable<T>* host, const char* key, PassRefPtr<ThisType> supplement) argument
58 host->provideSupplement(key, adoptPtr(new Wrapper(supplement)));
61 static ThisType* from(Supplementable<T>* host, const char* key) argument
63 Supplement<T>* found = host->requireSupplement(key);
H A DSupplementable.h70 // MyClass* MyClass::from(MySupplementable* host)
72 // return reinterpret_cast<MyClass*>(Supplement<MySupplementable>::from(host, supplementName()));
101 static void provideTo(Supplementable<T>* host, const char* key, PassOwnPtr<Supplement<T> > supplement) argument
103 host->provideSupplement(key, supplement);
106 static Supplement<T>* from(Supplementable<T>* host, const char* key) argument
108 return host ? host->requireSupplement(key) : 0;
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/
H A Dchat_main.cc121 std::string host; local
127 host = server;
130 host = server.substr(0, colon);
133 xcs.set_server(talk_base::SocketAddress(host, port));
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Djingleinfotask.cc116 std::string host = server->Attr(QN_JINGLE_INFO_HOST); local
118 if (host != STR_EMPTY && host != STR_EMPTY) {
119 stun_hosts.push_back(talk_base::SocketAddress(host, atoi(port.c_str())));
129 std::string host = server->Attr(QN_JINGLE_INFO_HOST); local
130 if (host != STR_EMPTY) {
131 relay_hosts.push_back(host);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DNetwork.java118 * Creates a Client that communicates with the specified host and port
121 public static Client connectToServer( String host, int hostPort ) throws IOException argument
123 return connectToServer( DEFAULT_GAME_NAME, DEFAULT_VERSION, host, hostPort, hostPort );
127 * Creates a Client that communicates with the specified host and separate TCP and UDP ports
130 public static Client connectToServer( String host, int hostPort, int remoteUdpPort ) throws IOException argument
132 return connectToServer( DEFAULT_GAME_NAME, DEFAULT_VERSION, host, hostPort, remoteUdpPort );
136 * Creates a Client that communicates with the specified host and port
140 String host, int hostPort ) throws IOException
142 return connectToServer( gameName, version, host, hostPort, hostPort );
146 * Creates a Client that communicates with the specified host an
139 connectToServer( String gameName, int version, String host, int hostPort ) argument
161 connectToServer( String gameName, int version, String host, int hostPort, int remoteUdpPort ) argument
179 connectToServer( String host, int port, int remoteUdpPort ) argument
[all...]
/external/libppp/src/
H A Dtcp.c62 tcp_OpenConnection(const char *name, char *host, char *port) argument
69 dest.sin_addr = GetIpAddr(host);
71 log_Printf(LogWARN, "%s: %s: unknown host\n", name, host);
84 log_Printf(LogPHASE, "%s: Connecting to %s:%s/tcp\n", name, host, port);
137 char *cp, *host, *port, *svc; local
142 host = p->name.full;
153 if (*host && *port) {
154 p->fd = tcp_OpenConnection(p->link.name, host, port);
/external/nist-sip/java/gov/nist/core/
H A DHostNameParser.java43 * Parser for host names.
171 public Host host() throws ParseException { method in class:HostNameParser
173 dbg_enter("host");
201 lexer.getBuffer() + ": Missing host name",
207 dbg_leave("host");
218 * @return true if the host part of <tt>uriHeader</tt> could be an IPv6
223 // approximately detect the end the host part.
240 String host = uriHeader.substring(0, hostEnd);
242 int firstColonIndex = host.indexOf(Lexer.COLON);
247 int secondColonIndex = host
[all...]
/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...]
H A DWarning.java96 * Gets agent host of WarningHeader
97 * @return agent host of WarningHeader
126 * Sets host of WarningHeader
127 * @param host String to set
128 * @throws ParseException if host is not accepted by implementation
130 public void setAgent(String host) throws ParseException { argument
131 if (host == null)
132 throw new NullPointerException("the host parameter in the Warning header is null");
134 this.agent = host;

Completed in 494 milliseconds

1234567891011>>