Searched refs:ImagePreReader (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/app/
H A Dimage_pre_reader_win.h17 class ImagePreReader { class
H A Dimage_pre_reader_win.cc191 bool ImagePreReader::PartialPreReadImageOnDisk(const wchar_t* file_path,
275 bool ImagePreReader::PartialPreReadImageInMemory(const wchar_t* file_path,
327 bool ImagePreReader::PreReadImage(const wchar_t* file_path,
398 bool ImagePreReader::PartialPreReadImage(const wchar_t* file_path,
H A Dclient_util.cc62 ImagePreReader::PartialPreReadImage(dir->c_str(), percent, kStepSize);
/external/chromium_org/chrome_frame/test/perf/
H A Dchrome_frame_perftest.cc431 EXPECT_TRUE(ImagePreReader::PreReadImage(chrome_exe_.value().c_str(),
434 EXPECT_TRUE(ImagePreReader::PreReadImage(chrome_dll_.value().c_str(),
439 ImagePreReader::PartialPreReadImage(chrome_exe_.value().c_str(),
443 ImagePreReader::PartialPreReadImage(chrome_dll_.value().c_str(),
955 TEST(ImagePreReader, PreReadImage) {
968 ImagePreReader::PreReadImage(module_path, 0, kStepSize));
970 ImagePreReader::PreReadImage(module_path, file_size / 4, kStepSize));
972 ImagePreReader::PreReadImage(module_path, file_size / 2, kStepSize));
974 ImagePreReader::PreReadImage(module_path, file_size, kStepSize));
976 ImagePreReader
[all...]

Completed in 120 milliseconds