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 162 OnInstantSupportDetermined)
188 void SearchIPCRouter::OnInstantSupportDetermined(int page_seq_no,
193 delegate_->OnInstantSupportDetermined(instant_support);
202 delegate_->OnInstantSupportDetermined(true);
214 delegate_->OnInstantSupportDetermined(true);
229 delegate_->OnInstantSupportDetermined(true);
241 delegate_->OnInstantSupportDetermined(true);
253 delegate_->OnInstantSupportDetermined(true);
264 delegate_->OnInstantSupportDetermined(true);
276 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 50 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));
121 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(0);
133 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(1);
156 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(false)).Times(0);
search_tab_helper.h 167 virtual void OnInstantSupportDetermined(bool supports_instant) OVERRIDE;
203 // results in a call to OnInstantSupportDetermined() when the reply is
search_tab_helper.cc 408 void SearchTabHelper::OnInstantSupportDetermined(bool supports_instant) {
search_ipc_router_unittest.cc 47 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));
    [all...]

Completed in 1933 milliseconds