Home
last modified time | relevance | path

Searched defs:columnID (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/html/
DDataGridColumn.h42 …static PassRefPtr<DataGridColumn> create(const String& columnID, const String& label, const String… in create()
83 …DataGridColumn(const String& columnID, const String& label, const String& type, bool primary, unsi… in DataGridColumn()