HomeSort by relevance Sort by last modified time
    Searched refs:load_result (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/extensions/
image_loader.h 107 std::vector<LoadResult>* load_result);
110 const std::vector<LoadResult>* load_result,
image_loader.cc 284 std::vector<LoadResult>* load_result = new std::vector<LoadResult>; local
287 base::Bind(LoadImagesOnBlockingPool, info_list, bitmaps, load_result),
289 base::Owned(load_result), callback));
296 std::vector<LoadResult>* load_result) {
320 load_result->push_back(LoadResult(bitmap, original_size, *it));
325 const std::vector<LoadResult>* load_result,
331 for (std::vector<LoadResult>::const_iterator it = load_result->begin();
332 it != load_result->end(); ++it) {
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 155 SimpleIndexLoadResult* load_result = new SimpleIndexLoadResult(); local
156 scoped_ptr<SimpleIndexLoadResult> load_result_scoped(load_result);
161 index_file_->LoadIndexEntries(cache_mtime, reply, load_result);
349 scoped_ptr<SimpleIndexLoadResult> load_result) {
351 DCHECK(load_result->did_load);
353 SimpleIndex::EntrySet* index_file_entries = &load_result->entries;
385 if (load_result->flush_required)
simple_index.h 143 void MergeInitializingSet(scoped_ptr<SimpleIndexLoadResult> load_result);
simple_index_unittest.cc 86 SimpleIndexLoadResult* load_result() const { return load_result_; } function in class:disk_cache::MockSimpleIndexFile
138 index_file_->load_result()->entries.insert(std::make_pair(
143 index_file_->load_result()->did_load = true;
  /bionic/libc/tzcode/
localtime.c 943 register int load_result; local
973 load_result = tzload(TZDEFRULES, sp, FALSE);
974 if (load_result != 0)
994 if (*name == '\0' && load_result != 0)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 922 register int load_result; local
951 load_result = tzload(TZDEFRULES, sp, FALSE);
952 if (load_result != 0)
972 if (*name == '\0' && load_result != 0)
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 922 register int load_result; local
951 load_result = tzload(TZDEFRULES, sp, FALSE);
952 if (load_result != 0)
972 if (*name == '\0' && load_result != 0)
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 2488 int load_result; local
    [all...]

Completed in 161 milliseconds