HomeSort by relevance Sort by last modified time
    Searched defs:expected_change (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc 59 int expected_change = GetTheme() ? 0 : 1; local
61 ASSERT_TRUE(InstallExtensionWithUIAutoConfirm(theme_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/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/ui/search/
instant_extended_interactive_uitest.cc 341 int expected_change = theme ? 0 : 1; local
345 theme_path, expected_change, ExtensionBrowserTest::browser()));
    [all...]

Completed in 1227 milliseconds