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

  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h 17 class GeolocationExceptionsTableModel : public RemoveRowsTableModel {
19 explicit GeolocationExceptionsTableModel(
21 virtual ~GeolocationExceptionsTableModel();
59 DISALLOW_COPY_AND_ASSIGN(GeolocationExceptionsTableModel);
geolocation_exceptions_table_model.cc 50 struct GeolocationExceptionsTableModel::Entry {
64 GeolocationExceptionsTableModel::GeolocationExceptionsTableModel(
75 GeolocationExceptionsTableModel::~GeolocationExceptionsTableModel() {}
77 bool GeolocationExceptionsTableModel::CanRemoveRows(
93 void GeolocationExceptionsTableModel::RemoveRows(const Rows& rows) {
129 void GeolocationExceptionsTableModel::RemoveAll() {
137 int GeolocationExceptionsTableModel::RowCount() {
141 string16 GeolocationExceptionsTableModel::GetText(int row
    [all...]
geolocation_exceptions_table_model_unittest.cc 36 model_.reset(new GeolocationExceptionsTableModel(
52 scoped_ptr<GeolocationExceptionsTableModel> model_;
65 GeolocationExceptionsTableModel::Rows rows;
91 GeolocationExceptionsTableModel::Rows rows;

Completed in 1968 milliseconds