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

  /external/chromium_org/chrome/installer/util/
installer_state.cc 132 if (FindProduct(BrowserDistribution::CHROME_APP_HOST)) {
149 if (FindProduct(BrowserDistribution::CHROME_BROWSER))
152 if (need_binaries && !FindProduct(BrowserDistribution::CHROME_BINARIES)) {
162 if (FindProduct(BrowserDistribution::CHROME_BROWSER)) {
188 !FindProduct(conditional_additions[i].type)) {
225 if (!FindProduct(type)) {
369 if (FindProduct(product.distribution()->GetType()) != NULL) {
494 const Product* InstallerState::FindProduct(
781 const Product* product = FindProduct(type);
833 return system_install() && FindProduct(BrowserDistribution::CHROME_BROWSER)
    [all...]
installer_state.h 155 const Product* FindProduct(BrowserDistribution::Type distribution_type) const;
installer_state_unittest.cc 85 EXPECT_TRUE(installer_state->FindProduct(BrowserDistribution::CHROME_BROWSER)
649 EXPECT_TRUE(installer_state.FindProduct(BrowserDistribution::CHROME_BROWSER));
673 EXPECT_TRUE(installer_state.FindProduct(BrowserDistribution::CHROME_BROWSER));
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 199 if (!installer_state->FindProduct(type)) {
383 installer_state->FindProduct(BrowserDistribution::CHROME_BROWSER);
385 installer_state->FindProduct(BrowserDistribution::CHROME_APP_HOST);
387 installer_state->FindProduct(BrowserDistribution::CHROME_BINARIES);
482 if (installer_state->FindProduct(BrowserDistribution::CHROME_APP_HOST)) {
680 installer_state.FindProduct(BrowserDistribution::CHROME_BROWSER);
697 if (installer_state.FindProduct(BrowserDistribution::CHROME_BINARIES)) {
    [all...]
install_worker.cc 160 !installer_state.FindProduct(BrowserDistribution::CHROME_APP_HOST)) {
312 !installer_state.FindProduct(BrowserDistribution::CHROME_BINARIES));
    [all...]
install.cc 534 installer_state.FindProduct(BrowserDistribution::CHROME_APP_HOST);
550 installer_state.FindProduct(BrowserDistribution::CHROME_BROWSER);
setup_util.cc 332 const Product* product = installer_state.FindProduct(type);
uninstall.cc 214 !installer_state.FindProduct(dist_type)) {
576 if (installer_state.FindProduct(BrowserDistribution::CHROME_FRAME)) {
    [all...]
install_worker_unittest.cc 320 if (installer_state->FindProduct(BrowserDistribution::CHROME_BINARIES))
    [all...]

Completed in 5582 milliseconds