Searched defs:old_model (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.cc329 const ui::ListSelectionModel& old_model) {
327 TabSelectionChanged( TabStripModel* tab_strip_model, const ui::ListSelectionModel& old_model) argument
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc448 const ui::ListSelectionModel& old_model) {
449 tabstrip_->SetSelection(old_model, model_->selection_model());
446 TabSelectionChanged( TabStripModel* tab_strip_model, const ui::ListSelectionModel& old_model) argument
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc416 ui::ListSelectionModel old_model; local
417 old_model.Copy(selection_model_);
436 // |old_model| is stored after calling DecrementFrom().
439 TabSelectionChanged(this, old_model));
1334 const ui::ListSelectionModel& old_model) {
1337 if (!selection_model().Equals(old_model)) {
1339 TabSelectionChanged(this, old_model));
1347 ui::ListSelectionModel old_model; local
1348 old_model.Copy(selection_model_);
1352 NotifyIfActiveOrSelectionChanged(old_contents, notify_types, old_model);
1331 NotifyIfActiveOrSelectionChanged( WebContents* old_contents, NotifyTypes notify_types, const ui::ListSelectionModel& old_model) argument
[all...]

Completed in 98 milliseconds