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

1 2

  /external/chromium_org/chrome/browser/sync/glue/
synced_window_delegate.h 60 virtual SyncedTabDelegate* GetTabAt(int index) const = 0;
synced_window_delegate_android.cc 78 SyncedTabDelegate* SyncedWindowDelegateAndroid::GetTabAt(int index) const {
79 return tab_model_->GetTabAt(index);
83 SyncedTabDelegate* tab = GetTabAt(index);
synced_window_delegate_android.h 33 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE;
session_model_associator.cc 227 SyncedTabDelegate* synced_tab = (*i)->GetTabAt(j);
229 // GetTabAt can return a null tab; in that case just skip it.
249 // It's possible for GetTabAt to return a tab which has no web
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
browser_synced_window_delegate.cc 46 browser_sync::SyncedTabDelegate* current = GetTabAt(i);
54 browser_sync::SyncedTabDelegate* BrowserSyncedWindowDelegate::GetTabAt(
61 return GetTabAt(index)->GetSessionId();
browser_synced_window_delegate.h 35 virtual browser_sync::SyncedTabDelegate* GetTabAt(int index) const OVERRIDE;
  /external/chromium/chrome/browser/ui/views/tabs/
tab_controller.h 65 virtual BaseTab* GetTabAt(BaseTab* tab,
base_tab_strip.h 134 virtual BaseTab* GetTabAt(BaseTab* tab,
base_tab.cc 337 BaseTab* closest_tab = controller()->GetTabAt(this, event.location());
base_tab_strip.cc 368 BaseTab* BaseTabStrip::GetTabAt(BaseTab* tab,
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.h 66 Tab* GetTabAt(int index);
tabbed_pane.cc 227 Tab* selected_tab = tabbed_pane_->GetTabAt(selected_tab_index);
277 NULL : GetTabAt(selected_tab_index())->contents();
304 GetTabAt(selected_tab_index())->SetSelected(false);
307 Tab* tab = GetTabAt(index);
337 Tab* TabbedPane::GetTabAt(int index) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 160 TabGtk* tab = tabstrip->GetTabAt(index);
298 if (tabstrip_->GetTabAt(index)->mini())
301 if (tabstrip_->GetTabAt(index)->IsSelected()) {
352 TabGtk* tab = tabstrip_->GetTabAt(index);
411 tab_a_ = tabstrip_->GetTabAt(tab_a_index);
412 tab_b_ = tabstrip_->GetTabAt(tab_b_index);
485 TabGtk* tab = tabstrip_->GetTabAt(index);
506 TabGtk* current_tab = tabstrip_->GetTabAt(i);
530 if (tabstrip->GetTabAt(index)->mini())
534 tabstrip_->GetTabAt(index)->set_animating_mini_change(true)
    [all...]
tab_strip_gtk.h 282 TabGtk* GetTabAt(int index) const;
290 // Use this instead of GetTabAt if the index comes from the model.
dragged_tab_controller_gtk.cc 560 return index == TabStripModel::kNoTab ? NULL : tabstrip->GetTabAt(index);
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 184 TabGtk* tab = tabstrip->GetTabAt(index);
322 if (tabstrip_->GetTabAt(index)->mini())
325 if (tabstrip_->GetTabAt(index)->IsActive()) {
376 TabGtk* tab = tabstrip_->GetTabAt(index);
435 tab_a_ = tabstrip_->GetTabAt(tab_a_index);
436 tab_b_ = tabstrip_->GetTabAt(tab_b_index);
511 TabGtk* tab = tabstrip_->GetTabAt(index);
532 TabGtk* current_tab = tabstrip_->GetTabAt(i);
556 if (tabstrip->GetTabAt(index)->mini())
560 tabstrip_->GetTabAt(index)->set_animating_mini_change(true)
    [all...]
tab_strip_gtk.h 308 TabGtk* GetTabAt(int index) const;
316 // Use this instead of GetTabAt if the index comes from the model.
dragged_tab_controller_gtk.cc 616 return index == TabStripModel::kNoTab ? NULL : tabstrip->GetTabAt(index);
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.h 51 virtual browser_sync::SyncedTabDelegate* GetTabAt(int index) const = 0;
tab_model_unittest.cc 42 virtual browser_sync::SyncedTabDelegate* GetTabAt(int index) const OVERRIDE {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_controller.h 77 virtual Tab* GetTabAt(Tab* tab,
tab_strip.h 202 virtual Tab* GetTabAt(Tab* tab,
tab_unittest.cc 49 virtual Tab* GetTabAt(Tab* tab,
tab.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 160 Tab* new_tab = tab_strip->GetTabAt(initial_tab, tab_point);

Completed in 220 milliseconds

1 2