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

  /external/chromium/chrome/browser/
custom_home_pages_table_model.h 25 // CustomHomePagesTableModel is the model for the TableView showing the list
28 class CustomHomePagesTableModel : public ui::TableModel {
30 explicit CustomHomePagesTableModel(Profile* profile);
31 virtual ~CustomHomePagesTableModel();
99 DISALLOW_COPY_AND_ASSIGN(CustomHomePagesTableModel);
custom_home_pages_table_model.cc 26 struct CustomHomePagesTableModel::Entry {
45 CustomHomePagesTableModel::CustomHomePagesTableModel(Profile* profile)
53 CustomHomePagesTableModel::~CustomHomePagesTableModel() {
56 void CustomHomePagesTableModel::SetURLs(const std::vector<GURL>& urls) {
69 void CustomHomePagesTableModel::Add(int index, const GURL& url) {
78 void CustomHomePagesTableModel::Remove(int index) {
100 void CustomHomePagesTableModel::SetToCurrentlyOpenPages() {
123 std::vector<GURL> CustomHomePagesTableModel::GetURLs()
    [all...]
  /external/chromium_org/chrome/browser/
custom_home_pages_table_model.h 22 // CustomHomePagesTableModel is the model for the TableView showing the list
25 class CustomHomePagesTableModel : public ui::TableModel {
27 explicit CustomHomePagesTableModel(Profile* profile);
28 virtual ~CustomHomePagesTableModel();
92 DISALLOW_COPY_AND_ASSIGN(CustomHomePagesTableModel);
custom_home_pages_table_model.cc 57 struct CustomHomePagesTableModel::Entry {
70 CustomHomePagesTableModel::CustomHomePagesTableModel(Profile* profile)
75 CustomHomePagesTableModel::~CustomHomePagesTableModel() {
78 void CustomHomePagesTableModel::SetURLs(const std::vector<GURL>& urls) {
97 void CustomHomePagesTableModel::MoveURLs(int insert_before,
148 void CustomHomePagesTableModel::Add(int index, const GURL& url) {
157 void CustomHomePagesTableModel::Remove(int index) {
173 void CustomHomePagesTableModel::SetToCurrentlyOpenPages()
    [all...]

Completed in 69 milliseconds