Home | History | Annotate | Download | only in extensions

Lines Matching refs:FROM_WEBSTORE

659     InstallCRXInternal(path, Extension::FROM_WEBSTORE);
2588 ASSERT_TRUE(ValidateBooleanPref(good_crx, "from_webstore", false));
2589 ASSERT_FALSE(extension->from_webstore());
2595 ASSERT_TRUE(ValidateBooleanPref(good_crx, "from_webstore", true));
2600 ASSERT_TRUE(extension->from_webstore());
2606 ASSERT_TRUE(ValidateBooleanPref(good_crx, "from_webstore", true));
3925 Extension::FROM_WEBSTORE | Extension::WAS_INSTALLED_BY_DEFAULT);
3940 EXPECT_TRUE(extension->from_webstore());
4048 Extension::FROM_WEBSTORE | Extension::WAS_INSTALLED_BY_DEFAULT);
4059 EXPECT_TRUE(extension->from_webstore());
5065 base_path, Extension::FROM_WEBSTORE);