Lines Matching refs:ShortcutsSpec

117 	ShortcutsSpec::InitializeMetaMaps();  in ShortcutsWindow()
144 for (int i = 0; i < ShortcutsSpec::NUM_META_COLUMNS; i++) { in ShortcutsWindow()
145 const char* name = ShortcutsSpec::GetColumnName(i); in ShortcutsWindow()
343 if (((ShortcutsSpec*)fColumnListView->RowAt(i))->Archive(&next) in _SaveKeySet()
369 ShortcutsSpec* spec in _LoadKeySet()
370 = (ShortcutsSpec*)ShortcutsSpec::Instantiate(&message); in _LoadKeySet()
448 ShortcutsSpec* spec; in _AddNewSpec()
451 spec = new ShortcutsSpec(*((ShortcutsSpec*)curSel)); in _AddNewSpec()
453 spec = new ShortcutsSpec(""); in _AddNewSpec()
464 spec->ProcessColumnTextString(ShortcutsSpec::KEY_COLUMN_INDEX, in _AddNewSpec()
555 ShortcutsSpec* row = in MessageReceived()
556 static_cast<ShortcutsSpec*>(fColumnListView->RowAt(0)); in MessageReceived()
586 ShortcutsSpec* row = in MessageReceived()
587 static_cast<ShortcutsSpec*>(fColumnListView->CurrentSelection()); in MessageReceived()
596 ProcessColumnTextString(ShortcutsSpec::STRING_COLUMN_INDEX, in MessageReceived()
703 ShortcutsSpec* item = (ShortcutsSpec*) in MessageReceived()
781 ShortcutsSpec* row = in DispatchMessage()
782 static_cast<ShortcutsSpec*>(fColumnListView->CurrentSelection()); in DispatchMessage()
787 row->GetCellText(ShortcutsSpec::STRING_COLUMN_INDEX), in DispatchMessage()
788 strlen(row->GetCellText(ShortcutsSpec::STRING_COLUMN_INDEX))); in DispatchMessage()
793 ShortcutsSpec::STRING_COLUMN_INDEX, ""); in DispatchMessage()
808 ShortcutsSpec* row = in DispatchMessage()
809 static_cast<ShortcutsSpec*>(fColumnListView->CurrentSelection()); in DispatchMessage()
814 ShortcutsSpec::STRING_COLUMN_INDEX, buf, 0); in DispatchMessage()
826 ShortcutsSpec* selected; in DispatchMessage()
834 static_cast<ShortcutsSpec*>(fColumnListView->CurrentSelection()))) { in DispatchMessage()
838 ShortcutsSpec::KEY_COLUMN_INDEX, in DispatchMessage()