GetCurrentEntryIndex   52 android_webview/native/state_serializer.cc   const int selected_entry = controller.GetCurrentEntryIndex();
GetCurrentEntryIndex   92 chrome/browser/browser_commands_unittest.cc   EXPECT_EQ(2, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  130 chrome/browser/browser_commands_unittest.cc   EXPECT_EQ(0, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  632 chrome/browser/guestview/webview/webview_guest.cc       guest_web_contents()->GetController().GetCurrentEntryIndex());
GetCurrentEntryIndex  211 chrome/browser/safe_browsing/browser_feature_extractor.cc   int index = controller.GetCurrentEntryIndex();
GetCurrentEntryIndex   91 chrome/browser/search/search_terms_tracker.cc   for (int i = controller->GetCurrentEntryIndex(); i >= 0; --i) {
GetCurrentEntryIndex   98 chrome/browser/search/search_terms_tracker.cc         if (i != controller->GetCurrentEntryIndex()) {
GetCurrentEntryIndex  503 chrome/browser/sessions/session_restore_browsertest.cc   EXPECT_EQ(1, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  670 chrome/browser/sessions/session_service.cc           web_contents->GetController().GetCurrentEntryIndex();
GetCurrentEntryIndex 1309 chrome/browser/sessions/session_service.cc   const int current_index = tab->GetController().GetCurrentEntryIndex();
GetCurrentEntryIndex  418 chrome/browser/sessions/tab_restore_service_helper.cc   tab->current_navigation_index = controller->GetCurrentEntryIndex();
GetCurrentEntryIndex  394 chrome/browser/sync/glue/session_model_associator.cc   const int current_index = tab_delegate.GetCurrentEntryIndex();
GetCurrentEntryIndex  406 chrome/browser/sync/glue/session_model_associator.cc   const int current_index = tab_delegate.GetCurrentEntryIndex();
GetCurrentEntryIndex  496 chrome/browser/sync/glue/session_model_associator.cc   session_tab->current_navigation_index = tab_delegate.GetCurrentEntryIndex();
GetCurrentEntryIndex  501 chrome/browser/sync/glue/session_model_associator.cc   const int current_index = tab_delegate.GetCurrentEntryIndex();
GetCurrentEntryIndex  182 chrome/browser/sync/glue/session_model_associator_unittest.cc   MOCK_CONST_METHOD0(GetCurrentEntryIndex, int());
GetCurrentEntryIndex  236 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillRepeatedly(Return(0));
GetCurrentEntryIndex  248 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillRepeatedly(Return(0));
GetCurrentEntryIndex  259 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillRepeatedly(Return(0));
GetCurrentEntryIndex  272 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillRepeatedly(Return(0));
GetCurrentEntryIndex  293 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillOnce(Return(0));
GetCurrentEntryIndex  306 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillOnce(Return(0));
GetCurrentEntryIndex  340 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillRepeatedly(Return(2));
GetCurrentEntryIndex  405 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetCurrentEntryIndex()).WillRepeatedly(Return(0));
GetCurrentEntryIndex   41 chrome/browser/sync/glue/synced_tab_delegate.h   virtual int GetCurrentEntryIndex() const = 0;
GetCurrentEntryIndex   53 chrome/browser/sync/glue/synced_tab_delegate_android.cc       ->GetCurrentEntryIndex();
GetCurrentEntryIndex   33 chrome/browser/sync/glue/synced_tab_delegate_android.h   virtual int GetCurrentEntryIndex() const OVERRIDE;
GetCurrentEntryIndex  798 chrome/browser/sync/sessions2/sessions_sync_manager.cc   const int current_index = tab_delegate.GetCurrentEntryIndex();
GetCurrentEntryIndex  810 chrome/browser/sync/sessions2/sessions_sync_manager.cc   const int current_index = tab_delegate.GetCurrentEntryIndex();
GetCurrentEntryIndex  912 chrome/browser/sync/sessions2/sessions_sync_manager.cc   session_tab->current_navigation_index = tab_delegate.GetCurrentEntryIndex();
GetCurrentEntryIndex  917 chrome/browser/sync/sessions2/sessions_sync_manager.cc   const int current_index = tab_delegate.GetCurrentEntryIndex();
GetCurrentEntryIndex   54 chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc   return web_contents_->GetController().GetCurrentEntryIndex();
GetCurrentEntryIndex   29 chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h   virtual int GetCurrentEntryIndex() const OVERRIDE;
GetCurrentEntryIndex  308 chrome/browser/ui/toolbar/back_forward_menu_model.cc             contents->GetController().GetCurrentEntryIndex() - 1;
GetCurrentEntryIndex  310 chrome/browser/ui/toolbar/back_forward_menu_model.cc     items = contents->GetController().GetCurrentEntryIndex();
GetCurrentEntryIndex  325 chrome/browser/ui/toolbar/back_forward_menu_model.cc   int current_entry = contents->GetController().GetCurrentEntryIndex();
GetCurrentEntryIndex  403 chrome/browser/ui/toolbar/back_forward_menu_model.cc   int entry = contents->GetController().GetCurrentEntryIndex() + offset;
GetCurrentEntryIndex  438 chrome/browser/ui/toolbar/back_forward_menu_model.cc       index += contents->GetController().GetCurrentEntryIndex() + 1;
GetCurrentEntryIndex  441 chrome/browser/ui/toolbar/back_forward_menu_model.cc       index = contents->GetController().GetCurrentEntryIndex() - (index + 1);
GetCurrentEntryIndex  325 chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc     tab->SetInteger("index", controller.GetCurrentEntryIndex());
GetCurrentEntryIndex   44 chrome/browser/ui/webui/options/options_browsertest.cc   const int current = controller.GetCurrentEntryIndex();
GetCurrentEntryIndex 1532 content/browser/android/content_view_core_impl.cc   return controller.GetCurrentEntryIndex();
GetCurrentEntryIndex 1545 content/browser/android/content_view_core_impl.cc   for (int i = controller.GetCurrentEntryIndex() + increment_value;
GetCurrentEntryIndex  287 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(0, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  307 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(1, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  343 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(0, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  354 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(1, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  394 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(0, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  411 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(1, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  457 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(0, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  384 content/browser/devtools/renderer_overrides_handler.cc           controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  294 content/browser/frame_host/navigation_controller_impl.cc     current_index = GetCurrentEntryIndex();
GetCurrentEntryIndex  506 content/browser/frame_host/navigation_controller_impl.cc   return GetCurrentEntryIndex() + offset;
GetCurrentEntryIndex  520 content/browser/frame_host/navigation_controller_impl.cc   return entries_.size() > 1 && GetCurrentEntryIndex() > 0;
GetCurrentEntryIndex  524 content/browser/frame_host/navigation_controller_impl.cc   int index = GetCurrentEntryIndex();
GetCurrentEntryIndex  540 content/browser/frame_host/navigation_controller_impl.cc   int current_index = GetCurrentEntryIndex();
GetCurrentEntryIndex  561 content/browser/frame_host/navigation_controller_impl.cc   int current_index = GetCurrentEntryIndex();
GetCurrentEntryIndex   47 content/browser/frame_host/navigation_controller_impl.h   virtual int GetCurrentEntryIndex() const OVERRIDE;
GetCurrentEntryIndex 1946 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(2, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 1957 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(1, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 1970 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 2065 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 2079 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(1, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 2107 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(2, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3131 content/browser/frame_host/navigation_controller_impl_unittest.cc   ASSERT_EQ(0, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3199 content/browser/frame_host/navigation_controller_impl_unittest.cc   ASSERT_EQ(2, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3246 content/browser/frame_host/navigation_controller_impl_unittest.cc   ASSERT_EQ(1, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3284 content/browser/frame_host/navigation_controller_impl_unittest.cc   ASSERT_EQ(2, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3324 content/browser/frame_host/navigation_controller_impl_unittest.cc   ASSERT_EQ(2, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3366 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(1, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3413 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(1, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3456 content/browser/frame_host/navigation_controller_impl_unittest.cc   ASSERT_EQ(2, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3509 content/browser/frame_host/navigation_controller_impl_unittest.cc   ASSERT_EQ(2, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3555 content/browser/frame_host/navigation_controller_impl_unittest.cc   ASSERT_EQ(1, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3612 content/browser/frame_host/navigation_controller_impl_unittest.cc   ASSERT_EQ(2, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3919 content/browser/frame_host/navigation_controller_impl_unittest.cc     EXPECT_EQ(i, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3954 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(5, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 3972 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(7, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 4016 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(1, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex 4040 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  238 content/browser/frame_host/navigation_entry_screenshot_manager.cc   const int current = owner_->GetCurrentEntryIndex();
GetCurrentEntryIndex 3119 content/browser/web_contents/web_contents_impl.cc         controller_.GetCurrentEntryIndex()));
GetCurrentEntryIndex 2252 content/browser/web_contents/web_contents_impl_unittest.cc   EXPECT_EQ(1, other_controller.GetCurrentEntryIndex());
GetCurrentEntryIndex  244 content/public/browser/navigation_controller.h   virtual int GetCurrentEntryIndex() const = 0;
GetCurrentEntryIndex  209 content/shell/browser/shell.cc   int current_index = web_contents_->GetController().GetCurrentEntryIndex();
GetCurrentEntryIndex  620 content/shell/browser/webkit_test_controller.cc         web_contents->GetController().GetCurrentEntryIndex());