Home
last modified time | relevance | path

Searched refs:CompareValues (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/
Dpossible_url_model.cc177 int PossibleURLModel::CompareValues(int row1, int row2, int column_id) { in CompareValues() function in PossibleURLModel
182 return ui::TableModel::CompareValues(row1, row2, column_id); in CompareValues()
Dpossible_url_model.h46 virtual int CompareValues(int row1, int row2, int column_id) OVERRIDE;
/external/chromium/chrome/browser/geolocation/
Dgeolocation_exceptions_table_model.h44 virtual int CompareValues(int row1, int row2, int column_id) OVERRIDE;
Dgeolocation_exceptions_table_model.cc187 int GeolocationExceptionsTableModel::CompareValues(int row1, in CompareValues() function in GeolocationExceptionsTableModel
/external/chromium/chrome/browser/ui/views/
Dtask_manager_view.cc71 virtual int CompareValues(int row1, int row2, int column_id) OVERRIDE;
174 int TaskManagerTableModel::CompareValues(int row1, int row2, int column_id) { in CompareValues() function in __anonb72bfe2f0111::TaskManagerTableModel
175 return model_->CompareValues(row1, row2, column_id); in CompareValues()
/external/chromium/chrome/browser/ui/gtk/
Dtask_manager_gtk.cc830 return model_->CompareValues(row1, row2, id); in CompareImpl()
848 return model_->CompareValues(row1, row2, id); in CompareImpl()
852 return model_->CompareValues(group_range1.first, group_range2.first, id); in CompareImpl()
/external/chromium/chrome/browser/task_manager/
Dtask_manager.h281 int CompareValues(int row1, int row2, int col_id) const;
Dtask_manager.cc281 int TaskManagerModel::CompareValues(int row1, int row2, int col_id) const { in CompareValues() function in TaskManagerModel
/external/chromium/chrome/browser/ui/cocoa/
Dtask_manager_mac.mm77 int cmp_result = model_->CompareValues(