Home
last modified time | relevance | path

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

/external/chromium_org/chrome/installer/util/
Dproduct.h107 bool SetMsiMarker(bool system_install, bool set) const;
Dproduct_unittest.cc132 EXPECT_TRUE(product->SetMsiMarker(system_level, true)); in TEST_F()
Dproduct.cc119 bool Product::SetMsiMarker(bool system_install, bool set) const { in SetMsiMarker() function in installer::Product
/external/chromium_org/chrome/installer/setup/
Duninstall.cc1162 product.SetMsiMarker(installer_state.system_install(), false); in UninstallProduct()