Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dplugin_exceptions_table_model.cc48 row_counts_[entry.plugin_id]--; in RemoveRows()
52 if (row_counts_[entry.plugin_id] == 0) { in RemoveRows()
130 row_counts_.clear(); in ClearSettings()
183 row_counts_.push_back(num_plugins); in LoadSettings()
Dplugin_exceptions_table_model.h71 std::vector<int> row_counts_; variable
Dplugin_exceptions_table_model_unittest.cc114 const std::vector<int>& row_counts = table_model_->row_counts_; in CheckInvariants()