HomeSort by relevance Sort by last modified time
    Searched refs:GET (Results 101 - 125 of 237) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.cc 85 URLFetcher::GET, this)),
113 if (!template_url_.get())
140 template_url_.get()) ||
156 DCHECK(template_url_.get());
242 // that only *non*-autodetected additions get confirmed, but the user
  /external/chromium/chrome/browser/web_resource/
web_resource_service.cc 69 URLFetcher::GET, this));
184 // TODO(mrc): get proper file path when we start using web resources
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 59 * Makes an HTTP GET request to the specified URL.
109 $this->consumer, $this->token, 'GET', $url, array());
256 req.open('GET', url, true);
  /external/chromium_org/chrome/browser/extensions/
webstore_install_helper.cc 64 icon_url_, net::URLFetcher::GET, this));
70 // We'll get called back in OnURLFetchComplete.
77 this, base::MessageLoopProxy::current().get())->AsWeakPtr();
91 CHECK(source == url_fetcher_.get());
114 CHECK(utility_host_.get());
157 CHECK(wrapper.Get(0, &value));
183 if (utility_host_.get()) {
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.cc 43 GURL(url), net::URLFetcher::GET, this);
275 return cached_info_.get();
  /external/chromium_org/chrome/browser/policy/cloud/
external_policy_data_updater.cc 112 // Maximum number of retries for requests that aren't likely to get a
219 net::URLFetcher::GET, this));
220 fetcher_->SetRequestContext(updater_->request_context_.get());
231 DCHECK_EQ(fetcher_.get(), source);
295 DCHECK_EQ(fetcher_.get(), source);
389 FetchJob* job = job_queue_.front().get();
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_cache.cc 75 if (!request_context_getter_.get()) {
82 GURL(resources_it_->first), net::URLFetcher::GET, this));
83 current_fetch_->SetRequestContext(request_context_getter_.get());
95 return it->second.get();
104 DCHECK(current_fetch_.get());
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher.cc 90 osdd_url, net::URLFetcher::GET, this)),
113 url_fetcher_.get(),
128 if (!template_url_.get())
154 if (!template_url_.get() || !template_url_->url_ref().SupportsReplacement()) {
180 DCHECK(template_url_.get());
216 // that only *non*-autodetected additions get confirmed, but the user
  /external/chromium_org/chrome/browser/ui/webui/
devtools_ui.cc 57 fetcher_.reset(net::URLFetcher::Create(url, net::URLFetcher::GET, this));
158 callback.Run(bytes.get());
169 new FetchRequest(request_context_.get(), url, callback);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 58 * Makes an HTTP GET request to the specified URL.
108 $this->consumer, $this->token, 'GET', $url, array());
255 req.open('GET', url, true);
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.cc 79 return (request_.get() == source);
88 net::URLFetcher::GET,
128 // If we get auth error, notify delegate and check if it wants to proceed.
143 // we assume that a JSON response is expected. If we do not get a JSON
153 response_dict.get(),
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher.cc 66 empty_body ? URLFetcher::GET : URLFetcher::POST,
226 if (!value.get() || value->GetType() != base::Value::TYPE_DICTIONARY)
230 static_cast<base::DictionaryValue*>(value.get());
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.cc 51 if (!cert.get()) {
118 if (writer_.get() != NULL) {
120 return new QuicEpollConnectionHelper(writer_.get(), epoll_server());
187 HTTPMessage message(HttpConstants::HTTP_1_1, HttpConstants::GET, uri);
208 munged_headers.get() ? *munged_headers.get() : *message.headers(),
337 reinterpret_cast<QuicEpollClient*>(client_.get())->UseWriter(writer);
  /external/chromium_org/remoting/jingle_glue/
chromium_port_allocator.cc 100 net::URLFetcher::Create(url, net::URLFetcher::GET, this));
101 url_fetcher->SetRequestContext(url_context_.get());
167 : HttpPortAllocatorBase(network_manager.get(),
168 socket_factory.get(),
  /external/chromium_org/rlz/lib/
financial_ping.cc 161 // Add the RLZ's and the DCC if needed. This is the same as get PingParams.
234 "GET", request, NULL, NULL, kFinancialPingResponseObjects,
254 // Get the response text.
256 if (buffer.get() == NULL)
260 while (InternetReadFile(http_handle, buffer.get(), kMaxPingResponseLength,
262 response->append(buffer.get(), bytes_read);
285 GURL(url), net::URLFetcher::GET, &delegate));
302 base::Bind(&net::URLFetcher::Start, base::Unretained(fetcher.get())));
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.cc 47 "Access-Control-Allow-Methods: POST, GET, OPTIONS\r\n"
210 { "GET", 3, GET },
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 113 if ( $header =~ /^GET \/nic\/update\?([^\s].+) HTTP\/1\.[01]$/ ) {
  /external/skia/tools/
submit_try 85 url = svn_info.get(URL_STR, None)
86 repo_root = svn_info.get(REPO_ROOT_STR, None)
105 connection.request('GET', CODEREVIEW_SETTINGS)
120 connection.request('GET', '/json/%s' % json_filename)
209 'expensive. You may be able to get '
  /external/smack/src/org/jivesoftware/smack/
PrivacyListManager.java 67 * get or set the privacy communication.<p>
165 return instances.get(connection);
178 // The request is a get iq type
179 requestPrivacy.setType(Privacy.Type.GET);
217 // The request is a get iq type
254 // Send the package to the server and get the answer
293 * @param listName the name of the list to get the allowed and blocked permissions.
303 // Send the package to the server and get the answer
312 * @param listName the name of the list to get the allowed and blocked permissions.
  /external/smack/src/org/jivesoftware/smackx/
PrivateDataManager.java 91 return (PrivateDataProvider)privateDataProviders.get(key);
124 * The user to get and set private data for. In most cases, this value should
125 * be <tt>null</tt>, as the typical use of private data is to get and set
149 * to get and set private data for other users (for example, if you are the
155 * @param user the XMPP address of the user to get and set private data for.
181 // Create an IQ packet to get the private data.
191 privateDataGet.setType(IQ.Type.GET);
306 // Otherwise, get the the element text.
335 * An IQ packet to hold PrivateData GET results.
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/
Bytestream.java 246 else if (this.getType().equals(IQ.Type.GET)) {
  /external/smack/src/org/jivesoftware/smackx/search/
UserSearch.java 70 search.setType(IQ.Type.GET);
  /frameworks/volley/src/com/android/volley/
Request.java 50 int GET = 0;
59 /** Request method of this request. Currently supports GET, POST, PUT, and DELETE. */
295 * a simple GET should be used. Can throw {@link AuthFailureError} as
  /frameworks/volley/src/com/android/volley/toolbox/
HurlStack.java 104 connection.addRequestProperty(headerName, map.get(headerName));
121 Header h = new BasicHeader(header.getKey(), header.getValue().get(0));
185 // GET. Otherwise, it is assumed that the request is a POST.
200 case Method.GET:
201 // Not necessary to set the request method because connection defaults to GET but
203 connection.setRequestMethod("GET");
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 183 oHTTP.open("GET", strURL, true);

Completed in 760 milliseconds

1 2 3 45 6 7 8 910