Home
last modified time | relevance | path

Searched refs:PartialPreReadImage (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/app/
Dimage_pre_reader_win.h55 static bool PartialPreReadImage(const wchar_t* file_path,
Dclient_util.cc171 ImagePreReader::PartialPreReadImage(dir->c_str(), percentage, kStepSize); in LoadChromeWithDirectory()
Dimage_pre_reader_win.cc398 bool ImagePreReader::PartialPreReadImage(const wchar_t* file_path, in PartialPreReadImage() function in ImagePreReader
/external/chromium_org/chrome_frame/test/perf/
Dchrome_frame_perftest.cc441 ImagePreReader::PartialPreReadImage(chrome_exe_.value().c_str(), in RunStartupTestImpl()
445 ImagePreReader::PartialPreReadImage(chrome_dll_.value().c_str(), in RunStartupTestImpl()
981 TEST(ImagePreReader, PartialPreReadImage) { in TEST() argument
989 ImagePreReader::PartialPreReadImage(module_path, 0, kStepSize)); in TEST()
991 ImagePreReader::PartialPreReadImage(module_path, 25, kStepSize)); in TEST()
993 ImagePreReader::PartialPreReadImage(module_path, 50, kStepSize)); in TEST()
995 ImagePreReader::PartialPreReadImage(module_path, 100, kStepSize)); in TEST()
997 ImagePreReader::PartialPreReadImage(module_path, 150, kStepSize)); in TEST()