Searched refs:GeolocationExceptionsTableModel (Results 1 – 3 of 3) sorted by relevance
50 struct GeolocationExceptionsTableModel::Entry {64 GeolocationExceptionsTableModel::GeolocationExceptionsTableModel( in GeolocationExceptionsTableModel() function in GeolocationExceptionsTableModel75 GeolocationExceptionsTableModel::~GeolocationExceptionsTableModel() {} in ~GeolocationExceptionsTableModel()77 bool GeolocationExceptionsTableModel::CanRemoveRows( in CanRemoveRows()93 void GeolocationExceptionsTableModel::RemoveRows(const Rows& rows) { in RemoveRows()129 void GeolocationExceptionsTableModel::RemoveAll() { in RemoveAll()137 int GeolocationExceptionsTableModel::RowCount() { in RowCount()141 string16 GeolocationExceptionsTableModel::GetText(int row, in GetText()182 void GeolocationExceptionsTableModel::SetObserver( in SetObserver()187 int GeolocationExceptionsTableModel::CompareValues(int row1, in CompareValues()[all …]
17 class GeolocationExceptionsTableModel : public RemoveRowsTableModel {19 explicit GeolocationExceptionsTableModel(21 virtual ~GeolocationExceptionsTableModel();59 DISALLOW_COPY_AND_ASSIGN(GeolocationExceptionsTableModel);
36 model_.reset(new GeolocationExceptionsTableModel( in ResetModel()52 scoped_ptr<GeolocationExceptionsTableModel> model_;65 GeolocationExceptionsTableModel::Rows rows; in TEST_F()91 GeolocationExceptionsTableModel::Rows rows; in TEST_F()