Home
last modified time | relevance | path

Searched refs:setSelectionMode (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/clipboard/
DPasteboard.h67 void setSelectionMode(bool);
DPasteboard.cpp64 void Pasteboard::setSelectionMode(bool selectionMode) in setSelectionMode() function in blink::Pasteboard
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DRuleListController.java95 list.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION); in initComponents()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp962 Pasteboard::generalPasteboard()->setSelectionMode(true); in executePasteGlobalSelection()
964 Pasteboard::generalPasteboard()->setSelectionMode(oldSelectionMode); in executePasteGlobalSelection()
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp75 fListWidget.setSelectionMode(QAbstractItemView::ExtendedSelection); in SkDebuggerGUI()
/external/chromium_org/third_party/skia/debugger/QT/
DSkDebuggerGUI.cpp76 fListWidget.setSelectionMode(QAbstractItemView::ExtendedSelection); in SkDebuggerGUI()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp88 peers->setSelectionMode(QAbstractItemView::NoSelection); in Peers()