/external/chromium_org/chrome/browser/extensions/ |
extension_browsertest.h | 126 // |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) { [all...] |
extension_browsertest.cc | 379 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, [all...] |
extension_disabled_ui_browsertest.cc | 91 int expected_change) { 93 if (UpdateExtension(extension->id(), crx_path, expected_change)) 96 EXPECT_EQ(size_before + expected_change,
|
extension_install_ui_browsertest.cc | 59 int expected_change = GetTheme() ? 0 : 1; local 61 ASSERT_TRUE(InstallExtensionWithUIAutoConfirm(theme_path, expected_change,
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
ad_injection_browsertest.cc | 283 // "<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/sync_file_system/local/ |
syncable_file_system_unittest.cc | 74 const FileChange& expected_change) { 76 " expecting:" << expected_change.DebugString()); 83 EXPECT_EQ(expected_change, changes.front());
|
local_file_change_tracker_unittest.cc | 86 const FileChange& expected_change) { 88 " expecting:" << expected_change.DebugString()); 95 EXPECT_EQ(expected_change, changes.list()[0]);
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
web_data_service_unittest.cc | 296 const AutofillProfileChange expected_change( 298 EXPECT_CALL(observer_, AutofillProfileChanged(expected_change)) 333 const AutofillProfileChange expected_change( 335 EXPECT_CALL(observer_, AutofillProfileChanged(expected_change)) 379 const AutofillProfileChange expected_change( 382 EXPECT_CALL(observer_, AutofillProfileChanged(expected_change))
|
/external/chromium_org/chrome/browser/apps/drive/ |
drive_app_provider_browsertest.cc | 95 const Extension* InstallChromeApp(int expected_change) { 104 InstallExtension(test_data_path, expected_change);
|
/external/chromium_org/extensions/browser/value_store/ |
value_store_unittest.cc | 112 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/ui/search/ |
instant_extended_interactive_uitest.cc | 341 int expected_change = theme ? 0 : 1; local 345 theme_path, expected_change, ExtensionBrowserTest::browser())); [all...] |