Searched refs:LoadInfo (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/sync/syncable/
H A Din_memory_directory_backing_store.cc41 if (!LoadInfo(kernel_load_info))
H A Ddeferred_on_disk_directory_backing_store.cc66 if (!LoadInfo(kernel_load_info))
H A Don_disk_directory_backing_store.cc56 if (!LoadInfo(kernel_load_info))
H A Ddirectory_backing_store.h102 bool LoadInfo(Directory::KernelLoadInfo* info);
H A Ddirectory_backing_store.cc583 bool DirectoryBackingStore::LoadInfo(Directory::KernelLoadInfo* info) { function in class:syncer::syncable::DirectoryBackingStore
/external/chromium_org/sync/test/
H A Dtest_directory_backing_store.cc39 if (!LoadInfo(kernel_load_info))
/external/pdfium/core/include/fxcodec/
H A Dfx_codec_provider.h29 virtual FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
H A Dfx_codec.h160 virtual FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
/external/pdfium/core/src/fxcodec/codec/
H A Dcodec_int.h138 FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
H A Dfx_codec_jpeg.cpp559 FX_BOOL CCodec_JpegModule::LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height, function in class:CCodec_JpegModule
564 return m_pExtProvider->LoadInfo(src_buf, src_size, width, height,
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc1850 struct LoadInfo { struct in namespace:content::__anon7219
1858 typedef std::map<GlobalRoutingID, LoadInfo> LoadInfoMap;
1923 LoadInfo& load_info = info_map[id];
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp17 LoadInfo(pData, size, width, height, num_comps, bits, color_trans)) {
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1222 struct LoadInfo { struct in class:__anon25770::LoadClusterMutation
1226 LoadInfo(SUnit *su, unsigned reg, unsigned ofs) function in struct:__anon25770::LoadClusterMutation::LoadInfo
1229 bool operator<(const LoadInfo &RHS) const {
1249 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords;
1255 LoadRecords.push_back(LoadInfo(SU, BaseReg, Offset));
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp596 if (pJpegModule->LoadInfo(src_data, src_size, m_Width, m_Height, comps, bpc, bTransform)) {

Completed in 1628 milliseconds