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.cc53 int TabContentsSyncedTabDelegate::GetCurrentEntryIndex() const { function in class:TabContentsSyncedTabDelegate
54 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.cc307 contents->GetController().GetCurrentEntryIndex() - 1;
309 items = contents->GetController().GetCurrentEntryIndex();
324 int current_entry = contents->GetController().GetCurrentEntryIndex();
402 int entry = contents->GetController().GetCurrentEntryIndex() + offset;
437 index += contents->GetController().GetCurrentEntryIndex() + 1;
440 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.cc287 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
307 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
343 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
354 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
394 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
411 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
457 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
/external/chromium_org/chrome/browser/
H A Dbrowser_commands_unittest.cc92 EXPECT_EQ(2, controller.GetCurrentEntryIndex());
130 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_impl.cc297 current_index = GetCurrentEntryIndex();
457 int NavigationControllerImpl::GetCurrentEntryIndex() const { function in class:content::NavigationControllerImpl
504 return GetCurrentEntryIndex() + offset;
518 return entries_.size() > 1 && GetCurrentEntryIndex() > 0;
522 int index = GetCurrentEntryIndex();
538 int current_index = GetCurrentEntryIndex();
559 int current_index = GetCurrentEntryIndex();
1321 // Insert the entries from source. Don't use source->GetCurrentEntryIndex as
H A Dnavigation_controller_impl_unittest.cc1981 EXPECT_EQ(2, controller.GetCurrentEntryIndex());
1992 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
2005 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
2100 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
2114 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
2142 EXPECT_EQ(2, controller.GetCurrentEntryIndex());
3300 ASSERT_EQ(0, other_controller.GetCurrentEntryIndex());
3368 ASSERT_EQ(2, other_controller.GetCurrentEntryIndex());
3415 ASSERT_EQ(1, other_controller.GetCurrentEntryIndex());
3453 ASSERT_EQ(2, other_controller.GetCurrentEntryIndex());
[all...]
H A Dnavigation_controller_impl.h47 virtual int GetCurrentEntryIndex() const OVERRIDE;
H A Dnavigation_entry_screenshot_manager.cc238 const int current = owner_->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.cc795 const int current_index = tab_delegate.GetCurrentEntryIndex();
807 const int current_index = tab_delegate.GetCurrentEntryIndex();
909 session_tab->current_navigation_index = tab_delegate.GetCurrentEntryIndex();
914 const int current_index = tab_delegate.GetCurrentEntryIndex();
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_internals_proxy.cc325 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.cc626 web_contents->GetController().GetCurrentEntryIndex());
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor.cc211 int index = controller.GetCurrentEntryIndex();
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_service_helper.cc419 tab->current_navigation_index = controller->GetCurrentEntryIndex();
H A Dsession_service.cc670 web_contents->GetController().GetCurrentEntryIndex();
1309 const int current_index = tab->GetController().GetCurrentEntryIndex();
H A Dsession_restore_browsertest.cc549 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc1378 return controller.GetCurrentEntryIndex();
1391 for (int i = controller.GetCurrentEntryIndex() + increment_value;

Completed in 1116 milliseconds

12