Searched defs:expected_change (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_disabled_ui_browsertest.cc88 int expected_change) {
90 if (UpdateExtension(extension->id(), crx_path, expected_change))
94 EXPECT_EQ(size_before + expected_change,
85 UpdateIncreasingPermissionExtension( const Extension* extension, const base::FilePath& crx_path, int expected_change) argument
H A Dextension_install_ui_browsertest.cc59 int expected_change = GetTheme() ? 0 : 1; local
61 ASSERT_TRUE(InstallExtensionWithUIAutoConfirm(theme_path, expected_change,
H A Dextension_browsertest.h125 // |expected_change| indicates how many extensions should be installed (or
130 int expected_change) {
132 std::string(), path, INSTALL_UI_TYPE_NONE, expected_change);
139 int expected_change,
144 expected_change,
150 const base::FilePath& path, int expected_change);
156 int expected_change) {
158 expected_change);
163 const std::string& id, const base::FilePath& path, int expected_change);
169 int expected_change) {
129 InstallExtension(const base::FilePath& path, int expected_change) argument
137 InstallExtension( const base::FilePath& path, int expected_change, extensions::Manifest::Location install_source) argument
154 UpdateExtension(const std::string& id, const base::FilePath& path, int expected_change) argument
167 InstallExtensionWithUI( const base::FilePath& path, int expected_change) argument
174 InstallExtensionWithUIAutoConfirm( const base::FilePath& path, int expected_change, Browser* browser) argument
186 InstallExtensionWithSourceAndFlags( const base::FilePath& path, int expected_change, extensions::Manifest::Location install_source, extensions::Extension::InitFromValueFlags creation_flags) argument
202 InstallEphemeralAppWithSourceAndFlags( const base::FilePath& path, int expected_change, extensions::Manifest::Location install_source, extensions::Extension::InitFromValueFlags creation_flags) argument
[all...]
H A Dextension_browsertest.cc371 int expected_change) {
375 expected_change,
385 int expected_change) {
389 expected_change,
401 int expected_change) {
405 expected_change,
417 int expected_change,
423 expected_change,
435 int expected_change,
440 expected_change,
368 UpdateExtensionWaitForIdle( const std::string& id, const base::FilePath& path, int expected_change) argument
383 InstallExtensionFromWebstore( const base::FilePath& path, int expected_change) argument
397 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change) argument
413 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Browser* browser, Extension::InitFromValueFlags creation_flags) argument
431 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Manifest::Location install_source) argument
448 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Manifest::Location install_source, Browser* browser, Extension::InitFromValueFlags creation_flags, bool install_immediately, bool is_ephemeral) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker_unittest.cc85 const FileChange& expected_change) {
87 " expecting:" << expected_change.DebugString());
94 EXPECT_EQ(expected_change, changes.list()[0]);
84 VerifyAndClearChange(const FileSystemURL& url, const FileChange& expected_change) argument
H A Dsyncable_file_system_unittest.cc73 const FileChange& expected_change) {
75 " expecting:" << expected_change.DebugString());
82 EXPECT_EQ(expected_change, changes.front());
72 VerifyAndClearChange(const FileSystemURL& url, const FileChange& expected_change) argument
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store_unittest.cc112 ValueStoreChange expected_change = *expected_as_map[it->key()]; local
114 if (!ValuesEqual(expected_change.new_value(), it->new_value(), &error)) {
118 if (!ValuesEqual(expected_change.old_value(), it->old_value(), &error)) {
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_provider_browsertest.cc88 const Extension* InstallChromeApp(int expected_change) { argument
97 InstallExtension(test_data_path, expected_change);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_injection_browsertest.cc283 // "<test_name>:<expected_change>"
284 // where <test_name> is the name of the test and <expected_change> is
288 int expected_change = -1; local
290 !base::StringToInt(message.substr(sep + 1), &expected_change) ||
291 (expected_change < Action::NO_AD_INJECTION ||
292 expected_change >= Action::NUM_INJECTION_TYPES)) {
300 static_cast<Action::InjectionType>(expected_change);
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_extended_interactive_uitest.cc340 int expected_change = theme ? 0 : 1; local
344 theme_path, expected_change, ExtensionBrowserTest::browser()));

Completed in 276 milliseconds