Home
last modified time | relevance | path

Searched refs:GeolocationExceptionsTableModel (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/geolocation/
Dgeolocation_exceptions_table_model.cc50 struct GeolocationExceptionsTableModel::Entry {
64 GeolocationExceptionsTableModel::GeolocationExceptionsTableModel( in GeolocationExceptionsTableModel() function in GeolocationExceptionsTableModel
75 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 …]
Dgeolocation_exceptions_table_model.h17 class GeolocationExceptionsTableModel : public RemoveRowsTableModel {
19 explicit GeolocationExceptionsTableModel(
21 virtual ~GeolocationExceptionsTableModel();
59 DISALLOW_COPY_AND_ASSIGN(GeolocationExceptionsTableModel);
Dgeolocation_exceptions_table_model_unittest.cc36 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()