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

  /external/chromium_org/sync/syncable/
in_memory_directory_backing_store.cc 41 if (!LoadInfo(kernel_load_info))
deferred_on_disk_directory_backing_store.cc 66 if (!LoadInfo(kernel_load_info))
on_disk_directory_backing_store.cc 56 if (!LoadInfo(kernel_load_info))
directory_backing_store.h 102 bool LoadInfo(Directory::KernelLoadInfo* info);
directory_backing_store.cc 583 bool DirectoryBackingStore::LoadInfo(Directory::KernelLoadInfo* info) {
    [all...]
  /external/chromium_org/sync/test/
test_directory_backing_store.cc 39 if (!LoadInfo(kernel_load_info))
  /external/pdfium/core/include/fxcodec/
fx_codec_provider.h 29 virtual FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
fx_codec.h 160 virtual FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 138 FX_BOOL LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
fx_codec_jpeg.cpp 559 FX_BOOL CCodec_JpegModule::LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height,
564 return m_pExtProvider->LoadInfo(src_buf, src_size, width, height,
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 17 LoadInfo(pData, size, width, height, num_comps, bits, color_trans)) {
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 596 if (pJpegModule->LoadInfo(src_data, src_size, m_Width, m_Height, comps, bpc, bTransform)) {
    [all...]

Completed in 403 milliseconds