Home
last modified time | relevance | path

Searched refs:IsSelectionMode (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/clipboard/
H A Dsystem_clipboard.h36 bool IsSelectionMode() const;
H A Dsystem_clipboard.cc39 bool SystemClipboard::IsSelectionMode() const { in IsSelectionMode() function in blink::SystemClipboard
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/clipboard/
H A Dsystem_clipboard.h39 bool IsSelectionMode() const;
H A Dsystem_clipboard.cc51 bool SystemClipboard::IsSelectionMode() const { in IsSelectionMode() function in blink::SystemClipboard
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Dclipboard_commands.cc474 const bool old_selection_mode = frame.GetSystemClipboard()->IsSelectionMode(); in ExecutePasteGlobalSelection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Dclipboard_commands.cc478 const bool old_selection_mode = frame.GetSystemClipboard()->IsSelectionMode(); in ExecutePasteGlobalSelection()