Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingBehavior.h89 bool supportsGlobalSelection() const in supportsGlobalSelection() function
DEditorCommand.cpp957 if (!frame.editor().behavior().supportsGlobalSelection()) in executePasteGlobalSelection()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp1605 if (m_frame == focusFrame && m_frame->editor().behavior().supportsGlobalSelection()) in handlePasteGlobalSelection()