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

  /external/chromium_org/chrome/browser/ui/
browser_tab_strip_model_delegate.cc 64 TabStripModel* new_model = browser->tab_strip_model(); local
74 new_model->InsertWebContentsAt(
browser_browsertest.cc 1520 TabStripModel* new_model = new_browser->tab_strip_model(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 330 ui::ListSelectionModel new_model; local
331 new_model.Copy(selection_model_);
332 new_model.SetSelectedIndex(index);
333 SetSelection(new_model, NOTIFY_DEFAULT);
446 ui::ListSelectionModel new_model; local
447 new_model.Copy(selection_model_);
448 new_model.SetSelectedIndex(index);
449 SetSelection(new_model, user_gesture ? NOTIFY_USER_GESTURE : NOTIFY_DEFAULT);
454 ui::ListSelectionModel new_model; local
455 new_model.Copy(selection_model_)
737 ui::ListSelectionModel new_model; local
745 ui::ListSelectionModel new_model; local
767 ui::ListSelectionModel new_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 98 milliseconds