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

/external/chromium_org/chrome/browser/extensions/
H A Dextension_disabled_ui_browsertest.cc91 int expected_change) {
93 if (UpdateExtension(extension->id(), crx_path, expected_change))
96 EXPECT_EQ(size_before + expected_change,
88 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.h126 // |expected_change| indicates how many extensions should be installed (or
131 int expected_change) {
133 std::string(), path, INSTALL_UI_TYPE_NONE, expected_change);
140 int expected_change,
145 expected_change,
151 const base::FilePath& path, int expected_change);
157 int expected_change) {
159 expected_change);
164 const std::string& id, const base::FilePath& path, int expected_change);
170 int expected_change) {
130 InstallExtension(const base::FilePath& path, int expected_change) argument
138 InstallExtension( const base::FilePath& path, int expected_change, extensions::Manifest::Location install_source) argument
155 UpdateExtension(const std::string& id, const base::FilePath& path, int expected_change) argument
168 InstallExtensionWithUI( const base::FilePath& path, int expected_change) argument
175 InstallExtensionWithUIAutoConfirm( const base::FilePath& path, int expected_change, Browser* browser) argument
187 InstallExtensionWithSourceAndFlags( const base::FilePath& path, int expected_change, extensions::Manifest::Location install_source, extensions::Extension::InitFromValueFlags creation_flags) argument
203 InstallEphemeralAppWithSourceAndFlags( const base::FilePath& path, int expected_change, extensions::Manifest::Location install_source, extensions::Extension::InitFromValueFlags creation_flags) argument
[all...]
H A Dextension_browsertest.cc379 int expected_change) {
383 expected_change,
393 int expected_change) {
397 expected_change,
409 int expected_change) {
413 expected_change,
425 int expected_change,
431 expected_change,
443 int expected_change,
448 expected_change,
376 UpdateExtensionWaitForIdle( const std::string& id, const base::FilePath& path, int expected_change) argument
391 InstallExtensionFromWebstore( const base::FilePath& path, int expected_change) argument
405 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change) argument
421 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Browser* browser, Extension::InitFromValueFlags creation_flags) argument
439 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Manifest::Location install_source) argument
456 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.cc86 const FileChange& expected_change) {
88 " expecting:" << expected_change.DebugString());
95 EXPECT_EQ(expected_change, changes.list()[0]);
85 VerifyAndClearChange(const FileSystemURL& url, const FileChange& expected_change) argument
H A Dsyncable_file_system_unittest.cc74 const FileChange& expected_change) {
76 " expecting:" << expected_change.DebugString());
83 EXPECT_EQ(expected_change, changes.front());
73 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.cc95 const Extension* InstallChromeApp(int expected_change) { argument
104 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.cc341 int expected_change = theme ? 0 : 1; local
345 theme_path, expected_change, ExtensionBrowserTest::browser()));

Completed in 904 milliseconds