HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentEntryIndex (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h 41 virtual int GetCurrentEntryIndex() const = 0;
synced_tab_delegate_android.cc 51 int SyncedTabDelegateAndroid::GetCurrentEntryIndex() const {
53 ->GetCurrentEntryIndex();
synced_tab_delegate_android.h 33 virtual int GetCurrentEntryIndex() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 53 int TabContentsSyncedTabDelegate::GetCurrentEntryIndex() const {
54 return web_contents_->GetController().GetCurrentEntryIndex();
tab_contents_synced_tab_delegate.h 29 virtual int GetCurrentEntryIndex() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 307 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/
search_terms_tracker.cc 91 for (int i = controller->GetCurrentEntryIndex(); i >= 0; --i) {
99 if (i != controller->GetCurrentEntryIndex()) {
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.cc 44 const int current = controller.GetCurrentEntryIndex();
  /external/chromium_org/content/browser/
cross_site_transfer_browsertest.cc 287 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/content/public/browser/
navigation_controller.h 239 virtual int GetCurrentEntryIndex() const = 0;
  /external/chromium_org/chrome/browser/
browser_commands_unittest.cc 92 EXPECT_EQ(2, controller.GetCurrentEntryIndex());
130 EXPECT_EQ(0, controller.GetCurrentEntryIndex());
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 297 current_index = GetCurrentEntryIndex();
457 int NavigationControllerImpl::GetCurrentEntryIndex() const {
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();
    [all...]
navigation_controller_impl_unittest.cc     [all...]
navigation_controller_impl.h 47 virtual int GetCurrentEntryIndex() const OVERRIDE;
navigation_entry_screenshot_manager.cc 238 const int current = owner_->GetCurrentEntryIndex();
  /external/chromium_org/android_webview/native/
state_serializer.cc 52 const int selected_entry = controller.GetCurrentEntryIndex();
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc 795 const int current_index = tab_delegate.GetCurrentEntryIndex();
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 325 tab->SetInteger("index", controller.GetCurrentEntryIndex());
  /external/chromium_org/content/shell/browser/
shell.cc 220 int current_index = web_contents_->GetController().GetCurrentEntryIndex();
webkit_test_controller.cc 626 web_contents->GetController().GetCurrentEntryIndex());
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 211 int index = controller.GetCurrentEntryIndex();
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc 419 tab->current_navigation_index = controller->GetCurrentEntryIndex();
session_service.cc 670 web_contents->GetController().GetCurrentEntryIndex();
    [all...]
session_restore_browsertest.cc 549 EXPECT_EQ(1, controller.GetCurrentEntryIndex());
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc     [all...]

Completed in 280 milliseconds

1 2