HomeSort by relevance Sort by last modified time
    Searched refs:old_model (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_observer.h 100 // selected tabs, anchor tab or active tab change. |old_model| is a snapshot
104 const ui::ListSelectionModel& old_model);
tab_strip_model.cc 282 ui::ListSelectionModel old_model; local
283 old_model.Copy(selection_model_);
302 // |old_model| is stored after calling DecrementFrom().
305 TabSelectionChanged(this, old_model));
1205 ui::ListSelectionModel old_model; local
    [all...]
tab_strip_model.h 520 // |old_model| is a snapshot of |selection_model_| before the change.
526 const ui::ListSelectionModel& old_model);
tab_strip_model_unittest.cc 289 const ui::ListSelectionModel& old_model) OVERRIDE {
291 s.src_contents = model()->GetWebContentsAt(old_model.active());
292 s.src_index = old_model.active();
    [all...]
  /external/chromium_org/chrome/browser/extensions/
browser_event_router.h 57 const ui::ListSelectionModel& old_model) OVERRIDE;
browser_event_router.cc 298 const ui::ListSelectionModel& old_model) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 85 const ui::ListSelectionModel& old_model) OVERRIDE;
browser_tab_strip_controller.cc 405 const ui::ListSelectionModel& old_model) {
406 tabstrip_->SetSelection(old_model, model_->selection_model());
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 125 const ui::ListSelectionModel& old_model) OVERRIDE;
tab_strip_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 201 const ui::ListSelectionModel& old_model) OVERRIDE {}

Completed in 265 milliseconds