Home
last modified time | relevance | path

Searched refs:isSelectionMode (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
DPasteboard.h66 bool isSelectionMode() const;
DPasteboard.cpp59 bool Pasteboard::isSelectionMode() const in isSelectionMode() function in WebCore::Pasteboard
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp942 bool oldSelectionMode = Pasteboard::generalPasteboard()->isSelectionMode(); in executePasteGlobalSelection()