HomeSort by relevance Sort by last modified time
    Searched refs:downloaded (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
fake_downloader.h 61 scoped_ptr<Callback> downloaded);
fake_downloader.cc 107 scoped_ptr<Callback> downloaded) {
123 (*downloaded)(success, url, make_scoped_ptr(new std::string(data)));
retriever_test.cc 162 scoped_ptr<Callback> downloaded) {
163 (*downloaded)(false, url, make_scoped_ptr(new std::string("garbage")));
293 scoped_ptr<Callback> downloaded) {}
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
fake_downloader.h 69 const Callback& downloaded) const;
mock_downloader.cc 40 const Callback& downloaded) const {
45 downloaded(success, url, success ? new std::string(it->second) : NULL);
mock_downloader.h 69 const Callback& downloaded) const;
fake_downloader.cc 157 const Callback& downloaded) const {
174 downloaded(success, url, data);
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
downloader.h 33 // scoped_ptr<Callback> downloaded) const {
36 // (*downloaded)(success, url, data);
46 // Downloads |url| and invokes the |downloaded| callback.
48 scoped_ptr<Callback> downloaded) = 0;
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
downloader.h 28 // Downloads validation rules from the server. The downloaded data must be
34 // const Callback& downloaded) const {
37 // downloaded(success, url, data);
47 // Downloads |url| and invokes the |downloaded| callback.
49 const Callback& downloaded) const = 0;
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 11 * Unzip the downloaded file.
15 * Unzip the downloaded file.
19 * Unzip the downloaded file.
23 * Unzip the downloaded file.
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_downloader_impl.cc 60 scoped_ptr<Callback> downloaded) {
63 (*downloaded)(false, url, make_scoped_ptr(new std::string()));
73 Request* request = new Request(url, fetcher.Pass(), downloaded.Pass());
chrome_downloader_impl.h 32 scoped_ptr<Callback> downloaded) OVERRIDE;
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_custom_bindings.js 22 // path: The resource to be downloaded.
23 // width: (optional) The maximum width of the image to be downloaded in device
25 // height: (optional) The maximum height of the image to be downloaded in
  /external/chromium_org/chrome/browser/sync_file_system/
remote_file_sync_service.h 124 webkit_blob::ScopedFile downloaded)>
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util_interface.h 54 webkit_blob::ScopedFile downloaded)>
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 72 each page that is downloaded and parsed an object of this class is created.
75 downloaded.
144 """Parses downloaded page and gets url link for non registration page.
253 at once. When some of the data on the page is downloaded Pycurl will put
255 everything is downloaded.
271 True, if the downloaded page is valid HTML code, or False otherwise.
362 # All links downloaded and parsed so far.
400 MAX_SAME_DOMAIN_URLS_NO defines the number of pages that can be downloaded
412 Adding up the above URLs gives 30 URLs that can be downloaded concurrently.
415 and only 15 pages would be downloaded concurrently from the same domain
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_download 20 at port 8022 via user@localhost. The SSH key will be downloaded into
  /external/chromium_org/tools/valgrind/
waterfall.sh 172 match Test the local suppression files against the downloaded logs
  /external/chromium_org/ui/file_manager/image_loader/
worker.js 15 * However, if they have to be downloaded, then these requests are moved
24 * List of pending requests for images to be downloaded.
  /external/skia/platform_tools/barelinux/bin/
arm64_download 20 at port 8022 via user@localhost. The SSH key will be downloaded into
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 324 boolean downloaded = DownloadUtils.requestDownload(jc, url, tempFile);
326 if (downloaded) return tempFile;
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 127 * Builds a summary of current state and exports it as a downloaded file.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 166 * True if this attachment can be downloaded again.
278 // perform a second insert to put the updated size and downloaded size values in
668 * @param downloaded Whether that specific rendition is downloaded.
669 * @return A packed int describing the updated downloaded states of the multiple attachments.
672 boolean downloaded) {
677 if (downloaded) {
692 * @return The downloaded state of that particular rendition of that particular attachment.
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 494 // User downloaded the ADT Bundle
497 // User downloaded the SDK Tools
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt

Completed in 815 milliseconds

1 2