Searched refs:OnInstantSupportDetermined (Results 1 – 6 of 6) sorted by relevance
163 OnInstantSupportDetermined) in OnMessageReceived()189 void SearchIPCRouter::OnInstantSupportDetermined(int page_seq_no, in OnInstantSupportDetermined() function in SearchIPCRouter194 delegate_->OnInstantSupportDetermined(instant_support); in OnInstantSupportDetermined()203 delegate_->OnInstantSupportDetermined(true); in OnVoiceSearchSupportDetermined()215 delegate_->OnInstantSupportDetermined(true); in OnFocusOmnibox()230 delegate_->OnInstantSupportDetermined(true); in OnSearchBoxNavigate()242 delegate_->OnInstantSupportDetermined(true); in OnDeleteMostVisitedItem()254 delegate_->OnInstantSupportDetermined(true); in OnUndoMostVisitedDeletion()265 delegate_->OnInstantSupportDetermined(true); in OnUndoAllMostVisitedDeletions()277 delegate_->OnInstantSupportDetermined(true); in OnLogEvent()[all …]
36 virtual void OnInstantSupportDetermined(bool supports_instant) = 0;189 void OnInstantSupportDetermined(int page_seq_no, bool supports_instant) const;
56 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));127 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(0); in TEST_F()139 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(1); in TEST_F()162 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(false)).Times(0); in TEST_F()
163 virtual void OnInstantSupportDetermined(bool supports_instant) OVERRIDE;
419 void SearchTabHelper::OnInstantSupportDetermined(bool supports_instant) { in OnInstantSupportDetermined() function in SearchTabHelper
47 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));