Searched defs:http_client (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_android_impl.cc14 scoped_ptr<DevToolsHttpClient> http_client,
19 : ChromeImpl(http_client.Pass(),
13 ChromeAndroidImpl( scoped_ptr<DevToolsHttpClient> http_client, scoped_ptr<DevToolsClient> websocket_client, ScopedVector<DevToolsEventListener>& devtools_event_listeners, scoped_ptr<PortReservation> port_reservation, scoped_ptr<Device> device) argument
H A Dchrome_remote_impl.cc12 scoped_ptr<DevToolsHttpClient> http_client,
15 : ChromeImpl(http_client.Pass(),
11 ChromeRemoteImpl( scoped_ptr<DevToolsHttpClient> http_client, scoped_ptr<DevToolsClient> websocket_client, ScopedVector<DevToolsEventListener>& devtools_event_listeners) argument
H A Dchrome_impl.cc142 scoped_ptr<DevToolsHttpClient> http_client,
147 devtools_http_client_(http_client.Pass()),
141 ChromeImpl( scoped_ptr<DevToolsHttpClient> http_client, scoped_ptr<DevToolsClient> websocket_client, ScopedVector<DevToolsEventListener>& devtools_event_listeners, scoped_ptr<PortReservation> port_reservation) argument
H A Dchrome_desktop_impl.cc65 scoped_ptr<DevToolsHttpClient> http_client,
73 : ChromeImpl(http_client.Pass(),
64 ChromeDesktopImpl( scoped_ptr<DevToolsHttpClient> http_client, scoped_ptr<DevToolsClient> websocket_client, ScopedVector<DevToolsEventListener>& devtools_event_listeners, scoped_ptr<PortReservation> port_reservation, base::ProcessHandle process, const CommandLine& command, base::ScopedTempDir* user_data_dir, base::ScopedTempDir* extension_dir) argument
/external/chromium_org/tools/findit/common/
H A Dhttp_client_local.py28 import http_client namespace
228 class HttpClientLocal(http_client.HttpClient):
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_local_printer_lister.cc84 scoped_ptr<PrivetHTTPClient> http_client) {
85 if (!http_client) {
90 DeviceContextMap::iterator i = device_contexts_.find(http_client->GetName());
93 i->second->info_operation = http_client->CreateInfoOperation(
97 http_client->GetName()));
98 i->second->privet_client = http_client.Pass();
82 OnPrivetResolved( const std::string& name, scoped_ptr<PrivetHTTPClient> http_client) argument
H A Dprivet_notifications.cc119 scoped_ptr<PrivetHTTPClient> http_client) {
120 if (!http_client) {
125 std::string name = http_client->GetName();
129 device->privet_http.swap(http_client);
118 CreateInfoOperation( scoped_ptr<PrivetHTTPClient> http_client) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttp_client.c2 * http_client - HTTP client
15 #include "http_client.h"
21 struct http_client { struct
28 void (*cb)(void *ctx, struct http_client *c,
38 struct http_client *c = eloop_data;
47 struct http_client *c = cookie;
86 struct http_client *c = eloop_ctx;
130 struct http_client * http_client_addr(struct sockaddr_in *dst,
133 struct http_client *c,
137 struct http_client *
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dhttp_client.c2 * http_client - HTTP client
15 #include "http_client.h"
21 struct http_client { struct
28 void (*cb)(void *ctx, struct http_client *c,
38 struct http_client *c = eloop_data;
47 struct http_client *c = cookie;
86 struct http_client *c = eloop_ctx;
130 struct http_client * http_client_addr(struct sockaddr_in *dst,
133 struct http_client *c,
137 struct http_client *
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttp_client.c2 * http_client - HTTP client
15 #include "http_client.h"
21 struct http_client { struct
28 void (*cb)(void *ctx, struct http_client *c,
38 struct http_client *c = eloop_data;
47 struct http_client *c = cookie;
86 struct http_client *c = eloop_ctx;
130 struct http_client * http_client_addr(struct sockaddr_in *dst,
133 struct http_client *c,
137 struct http_client *
[all...]
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.cc312 scoped_ptr<PrivetHTTPClient> http_client) {
313 current_http_client_ = PrivetV1HTTPClient::CreateDefault(http_client.Pass());
311 StartRegisterHTTP( scoped_ptr<PrivetHTTPClient> http_client) argument
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc1442 scoped_ptr<local_discovery::PrivetHTTPClient> http_client) {
1443 if (!PrivetUpdateClient(http_client.Pass()))
1454 scoped_ptr<local_discovery::PrivetHTTPClient> http_client) {
1455 if (!http_client) {
1464 local_discovery::PrivetV1HTTPClient::CreateDefault(http_client.Pass());
1475 scoped_ptr<local_discovery::PrivetHTTPClient> http_client) {
1476 if (!PrivetUpdateClient(http_client.Pass()))
1441 PrivetCapabilitiesUpdateClient( scoped_ptr<local_discovery::PrivetHTTPClient> http_client) argument
1453 PrivetUpdateClient( scoped_ptr<local_discovery::PrivetHTTPClient> http_client) argument
1471 PrivetLocalPrintUpdateClient( std::string print_ticket, std::string capabilities, gfx::Size page_size, scoped_ptr<local_discovery::PrivetHTTPClient> http_client) argument

Completed in 762 milliseconds