HomeSort by relevance Sort by last modified time
    Searched full:expected_icon_path (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager_browsertest.cc 361 base::FilePath expected_icon_path; local
362 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &expected_icon_path));
363 expected_icon_path =
364 expected_icon_path.AppendASCII(KioskAppManager::kIconCacheDir)
367 EXPECT_EQ(expected_icon_path.value(), icon_path_string);
528 base::FilePath expected_icon_path; local
529 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &expected_icon_path));
530 expected_icon_path = expected_icon_path.
533 EXPECT_EQ(expected_icon_path.value(), icon_path_string)
    [all...]

Completed in 178 milliseconds