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

  /external/chromium_org/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc 32 : expected_type_(NOTIFICATION_TYPE_NONE),
38 EXPECT_EQ(expected_type_, NOTIFICATION_TYPE_GRANT);
41 expected_type_ = NOTIFICATION_TYPE_NONE;
46 EXPECT_EQ(expected_type_, NOTIFICATION_TYPE_REVOKE);
49 expected_type_ = NOTIFICATION_TYPE_NONE;
53 EXPECT_EQ(expected_type_, NOTIFICATION_TYPE_CLEAR);
54 expected_type_ = NOTIFICATION_TYPE_NONE;
59 expected_type_ = NOTIFICATION_TYPE_GRANT;
66 expected_type_ = NOTIFICATION_TYPE_REVOKE;
72 expected_type_ = NOTIFICATION_TYPE_CLEAR
85 } expected_type_; member in class:ExtensionSpecialStoragePolicyTest::PolicyChangeObserver
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.h 1190 PasswordStoreChange::Type expected_type_; member in class:PasswordStoreLoginsChangedObserver
    [all...]

Completed in 45 milliseconds