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

  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router.cc 108 OnInstantSupportDetermined)
131 void SearchIPCRouter::OnInstantSupportDetermined(int page_id,
136 delegate_->OnInstantSupportDetermined(instant_support);
145 delegate_->OnInstantSupportDetermined(true);
157 delegate_->OnInstantSupportDetermined(true);
172 delegate_->OnInstantSupportDetermined(true);
184 delegate_->OnInstantSupportDetermined(true);
196 delegate_->OnInstantSupportDetermined(true);
207 delegate_->OnInstantSupportDetermined(true);
218 delegate_->OnInstantSupportDetermined(true)
    [all...]
search_ipc_router.h 36 virtual void OnInstantSupportDetermined(bool supports_instant) = 0;
111 // results in a call to OnInstantSupportDetermined() when the reply is
164 void OnInstantSupportDetermined(int page_id, bool supports_instant) const;
search_tab_helper_unittest.cc 45 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));
94 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(0);
106 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(1);
129 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(false)).Times(0);
search_tab_helper.h 155 virtual void OnInstantSupportDetermined(bool supports_instant) OVERRIDE;
188 // results in a call to OnInstantSupportDetermined() when the reply is
search_tab_helper.cc 352 void SearchTabHelper::OnInstantSupportDetermined(bool supports_instant) {
search_ipc_router_unittest.cc 47 MOCK_METHOD1(OnInstantSupportDetermined, void(bool supports_instant));
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 232 void OnInstantSupportDetermined(int32 page_id, bool result);
554 OnInstantSupportDetermined)
575 void InstantLoader::TabContentsDelegateImpl::OnInstantSupportDetermined(
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h     [all...]

Completed in 293 milliseconds