HomeSort by relevance Sort by last modified time
    Searched refs:OnInstantSupportDetermined (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router.cc 163 OnInstantSupportDetermined)
189 void SearchIPCRouter::OnInstantSupportDetermined(int page_seq_no,
194 delegate_->OnInstantSupportDetermined(instant_support);
203 delegate_->OnInstantSupportDetermined(true);
215 delegate_->OnInstantSupportDetermined(true);
230 delegate_->OnInstantSupportDetermined(true);
242 delegate_->OnInstantSupportDetermined(true);
254 delegate_->OnInstantSupportDetermined(true);
265 delegate_->OnInstantSupportDetermined(true);
277 delegate_->OnInstantSupportDetermined(true)
    [all...]
search_ipc_router.h 36 virtual void OnInstantSupportDetermined(bool supports_instant) = 0;
125 // results in a call to OnInstantSupportDetermined() when the reply is
189 void OnInstantSupportDetermined(int page_seq_no, bool supports_instant) const;
search_tab_helper_unittest.cc 56 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));
127 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(0);
139 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(1);
162 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(false)).Times(0);
search_tab_helper.h 163 virtual void OnInstantSupportDetermined(bool supports_instant) OVERRIDE;
194 // results in a call to OnInstantSupportDetermined() when the reply is
search_tab_helper.cc 419 void SearchTabHelper::OnInstantSupportDetermined(bool supports_instant) {
search_ipc_router_unittest.cc 47 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));
    [all...]

Completed in 57 milliseconds