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

  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 331 ui::ListSelectionModel new_model; local
332 new_model.Copy(selection_model_);
333 new_model.SetSelectedIndex(index);
334 SetSelection(new_model, NOTIFY_DEFAULT);
447 ui::ListSelectionModel new_model; local
448 new_model.Copy(selection_model_);
449 new_model.SetSelectedIndex(index);
450 SetSelection(new_model, user_gesture ? NOTIFY_USER_GESTURE : NOTIFY_DEFAULT);
455 ui::ListSelectionModel new_model; local
456 new_model.Copy(selection_model_)
738 ui::ListSelectionModel new_model; local
746 ui::ListSelectionModel new_model; local
768 ui::ListSelectionModel new_model; local
    [all...]
tab_strip_model.h 524 // Sets the selection to |new_model| and notifies any observers.
527 void SetSelection(const ui::ListSelectionModel& new_model,
  /external/chromium_org/chrome/browser/ui/
browser_tab_strip_model_delegate.cc 63 TabStripModel* new_model = browser->tab_strip_model(); local
73 new_model->InsertWebContentsAt(
browser_browsertest.cc 1523 TabStripModel* new_model = new_browser->tab_strip_model(); local
    [all...]
  /external/chromium_org/ui/views/controls/table/
table_view.cc 385 ui::ListSelectionModel new_model; local
386 ConfigureSelectionModelForEvent(event, &new_model);
387 SetSelectionModel(new_model);
402 ui::ListSelectionModel new_model; local
403 ConfigureSelectionModelForEvent(*event, &new_model);
404 SetSelectionModel(new_model);

Completed in 456 milliseconds