/external/chromium/chrome/browser/automation/ |
automation_tab_helper_unittest.cc | 23 mock_observer_.StartObserving(tab_helper()); 53 MockTabEventObserver mock_observer_; member in class:AutomationTabHelperTest 65 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(_)); 71 tab_helper()->RemoveObserver(&mock_observer_); 79 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())) 82 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents())) 95 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())); 96 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents())); 108 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())) 111 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents()) [all...] |
/external/chromium/chrome/browser/sync/notifier/ |
invalidation_notifier_unittest.cc | 38 invalidation_notifier_->AddObserver(&mock_observer_); 42 invalidation_notifier_->RemoveObserver(&mock_observer_); 50 StrictMock<MockSyncNotifierObserver> mock_observer_; member in class:sync_notifier::__anon3012::InvalidationNotifierTest 64 EXPECT_CALL(mock_observer_, OnNotificationStateChange(true)); 65 EXPECT_CALL(mock_observer_, StoreState("new_fake_state")); 66 EXPECT_CALL(mock_observer_, OnIncomingNotification(type_payloads)); 67 EXPECT_CALL(mock_observer_, OnNotificationStateChange(false));
|
non_blocking_invalidation_notifier_unittest.cc | 38 invalidation_notifier_->AddObserver(&mock_observer_); 42 invalidation_notifier_->RemoveObserver(&mock_observer_); 56 StrictMock<MockSyncNotifierObserver> mock_observer_; member in class:sync_notifier::__anon3013::NonBlockingInvalidationNotifierTest
|