Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/search/
Dsearch_ipc_router.cc108 OnInstantSupportDetermined) in OnMessageReceived()
131 void SearchIPCRouter::OnInstantSupportDetermined(int page_id, in OnInstantSupportDetermined() function in SearchIPCRouter
136 delegate_->OnInstantSupportDetermined(instant_support); in OnInstantSupportDetermined()
145 delegate_->OnInstantSupportDetermined(true); in OnVoiceSearchSupportDetermined()
157 delegate_->OnInstantSupportDetermined(true); in OnFocusOmnibox()
172 delegate_->OnInstantSupportDetermined(true); in OnSearchBoxNavigate()
184 delegate_->OnInstantSupportDetermined(true); in OnDeleteMostVisitedItem()
196 delegate_->OnInstantSupportDetermined(true); in OnUndoMostVisitedDeletion()
207 delegate_->OnInstantSupportDetermined(true); in OnUndoAllMostVisitedDeletions()
218 delegate_->OnInstantSupportDetermined(true); in OnLogEvent()
[all …]
Dsearch_tab_helper_unittest.cc45 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));
94 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(0); in TEST_F()
106 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(1); in TEST_F()
129 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(false)).Times(0); in TEST_F()
Dsearch_ipc_router.h36 virtual void OnInstantSupportDetermined(bool supports_instant) = 0;
164 void OnInstantSupportDetermined(int page_id, bool supports_instant) const;
Dsearch_tab_helper.h155 virtual void OnInstantSupportDetermined(bool supports_instant) OVERRIDE;
Dsearch_tab_helper.cc352 void SearchTabHelper::OnInstantSupportDetermined(bool supports_instant) { in OnInstantSupportDetermined() function in SearchTabHelper
Dsearch_ipc_router_unittest.cc47 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));
/external/chromium/chrome/browser/instant/
Dinstant_loader.cc232 void OnInstantSupportDetermined(int32 page_id, bool result);
554 OnInstantSupportDetermined) in OnMessageReceived()
575 void InstantLoader::TabContentsDelegateImpl::OnInstantSupportDetermined( in OnInstantSupportDetermined() function in InstantLoader::TabContentsDelegateImpl
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h824 void OnInstantSupportDetermined(int32 page_id, bool result);