HomeSort by relevance Sort by last modified time
    Searched defs:GeolocationExceptionsTableModel (Results 1 - 2 of 2) 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...]

Completed in 514 milliseconds