HomeSort by relevance Sort by last modified time
    Searched defs:sortable (Results 1 - 6 of 6) sorted by null

  /external/junit/src/org/junit/runner/manipulation/
Sorter.java 37 if (object instanceof Sortable) {
38 Sortable sortable = (Sortable) object; local
39 sortable.sort(this);
  /external/webkit/Source/WebCore/html/
HTMLDataGridColElement.cpp 63 m_column = DataGridColumn::create(getIdAttribute(), label(), type(), primary(), sortable());
110 unsigned short HTMLDataGridColElement::sortable() const function in class:WebCore::HTMLDataGridColElement
117 void HTMLDataGridColElement::setSortable(unsigned short sortable)
119 setAttribute(sortableAttr, String::number(sortable));
134 // FIXME: Check sortable rules.
167 column()->setSortable(sortable());
DataGridColumn.h 42 static PassRefPtr<DataGridColumn> create(const String& columnID, const String& label, const String& type, bool primary, unsigned short sortable)
44 return adoptRef(new DataGridColumn(columnID, label, type, primary, sortable));
56 unsigned short sortable() const { return m_sortable; } function in class:WebCore::DataGridColumn
57 void setSortable(unsigned short sortable) { m_sortable = sortable; columnChanged(); }
83 DataGridColumn(const String& columnID, const String& label, const String& type, bool primary, unsigned short sortable)
89 , m_sortable(sortable)
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 241 milliseconds