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

1 2 34 5 6 7 8 910

  /external/chromium_org/net/url_request/
url_fetcher_impl_unittest.cc 108 return context_.get();
162 fetcher_ = new URLFetcherImpl(url, URLFetcher::GET, this);
164 io_message_loop_proxy().get(), request_context()));
215 fetcher_ = new URLFetcherImpl(url, URLFetcher::GET, this);
217 io_message_loop_proxy().get(), request_context()));
443 if (!context_.get()) {
461 ->OverrideEntryForTests(throttle_for_url_, entry.get());
465 return context_.get();
522 io_message_loop_proxy().get(), request_context()));
537 PathService::Get(base::DIR_SOURCE_ROOT, &path_)
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser.cc 129 GET,
205 method_(GET),
206 suggestion_method_(GET),
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Node.java 85 * Get the NodeId
102 Packet reply = sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.CONFIGURE_OWNER, getId()), PubSubNamespace.OWNER);
135 * Get the subscriptions currently associated with this node.
144 PubSub reply = (PubSub)sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.SUBSCRIPTIONS, getId()));
241 * Get the options for configuring the specified subscription.
253 PubSub packet = (PubSub)sendPubsubPacket(Type.GET, new OptionsExtension(jid, getId(), subscriptionId));
260 * listener will get called whenever an item is published to
287 * will get called whenever the node's configuration changes.
438 if (extList.get(0).getElementName().equals(PubSubElementType.PURGE_EVENT.getElementName()))
534 if (secondLevelList.size() > 0 && secondLevelList.get(0).getElementName().equals(secondElement))
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.cc 48 URLFetcher::GET,
75 if (source == profile_fetcher_.get()) {
88 chromeos::UserManager* user_manager = chromeos::UserManager::Get();
107 if (!root.get() || root->GetType() != Value::TYPE_DICTIONARY)
111 static_cast<DictionaryValue*>(root.get());
126 // himself. We need to find entry for the user and then get his image.
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.cc 82 URLFetcher::GET,
96 return it->second.get();
110 DCHECK(current_fetch_.get());
protocol_manager.cc 193 if (!request_.get())
206 // required, the SafeBrowsing servers will tell us to get it again.
284 if (!fetcher.get()) {
355 // Get the next chunk if available.
374 &reset, chunk_deletes.get(), &chunk_urls)) {
428 &re_key, chunks.get())) {
544 // TODO(paulg): We should get this at start up and maintain a ChunkRange cache
555 // don't get the next url until the previous one has been written to disk so
557 if (request_.get() || chunk_request_urls_.empty() || chunk_pending_to_write_)
564 request_.reset(new URLFetcher(chunk_url, URLFetcher::GET, this))
    [all...]
  /external/chromium/chrome/common/net/
url_fetcher_unittest.cc 124 fetcher_ = new URLFetcher(url, URLFetcher::GET, this);
347 fetcher_ = new URLFetcher(url, URLFetcher::GET, this);
388 fetcher_ = new URLFetcher(url, URLFetcher::GET, this);
407 // It should get here on the first attempt, so almost immediately and
415 // We should not get here!
425 PathService::Get(base::DIR_SOURCE_ROOT, &cert_dir_);
457 fetcher_ = new URLFetcher(url, URLFetcher::GET, this);
  /external/chromium_org/chrome/browser/safe_browsing/
ping_manager.cc 73 post_data.empty() ? net::URLFetcher::GET : net::URLFetcher::POST,
76 report->SetRequestContext(request_context_getter_.get());
90 fetcher->SetRequestContext(request_context_getter_.get());
  /external/chromium_org/components/autofill/content/browser/autocheckout/
whitelist_manager.cc 122 0, GURL(GetWhitelistUrl()), net::URLFetcher::GET, this));
140 DCHECK_EQ(source, old_request.get());
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.cc 155 empty_body ? URLFetcher::GET : URLFetcher::POST,
  /external/smack/src/org/jivesoftware/smack/
NonSASLAuthentication.java 60 // If we send an authentication packet in "get" mode with just the username,
63 discoveryAuth.setType(IQ.Type.GET);
  /external/smack/src/org/jivesoftware/smackx/
LastActivityManager.java 52 * For example to get the idle time of a user logged in a resource, simple send
62 * To get the lapsed time since the last user logout is the same as above but
69 * To get the uptime of a host, you simple send the LastActivity packet to it,
146 }, new AndFilter(new IQTypeFilter(IQ.Type.GET), new PacketTypeFilter(LastActivity.class)));
  /frameworks/volley/src/com/android/volley/toolbox/
HttpClientStack.java 57 httpRequest.setHeader(key, headers.get(key));
65 result.add(new BasicNameValuePair(key, postParams.get(key)));
96 // GET. Otherwise, it is assumed that the request is a POST.
109 case Method.GET:
ImageRequest.java 71 super(Method.GET, url, errorListener);
145 // If we have to resize this image, first get the natural bounds.
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpClientStackTest.java 57 TestRequest.Get request = new TestRequest.Get();
58 assertEquals(request.getMethod(), Method.GET);
  /system/security/keystore/include/keystore/
IKeystoreService.h 46 GET = IBinder::FIRST_CALL_TRANSACTION + 1,
74 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength) = 0;
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.cc 148 static_cast<base::DictionaryValue*>(root_value.get());
239 GURL(kUserEntryURL), net::URLFetcher::GET, this));
280 if (source == user_entry_fetcher_.get()) {
308 GURL(image_url), net::URLFetcher::GET, this));
318 } else if (source == profile_image_fetcher_.get()) {
361 DCHECK_EQ(request, oauth2_access_token_request_.get());
371 DCHECK_EQ(request, oauth2_access_token_request_.get());
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 85 xmlhttp.open('GET', url, true);
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 91 GET,
102 method_(GET),
103 suggestion_method_(GET),
151 if (current_image_.get()) {
  /external/chromium/chrome/browser/importer/
toolbar_importer.cc 208 token_fetcher_ = new URLFetcher(url, URLFetcher::GET, this);
241 data_fetcher_ = new URLFetcher(url, URLFetcher::GET, this);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 15 * The provider then sends various parameters via GET, one of them is openid_mode.
39 * To get the values, use $openid->getAttributes().
76 $this->data = $_POST + $_GET; # OPs may send data as POST or GET.
115 protected function request($url, $method='GET', $params=array())
118 $curl = curl_init($url . ($method == 'GET' && $params ? '?' . $params : ''));
209 $content = $this->request($url, 'GET');
268 $content = $this->request($url, 'GET');
275 if (!$content) $content = $this->request($url, 'GET');
407 # in worst case we don't get anything in return.
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc 226 NetworkHandler::Get()->network_state_handler()->AddObserver(
232 DBusThreadManager::Get()->GetImageBurnerClient()->SetEventHandlers(
244 NetworkHandler::Get()->network_state_handler()->RemoveObserver(
247 DBusThreadManager::Get()->GetImageBurnerClient()->ResetEventHandlers();
363 if (config_fetcher_.get())
367 config_file_url_, net::URLFetcher::GET, this));
368 config_fetcher_->SetRequestContext(url_request_context_getter_.get());
386 net::URLFetcher::GET,
388 image_fetcher_->SetRequestContext(url_request_context_getter_.get());
445 if (source == config_fetcher_.get()) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
util.js 68 xhr.open('GET', url, true);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 15 * The provider then sends various parameters via GET, one of them is openid_mode.
39 * To get the values, use $openid->getAttributes().
76 $this->data = $_POST + $_GET; # OPs may send data as POST or GET.
115 protected function request($url, $method='GET', $params=array())
118 $curl = curl_init($url . ($method == 'GET' && $params ? '?' . $params : ''));
209 $content = $this->request($url, 'GET');
268 $content = $this->request($url, 'GET');
275 if (!$content) $content = $this->request($url, 'GET');
407 # in worst case we don't get anything in return.
  /external/chromium/chrome/browser/google/
google_url_tracker.cc 157 // long enough to be after startup, but still get results back quickly.
189 URLFetcher::GET, this));
236 // all, we should just silently switch over to whatever we get immediately.
322 if (registrar_.IsEmpty() && (need_to_prompt_ || fetcher_.get())) {

Completed in 882 milliseconds

1 2 34 5 6 7 8 910