GetEntryAtIndex   124 android_webview/native/aw_settings.cc     controller.GetEntryAtIndex(i)->SetIsOverridingUserAgent(ua_overidden);
GetEntryAtIndex    64 android_webview/native/state_serializer.cc     if (!internal::WriteNavigationEntryToPickle(*controller.GetEntryAtIndex(i),
GetEntryAtIndex    93 chrome/browser/browser_commands_unittest.cc   EXPECT_EQ(url1, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex    94 chrome/browser/browser_commands_unittest.cc   EXPECT_EQ(url2, controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex    95 chrome/browser/browser_commands_unittest.cc   EXPECT_EQ(url3, controller.GetEntryAtIndex(2)->GetURL());
GetEntryAtIndex   131 chrome/browser/browser_commands_unittest.cc   EXPECT_EQ(url1, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex   132 chrome/browser/browser_commands_unittest.cc   EXPECT_EQ(view_source_url, controller.GetEntryAtIndex(0)->GetVirtualURL());
GetEntryAtIndex    63 chrome/browser/network_time/navigation_time_helper.cc     const void* entry_key = controller.GetEntryAtIndex(i);
GetEntryAtIndex  4046 chrome/browser/prerender/prerender_browsertest.cc             controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  4047 chrome/browser/prerender/prerender_browsertest.cc   EXPECT_EQ(dest_url(), controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  4101 chrome/browser/prerender/prerender_browsertest.cc             controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  4102 chrome/browser/prerender/prerender_browsertest.cc   EXPECT_EQ(url2, controller.GetEntryAtIndex(
GetEntryAtIndex   110 chrome/browser/safe_browsing/browser_feature_extractor.cc   NavigationEntry* entry = controller.GetEntryAtIndex(index);
GetEntryAtIndex   215 chrome/browser/safe_browsing/browser_feature_extractor.cc     NavigationEntry* entry = controller.GetEntryAtIndex(index);
GetEntryAtIndex    92 chrome/browser/search/search_terms_tracker.cc     content::NavigationEntry* entry = controller->GetEntryAtIndex(i);
GetEntryAtIndex   324 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   controller().GetEntryAtIndex(0)->SetHasPostData(true);
GetEntryAtIndex   325 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   controller().GetEntryAtIndex(1)->SetHasPostData(true);
GetEntryAtIndex   326 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   controller().GetEntryAtIndex(2)->SetHasPostData(true);
GetEntryAtIndex   504 chrome/browser/sessions/session_restore_browsertest.cc   EXPECT_EQ(url1, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex   505 chrome/browser/sessions/session_restore_browsertest.cc   EXPECT_EQ(url2, controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex   506 chrome/browser/sessions/session_restore_browsertest.cc   EXPECT_TRUE(controller.GetEntryAtIndex(0)->GetTimestamp().is_null());
GetEntryAtIndex   507 chrome/browser/sessions/session_restore_browsertest.cc   EXPECT_FALSE(controller.GetEntryAtIndex(1)->GetTimestamp().is_null());
GetEntryAtIndex   678 chrome/browser/sessions/session_service.cc               *web_contents->GetController().GetEntryAtIndex(
GetEntryAtIndex  1344 chrome/browser/sessions/session_service.cc         tab->GetController().GetEntryAtIndex(i);
GetEntryAtIndex   413 chrome/browser/sessions/tab_restore_service_helper.cc         controller->GetPendingEntry() : controller->GetEntryAtIndex(i);
GetEntryAtIndex   399 chrome/browser/sync/glue/session_model_associator.cc       tab_delegate.GetEntryAtIndex(current_index);
GetEntryAtIndex   411 chrome/browser/sync/glue/session_model_associator.cc       tab_delegate.GetEntryAtIndex(current_index);
GetEntryAtIndex   519 chrome/browser/sync/glue/session_model_associator.cc         tab_delegate.GetPendingEntry() : tab_delegate.GetEntryAtIndex(i);
GetEntryAtIndex  1135 chrome/browser/sync/glue/session_model_associator.cc        tab.GetPendingEntry() : tab.GetEntryAtIndex(i);
GetEntryAtIndex   186 chrome/browser/sync/glue/session_model_associator_unittest.cc   MOCK_CONST_METHOD1(GetEntryAtIndex, content::NavigationEntry*(int i));
GetEntryAtIndex   237 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(0)).WillRepeatedly(
GetEntryAtIndex   249 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(0)).WillRepeatedly(Return(entry.get()));
GetEntryAtIndex   260 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(0)).WillRepeatedly(Return(entry.get()));
GetEntryAtIndex   261 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(1)).WillRepeatedly(
GetEntryAtIndex   273 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(0)).WillRepeatedly(
GetEntryAtIndex   275 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(1)).WillRepeatedly(
GetEntryAtIndex   277 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(2)).WillRepeatedly(
GetEntryAtIndex   308 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(0)).WillOnce(Return(entry.get()));
GetEntryAtIndex   341 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(0)).WillRepeatedly(
GetEntryAtIndex   343 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(1)).WillRepeatedly(
GetEntryAtIndex   345 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(2)).WillRepeatedly(
GetEntryAtIndex   406 chrome/browser/sync/glue/session_model_associator_unittest.cc   EXPECT_CALL(tab_mock, GetEntryAtIndex(0)).WillRepeatedly(
GetEntryAtIndex    45 chrome/browser/sync/glue/synced_tab_delegate.h   virtual content::NavigationEntry* GetEntryAtIndex(int i) const = 0;
GetEntryAtIndex    73 chrome/browser/sync/glue/synced_tab_delegate_android.cc       ->GetEntryAtIndex(i);
GetEntryAtIndex    37 chrome/browser/sync/glue/synced_tab_delegate_android.h   virtual content::NavigationEntry* GetEntryAtIndex(int i) const OVERRIDE;
GetEntryAtIndex   376 chrome/browser/sync/profile_sync_service_session_unittest.cc           GetEntryAtIndex(0)->GetVirtualURL());
GetEntryAtIndex   378 chrome/browser/sync/profile_sync_service_session_unittest.cc           GetEntryAtIndex(1)->GetVirtualURL());
GetEntryAtIndex   382 chrome/browser/sync/profile_sync_service_session_unittest.cc       GetEntryAtIndex(0)->GetVirtualURL());
GetEntryAtIndex   384 chrome/browser/sync/profile_sync_service_session_unittest.cc       GetEntryAtIndex(1)->GetVirtualURL());
GetEntryAtIndex   934 chrome/browser/sync/profile_sync_service_session_unittest.cc       GetEntryAtIndex(0)->GetVirtualURL());
GetEntryAtIndex   991 chrome/browser/sync/profile_sync_service_session_unittest.cc           GetEntryAtIndex(0)->GetVirtualURL());
GetEntryAtIndex   993 chrome/browser/sync/profile_sync_service_session_unittest.cc           GetEntryAtIndex(1)->GetVirtualURL());
GetEntryAtIndex   997 chrome/browser/sync/profile_sync_service_session_unittest.cc       GetEntryAtIndex(0)->GetVirtualURL());
GetEntryAtIndex   999 chrome/browser/sync/profile_sync_service_session_unittest.cc       GetEntryAtIndex(1)->GetVirtualURL());
GetEntryAtIndex   803 chrome/browser/sync/sessions2/sessions_sync_manager.cc       tab_delegate.GetEntryAtIndex(current_index);
GetEntryAtIndex   815 chrome/browser/sync/sessions2/sessions_sync_manager.cc       tab_delegate.GetEntryAtIndex(current_index);
GetEntryAtIndex   935 chrome/browser/sync/sessions2/sessions_sync_manager.cc         tab_delegate.GetPendingEntry() : tab_delegate.GetEntryAtIndex(i);
GetEntryAtIndex  1465 chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc           GetEntryAtIndex(0)->GetVirtualURL());
GetEntryAtIndex  1467 chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc           GetEntryAtIndex(1)->GetVirtualURL());
GetEntryAtIndex  1471 chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc       GetEntryAtIndex(0)->GetVirtualURL());
GetEntryAtIndex  1473 chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc       GetEntryAtIndex(1)->GetVirtualURL());
GetEntryAtIndex    35 chrome/browser/sync/sessions2/sessions_util.cc        tab.GetPendingEntry() : tab.GetEntryAtIndex(i);
GetEntryAtIndex  1077 chrome/browser/ui/browser.cc         new_contents->GetController().GetEntryAtIndex(entry_count - 1),
GetEntryAtIndex   119 chrome/browser/ui/search_engines/search_engine_tab_helper.cc        entry = controller.GetEntryAtIndex(index))
GetEntryAtIndex   160 chrome/browser/ui/search_engines/search_engine_tab_helper.cc       controller.GetEntryAtIndex(last_index - 1)));
GetEntryAtIndex   473 chrome/browser/ui/sync/one_click_signin_helper.cc         nc->GetEntryAtIndex(history_index_to_remove_);
GetEntryAtIndex    70 chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc   return web_contents_->GetController().GetEntryAtIndex(i);
GetEntryAtIndex    33 chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h   virtual content::NavigationEntry* GetEntryAtIndex(int i) const OVERRIDE;
GetEntryAtIndex    72 chrome/browser/ui/tabs/pinned_tab_codec.cc       entry = web_contents->GetController().GetEntryAtIndex(0);
GetEntryAtIndex   365 chrome/browser/ui/toolbar/back_forward_menu_model.cc   NavigationEntry* start_entry = controller.GetEntryAtIndex(start_from);
GetEntryAtIndex   373 chrome/browser/ui/toolbar/back_forward_menu_model.cc               controller.GetEntryAtIndex(i)->GetURL(),
GetEntryAtIndex   384 chrome/browser/ui/toolbar/back_forward_menu_model.cc               controller.GetEntryAtIndex(i)->GetURL(),
GetEntryAtIndex   463 chrome/browser/ui/toolbar/back_forward_menu_model.cc     return controller.GetEntryAtIndex(controller_index);
GetEntryAtIndex   317 chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc       content::NavigationEntry *entry = controller.GetEntryAtIndex(i);
GetEntryAtIndex    46 chrome/browser/ui/webui/options/options_browsertest.cc     GURL url = controller.GetEntryAtIndex(i)->GetVirtualURL();
GetEntryAtIndex  1529 content/browser/android/content_view_core_impl.cc         env, obj, history, controller.GetEntryAtIndex(i), i);
GetEntryAtIndex  1552 content/browser/android/content_view_core_impl.cc         env, obj, history, controller.GetEntryAtIndex(i), i);
GetEntryAtIndex   288 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(url2, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex   308 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(url2, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex   309 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(url3, controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex   344 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(url2, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex   355 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(url2, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex   356 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(url3, controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex   395 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(url2b, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex   412 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(url2b, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex   413 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(url3b, controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex   458 content/browser/cross_site_transfer_browsertest.cc   EXPECT_EQ(url1, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex   387 content/browser/devtools/renderer_overrides_handler.cc         const NavigationEntry* entry = controller.GetEntryAtIndex(i);
GetEntryAtIndex   426 content/browser/devtools/renderer_overrides_handler.cc         if (controller.GetEntryAtIndex(i)->GetUniqueID() == entry_id) {
GetEntryAtIndex   297 content/browser/frame_host/navigation_controller_impl.cc           GetEntryAtIndex(current_index));
GetEntryAtIndex    52 content/browser/frame_host/navigation_controller_impl.h   virtual NavigationEntry* GetEntryAtIndex(int index) const OVERRIDE;
GetEntryAtIndex   469 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(0)->GetTimestamp().ToInternalValue());
GetEntryAtIndex   471 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(1)->GetTimestamp().ToInternalValue());
GetEntryAtIndex  1380 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.GetEntryAtIndex(0)->GetTimestamp().is_null());
GetEntryAtIndex  1381 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(controller.GetEntryAtIndex(1)->GetTimestamp(),
GetEntryAtIndex  1382 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(0)->GetTimestamp());
GetEntryAtIndex  1402 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(controller.GetEntryAtIndex(0)->GetTimestamp(),
GetEntryAtIndex  1403 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(1)->GetTimestamp());
GetEntryAtIndex  1573 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_FALSE(controller.GetEntryAtIndex(0)->GetTimestamp().is_null());
GetEntryAtIndex  1574 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(controller.GetEntryAtIndex(0)->GetTimestamp(),
GetEntryAtIndex  1575 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(1)->GetTimestamp());
GetEntryAtIndex  1595 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(controller.GetEntryAtIndex(1)->GetTimestamp(),
GetEntryAtIndex  1596 content/browser/frame_host/navigation_controller_impl_unittest.cc             controller.GetEntryAtIndex(0)->GetTimestamp());
GetEntryAtIndex  2296 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(0)->GetURL(),
GetEntryAtIndex  2308 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(0)->GetURL(),
GetEntryAtIndex  2344 content/browser/frame_host/navigation_controller_impl_unittest.cc                 our_controller.GetEntryAtIndex(0))->restore_type());
GetEntryAtIndex  2346 content/browser/frame_host/navigation_controller_impl_unittest.cc       our_controller.GetEntryAtIndex(0))->site_instance());
GetEntryAtIndex  2352 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(our_controller.GetEntryAtIndex(0),
GetEntryAtIndex  2354 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, our_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  2357 content/browser/frame_host/navigation_controller_impl_unittest.cc                 (our_controller.GetEntryAtIndex(0))->restore_type());
GetEntryAtIndex  2359 content/browser/frame_host/navigation_controller_impl_unittest.cc       our_controller.GetEntryAtIndex(0))->site_instance());
GetEntryAtIndex  2362 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(timestamp, our_controller.GetEntryAtIndex(0)->GetTimestamp());
GetEntryAtIndex  2389 content/browser/frame_host/navigation_controller_impl_unittest.cc                 our_controller.GetEntryAtIndex(0))->restore_type());
GetEntryAtIndex  2392 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_GE(our_controller.GetEntryAtIndex(0)->GetTimestamp(), timestamp);
GetEntryAtIndex  2419 content/browser/frame_host/navigation_controller_impl_unittest.cc                 our_controller.GetEntryAtIndex(0))->restore_type());
GetEntryAtIndex  2421 content/browser/frame_host/navigation_controller_impl_unittest.cc       our_controller.GetEntryAtIndex(0))->site_instance());
GetEntryAtIndex  2427 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(our_controller.GetEntryAtIndex(0),
GetEntryAtIndex  2429 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, our_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  2432 content/browser/frame_host/navigation_controller_impl_unittest.cc                 our_controller.GetEntryAtIndex(0))->restore_type());
GetEntryAtIndex  2434 content/browser/frame_host/navigation_controller_impl_unittest.cc       our_controller.GetEntryAtIndex(0))->site_instance());
GetEntryAtIndex  2470 content/browser/frame_host/navigation_controller_impl_unittest.cc                 our_controller.GetEntryAtIndex(0))->restore_type());
GetEntryAtIndex  2697 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(0)->GetURL(), url0);
GetEntryAtIndex  2698 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(1)->GetURL(), url1);
GetEntryAtIndex  2699 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(2)->GetURL(), url2);
GetEntryAtIndex  2700 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(3)->GetURL(), url3_ref);
GetEntryAtIndex  2701 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(4)->GetURL(), url4);
GetEntryAtIndex  2733 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(0)->GetURL(), url0);
GetEntryAtIndex  2738 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(0)->GetURL(), url0);
GetEntryAtIndex  2739 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(1)->GetURL(), transient_url);
GetEntryAtIndex  3133 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3134 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3135 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url2, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3137 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(1)->GetPageID());
GetEntryAtIndex  3142 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0));
GetEntryAtIndex  3178 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(controller.GetEntryAtIndex(0));
GetEntryAtIndex  3180 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(controller.GetEntryAtIndex(1));
GetEntryAtIndex  3182 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3183 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(1, controller.GetEntryAtIndex(1)->GetPageID());
GetEntryAtIndex  3191 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0)), 2,
GetEntryAtIndex  3192 content/browser/frame_host/navigation_controller_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3201 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3202 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url2, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3203 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url3, other_controller.GetEntryAtIndex(2)->GetURL());
GetEntryAtIndex  3204 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3205 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(1, other_controller.GetEntryAtIndex(1)->GetPageID());
GetEntryAtIndex  3206 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(2)->GetPageID());
GetEntryAtIndex  3211 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(2));
GetEntryAtIndex  3239 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0)), 1,
GetEntryAtIndex  3240 content/browser/frame_host/navigation_controller_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3248 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3249 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url3, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3250 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(1)->GetPageID());
GetEntryAtIndex  3255 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(1));
GetEntryAtIndex  3277 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(1)), 2,
GetEntryAtIndex  3278 content/browser/frame_host/navigation_controller_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3286 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3287 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url2, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3288 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url4, other_controller.GetEntryAtIndex(2)->GetURL());
GetEntryAtIndex  3293 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(2));
GetEntryAtIndex  3317 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0)), 2,
GetEntryAtIndex  3318 content/browser/frame_host/navigation_controller_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3326 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3327 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url2, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3328 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url3, other_controller.GetEntryAtIndex(2)->GetURL());
GetEntryAtIndex  3333 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(2));
GetEntryAtIndex  3358 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0)), 1,
GetEntryAtIndex  3359 content/browser/frame_host/navigation_controller_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3368 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3369 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url3, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3378 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0));
GetEntryAtIndex  3405 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0)), 1,
GetEntryAtIndex  3406 content/browser/frame_host/navigation_controller_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3415 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3416 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url2a, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3428 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(1));
GetEntryAtIndex  3449 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0)), 2,
GetEntryAtIndex  3450 content/browser/frame_host/navigation_controller_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3458 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3459 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url2, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3460 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url3, other_controller.GetEntryAtIndex(2)->GetURL());
GetEntryAtIndex  3461 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(2)->GetPageID());
GetEntryAtIndex  3466 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(2));
GetEntryAtIndex  3496 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0)), 2,
GetEntryAtIndex  3497 content/browser/frame_host/navigation_controller_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3511 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url2, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3512 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url3, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3513 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url4, other_controller.GetEntryAtIndex(2)->GetURL());
GetEntryAtIndex  3514 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(1, other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3515 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(2, other_controller.GetEntryAtIndex(1)->GetPageID());
GetEntryAtIndex  3516 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(2)->GetPageID());
GetEntryAtIndex  3534 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(controller.GetEntryAtIndex(0));
GetEntryAtIndex  3536 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(controller.GetEntryAtIndex(1));
GetEntryAtIndex  3538 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3539 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(1, controller.GetEntryAtIndex(1)->GetPageID());
GetEntryAtIndex  3547 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0)), 1,
GetEntryAtIndex  3548 content/browser/frame_host/navigation_controller_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3557 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3558 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url3, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3559 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3560 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(1)->GetPageID());
GetEntryAtIndex  3565 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(1));
GetEntryAtIndex  3601 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(other_controller.GetEntryAtIndex(0)), 2,
GetEntryAtIndex  3602 content/browser/frame_host/navigation_controller_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3614 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3615 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url2, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3616 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url4, other_controller.GetEntryAtIndex(2)->GetURL());
GetEntryAtIndex  3617 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3618 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(1, other_controller.GetEntryAtIndex(1)->GetPageID());
GetEntryAtIndex  3619 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(0, other_controller.GetEntryAtIndex(2)->GetPageID());
GetEntryAtIndex  3681 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(controller.GetEntryAtIndex(0)), 0,
GetEntryAtIndex  3682 content/browser/frame_host/navigation_controller_impl_unittest.cc       controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3687 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(0)->GetURL(), url1);
GetEntryAtIndex  3705 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(controller.GetEntryAtIndex(0)), 0,
GetEntryAtIndex  3706 content/browser/frame_host/navigation_controller_impl_unittest.cc       controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  3711 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(0)->GetURL(), url1);
GetEntryAtIndex  3728 content/browser/frame_host/navigation_controller_impl_unittest.cc       GetSiteInstanceFromEntry(controller.GetEntryAtIndex(1)), 0,
GetEntryAtIndex  3729 content/browser/frame_host/navigation_controller_impl_unittest.cc       controller.GetEntryAtIndex(1)->GetPageID());
GetEntryAtIndex  3734 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(controller.GetEntryAtIndex(0)->GetURL(), url2);
GetEntryAtIndex  3761 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url2, controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  3771 content/browser/frame_host/navigation_controller_impl_unittest.cc   EXPECT_EQ(url3, controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex  3897 content/browser/frame_host/navigation_controller_impl_unittest.cc   entry = controller.GetEntryAtIndex(0);
GetEntryAtIndex  3927 content/browser/frame_host/navigation_controller_impl_unittest.cc         controller.GetEntryAtIndex(i));
GetEntryAtIndex  3935 content/browser/frame_host/navigation_controller_impl_unittest.cc       controller.GetEntryAtIndex(11));
GetEntryAtIndex  3940 content/browser/frame_host/navigation_controller_impl_unittest.cc         controller.GetEntryAtIndex(i));
GetEntryAtIndex  3947 content/browser/frame_host/navigation_controller_impl_unittest.cc         controller.GetEntryAtIndex(i));
GetEntryAtIndex  3957 content/browser/frame_host/navigation_controller_impl_unittest.cc         controller.GetEntryAtIndex(i));
GetEntryAtIndex  3963 content/browser/frame_host/navigation_controller_impl_unittest.cc         controller.GetEntryAtIndex(i));
GetEntryAtIndex  3975 content/browser/frame_host/navigation_controller_impl_unittest.cc         controller.GetEntryAtIndex(i));
GetEntryAtIndex  3981 content/browser/frame_host/navigation_controller_impl_unittest.cc         controller.GetEntryAtIndex(i));
GetEntryAtIndex  3993 content/browser/frame_host/navigation_controller_impl_unittest.cc         controller.GetEntryAtIndex(i));
GetEntryAtIndex   127 content/browser/frame_host/navigation_entry_screenshot_manager.cc         owner_->GetEntryAtIndex(i)));
GetEntryAtIndex   159 content/browser/frame_host/navigation_entry_screenshot_manager.cc     NavigationEntry* iter = owner_->GetEntryAtIndex(i);
GetEntryAtIndex   191 content/browser/frame_host/navigation_entry_screenshot_manager.cc         NavigationEntryImpl::FromNavigationEntry(owner_->GetEntryAtIndex(i));
GetEntryAtIndex   204 content/browser/frame_host/navigation_entry_screenshot_manager.cc     NavigationEntry* iter = owner_->GetEntryAtIndex(i);
GetEntryAtIndex   241 content/browser/frame_host/navigation_entry_screenshot_manager.cc   if (NavigationEntryImpl::FromNavigationEntry(owner_->GetEntryAtIndex(current))
GetEntryAtIndex   260 content/browser/frame_host/navigation_entry_screenshot_manager.cc           owner_->GetEntryAtIndex(back));
GetEntryAtIndex   268 content/browser/frame_host/navigation_entry_screenshot_manager.cc           owner_->GetEntryAtIndex(forward));
GetEntryAtIndex   279 content/browser/frame_host/navigation_entry_screenshot_manager.cc         owner_->GetEntryAtIndex(back));
GetEntryAtIndex   287 content/browser/frame_host/navigation_entry_screenshot_manager.cc         owner_->GetEntryAtIndex(forward));
GetEntryAtIndex  3018 content/browser/web_contents/web_contents_impl.cc   NavigationEntry* entry = controller_.GetEntryAtIndex(entry_index);
GetEntryAtIndex  2246 content/browser/web_contents/web_contents_impl_unittest.cc           other_controller.GetEntryAtIndex(0))->site_instance(), 1,
GetEntryAtIndex  2247 content/browser/web_contents/web_contents_impl_unittest.cc       other_controller.GetEntryAtIndex(0)->GetPageID());
GetEntryAtIndex  2253 content/browser/web_contents/web_contents_impl_unittest.cc   EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
GetEntryAtIndex  2254 content/browser/web_contents/web_contents_impl_unittest.cc   EXPECT_EQ(url3, other_controller.GetEntryAtIndex(1)->GetURL());
GetEntryAtIndex   416 content/browser/web_contents/web_contents_view_aura_browsertest.cc       web_contents->GetController().GetEntryAtIndex(2));
GetEntryAtIndex   420 content/browser/web_contents/web_contents_view_aura_browsertest.cc       web_contents->GetController().GetEntryAtIndex(1));
GetEntryAtIndex   424 content/browser/web_contents/web_contents_view_aura_browsertest.cc       web_contents->GetController().GetEntryAtIndex(0));
GetEntryAtIndex   433 content/browser/web_contents/web_contents_view_aura_browsertest.cc       web_contents->GetController().GetEntryAtIndex(2));
GetEntryAtIndex   437 content/browser/web_contents/web_contents_view_aura_browsertest.cc       web_contents->GetController().GetEntryAtIndex(3));
GetEntryAtIndex   458 content/browser/web_contents/web_contents_view_aura_browsertest.cc         web_contents->GetController().GetEntryAtIndex(3));
GetEntryAtIndex   469 content/browser/web_contents/web_contents_view_aura_browsertest.cc       web_contents->GetController().GetEntryAtIndex(4));
GetEntryAtIndex   482 content/browser/web_contents/web_contents_view_aura_browsertest.cc         web_contents->GetController().GetEntryAtIndex(4));
GetEntryAtIndex   263 content/public/browser/navigation_controller.h   virtual NavigationEntry* GetEntryAtIndex(int index) const = 0;
GetEntryAtIndex   624 content/shell/browser/webkit_test_controller.cc       PageState state = web_contents->GetController().GetEntryAtIndex(entry)->
GetEntryAtIndex   628 content/shell/browser/webkit_test_controller.cc             web_contents->GetController().GetEntryAtIndex(entry)->GetURL());