OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveRows
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/
remove_rows_table_model.h
23
virtual void
RemoveRows
(const Rows& rows) = 0;
plugin_exceptions_table_model.h
33
virtual void
RemoveRows
(const Rows& rows);
plugin_exceptions_table_model_unittest.cc
167
table_model_->
RemoveRows
(rows);
181
table_model_->
RemoveRows
(rows);
200
table_model_->
RemoveRows
(rows);
plugin_exceptions_table_model.cc
33
void PluginExceptionsTableModel::
RemoveRows
(const Rows& rows) {
/external/chromium_org/chrome/browser/
remove_rows_table_model.h
22
virtual void
RemoveRows
(const Rows& rows) = 0;
/external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h
35
virtual void
RemoveRows
(const Rows& rows);
geolocation_exceptions_table_model_unittest.cc
93
model_->
RemoveRows
(rows);
105
model_->
RemoveRows
(rows);
geolocation_exceptions_table_model.cc
93
void GeolocationExceptionsTableModel::
RemoveRows
(const Rows& rows) {
/external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.h
25
virtual void
RemoveRows
(const Rows& rows);
notification_exceptions_table_model_unittest.cc
104
TEST_F(NotificationExceptionsTableModelTest,
RemoveRows
) {
112
model_->
RemoveRows
(rows);
123
model_->
RemoveRows
(rows);
notification_exceptions_table_model.cc
43
void NotificationExceptionsTableModel::
RemoveRows
(const Rows& rows) {
Completed in 149 milliseconds