Home
last modified time | relevance | path

Searched refs:OnInstantSupportDetermined (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
Dsearch_ipc_router.cc163 OnInstantSupportDetermined) in OnMessageReceived()
189 void SearchIPCRouter::OnInstantSupportDetermined(int page_seq_no, in OnInstantSupportDetermined() function in SearchIPCRouter
194 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 …]
Dsearch_ipc_router.h36 virtual void OnInstantSupportDetermined(bool supports_instant) = 0;
189 void OnInstantSupportDetermined(int page_seq_no, bool supports_instant) const;
Dsearch_tab_helper_unittest.cc56 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()
Dsearch_tab_helper.h163 virtual void OnInstantSupportDetermined(bool supports_instant) OVERRIDE;
Dsearch_tab_helper.cc419 void SearchTabHelper::OnInstantSupportDetermined(bool supports_instant) { in OnInstantSupportDetermined() function in SearchTabHelper
Dsearch_ipc_router_unittest.cc47 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));