Searched refs:GetCurrentEntryIndex (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate.h41 virtual int GetCurrentEntryIndex() const = 0;
H A Dsynced_tab_delegate_android.cc51 int SyncedTabDelegateAndroid::GetCurrentEntryIndex() const { function in class:browser_sync::SyncedTabDelegateAndroid
53 ->GetCurrentEntryIndex();
H A Dsynced_tab_delegate_android.h33 virtual int GetCurrentEntryIndex() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.cc60 int TabContentsSyncedTabDelegate::GetCurrentEntryIndex() const { function in class:TabContentsSyncedTabDelegate
61 return web_contents_->GetController().GetCurrentEntryIndex();
H A Dtab_contents_synced_tab_delegate.h29 virtual int GetCurrentEntryIndex() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc305 contents->GetController().GetCurrentEntryIndex() - 1;
307 items = contents->GetController().GetCurrentEntryIndex();
322 int current_entry = contents->GetController().GetCurrentEntryIndex();
400 int entry = contents->GetController().GetCurrentEntryIndex() + offset;
435 index += contents->GetController().GetCurrentEntryIndex() + 1;
438 index = contents->GetController().GetCurrentEntryIndex() - (index + 1);
/external/chromium_org/chrome/browser/search/
H A Dsearch_terms_tracker.cc91 for (int i = controller->GetCurrentEntryIndex(); i >= 0; --i) {
99 if (i != controller->GetCurrentEntryIndex()) {
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_browsertest.cc44 const int current = controller.GetCurrentEntryIndex();
/external/chromium_org/content/browser/
H A Dcross_site_transfer_browsertest.cc284 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
304 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
340 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
351 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
391 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
408 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
454 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h239 virtual int GetCurrentEntryIndex() const = 0;
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_android.cc230 return navigation_controller_->GetCurrentEntryIndex();
243 for (int i = navigation_controller_->GetCurrentEntryIndex() + increment_value;
H A Dnavigation_controller_impl.cc310 current_index = GetCurrentEntryIndex();
470 int NavigationControllerImpl::GetCurrentEntryIndex() const { function in class:content::NavigationControllerImpl
517 return GetCurrentEntryIndex() + offset;
531 return entries_.size() > 1 && GetCurrentEntryIndex() > 0;
535 int index = GetCurrentEntryIndex();
551 int current_index = GetCurrentEntryIndex();
572 int current_index = GetCurrentEntryIndex();
1343 // Insert the entries from source. Don't use source->GetCurrentEntryIndex as
H A Dnavigation_controller_impl_unittest.cc1988 EXPECT_EQ(2, controller.GetCurrentEntryIndex());
1999 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
2012 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
2107 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
2121 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
2149 EXPECT_EQ(2, controller.GetCurrentEntryIndex());
3351 ASSERT_EQ(0, other_controller.GetCurrentEntryIndex());
3419 ASSERT_EQ(2, other_controller.GetCurrentEntryIndex());
3466 ASSERT_EQ(1, other_controller.GetCurrentEntryIndex());
3504 ASSERT_EQ(2, other_controller.GetCurrentEntryIndex());
[all...]
H A Dnavigation_controller_impl.h47 virtual int GetCurrentEntryIndex() const OVERRIDE;
H A Dnavigation_entry_screenshot_manager.cc223 const int current = owner_->GetCurrentEntryIndex();
/external/chromium_org/chrome/browser/
H A Dbrowser_commands_unittest.cc94 EXPECT_EQ(2, controller.GetCurrentEntryIndex());
132 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
/external/chromium_org/android_webview/native/
H A Dstate_serializer.cc52 const int selected_entry = controller.GetCurrentEntryIndex();
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc838 const int current_index = tab_delegate.GetCurrentEntryIndex();
850 const int current_index = tab_delegate.GetCurrentEntryIndex();
958 const int current_index = tab_delegate.GetCurrentEntryIndex();
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc193 int index = controller.GetCurrentEntryIndex();
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_proxy.cc333 tab->SetInteger("index", controller.GetCurrentEntryIndex());
/external/chromium_org/content/shell/browser/
H A Dshell.cc220 int current_index = web_contents_->GetController().GetCurrentEntryIndex();
H A Dwebkit_test_controller.cc634 web_contents->GetController().GetCurrentEntryIndex());
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.cc419 tab->current_navigation_index = controller->GetCurrentEntryIndex();
H A Dsession_service.cc715 web_contents->GetController().GetCurrentEntryIndex();
1346 const int current_index = tab->GetController().GetCurrentEntryIndex();
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc671 web_contents()->GetController().GetCurrentEntryIndex());

Completed in 2039 milliseconds

12