OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompareValues
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/base/models/
table_model.h
81
virtual int
CompareValues
(int row1, int row2, int column_id);
89
// Returns the collator used by
CompareValues
.
table_model.cc
71
int TableModel::
CompareValues
(int row1, int row2, int column_id) {
/external/chromium_org/chrome/browser/ui/views/
task_manager_view.cc
80
virtual int
CompareValues
(int row1, int row2, int column_id) OVERRIDE;
115
int TaskManagerTableModel::
CompareValues
(int row1, int row2, int column_id) {
116
return model_->
CompareValues
(row1, row2, column_id);
/external/chromium_org/chrome/browser/task_manager/
task_manager.h
252
int
CompareValues
(int row1, int row2, int col_id) const;
task_manager.cc
81
// Used by TaskManagerModel::
CompareValues
(). See it for details of return
772
int TaskManagerModel::
CompareValues
(int row1, int row2, int col_id) const {
[
all
...]
/external/chromium_org/ui/views/controls/table/
table_view.cc
627
const int sort_result = model_->
CompareValues
(
632
model_->
CompareValues
(model_row1, model_row2,
table_view_unittest.cc
72
virtual int
CompareValues
(int row1, int row2, int column_id) OVERRIDE;
126
int TestTableModel2::
CompareValues
(int row1, int row2, int column_id) {
Completed in 635 milliseconds