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

  /external/chromium_org/chrome/app/
image_pre_reader_win.h 55 static bool PartialPreReadImage(const wchar_t* file_path,
59 // Helper function used by PartialPreReadImage on Windows versions (Vista+)
66 // Helper function used by PartialPreReadImage on Windows versions (XP) where
client_util.cc 62 ImagePreReader::PartialPreReadImage(dir->c_str(), percent, kStepSize);
image_pre_reader_win.cc 398 bool ImagePreReader::PartialPreReadImage(const wchar_t* file_path,
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc 439 ImagePreReader::PartialPreReadImage(chrome_exe_.value().c_str(),
443 ImagePreReader::PartialPreReadImage(chrome_dll_.value().c_str(),
979 TEST(ImagePreReader, PartialPreReadImage) {
987 ImagePreReader::PartialPreReadImage(module_path, 0, kStepSize));
989 ImagePreReader::PartialPreReadImage(module_path, 25, kStepSize));
991 ImagePreReader::PartialPreReadImage(module_path, 50, kStepSize));
993 ImagePreReader::PartialPreReadImage(module_path, 100, kStepSize));
    [all...]

Completed in 1711 milliseconds