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

  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 100 base::FilePath chrome_exe_; variable
  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 42 base::CreateTemporaryFileInDir(temp_dir_.path(), &chrome_exe_);
114 temp_properties.set_target(chrome_exe_);
122 temp_properties.set_target(chrome_exe_);
131 temp_properties.set_target(chrome_exe_);
139 temp_properties.set_target(chrome_exe_);
146 temp_properties.set_target(chrome_exe_);
152 temp_properties.set_target(chrome_exe_);
161 temp_properties.set_target(chrome_exe_);
170 temp_properties.set_target(chrome_exe_);
180 temp_properties.set_target(chrome_exe_);
207 base::FilePath chrome_exe_; member in class:__anon9244::ShellIntegrationWinMigrateShortcutTest
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_unittest.cc 77 chrome_exe_ = temp_dir_.path().Append(installer::kChromeExe);
78 EXPECT_EQ(0, base::WriteFile(chrome_exe_, "", 0));
81 product_->AddDefaultShortcutProperties(chrome_exe_, &chrome_properties);
83 expected_properties_.set_target(chrome_exe_);
190 base::FilePath chrome_exe_; member in class:__anon10268::InstallShortcutTest
258 chrome_exe_, *product_, *prefs_, installer::CURRENT_USER,
270 chrome_exe_, *product_, *prefs_, installer::ALL_USERS,
283 chrome_exe_, *product_, *prefs_alt_desktop, installer::CURRENT_USER,
297 chrome_exe_, *product_, *prefs_no_desktop, installer::CURRENT_USER,
310 chrome_exe_, *product_, *prefs_no_ql, installer::CURRENT_USER
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc 47 chrome_exe_ = temp_dir_.path().Append(installer::kChromeExe);
48 EXPECT_EQ(0, base::WriteFile(chrome_exe_, "", 0));
86 test_properties_.set_target(chrome_exe_);
146 expected_properties.set_target(chrome_exe_);
147 expected_properties.set_working_dir(chrome_exe_.DirName());
164 expected_properties.set_icon(chrome_exe_, icon_index);
202 base::FilePath chrome_exe_; member in class:__anon10335::ShellUtilShortcutTest
239 product_->AddDefaultShortcutProperties(chrome_exe_, &properties);
266 product_->AddDefaultShortcutProperties(chrome_exe_, &new_properties);
309 product_->AddDefaultShortcutProperties(chrome_exe_, &properties)
    [all...]

Completed in 1219 milliseconds