Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h57 …itorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface }; enumerator
DEditorCommand.cpp113 case CommandFromDOMWithUserInterface: in applyCommandToFrame()
188 case CommandFromDOMWithUserInterface: in executeApplyParagraphStyle()
340 case CommandFromDOMWithUserInterface: in executeDelete()
476 case CommandFromDOMWithUserInterface: in executeForwardDelete()
536 case CommandFromDOMWithUserInterface: in executeInsertLineBreak()
1259 case CommandFromDOMWithUserInterface: in enabledDelete()
1763 case CommandFromDOMWithUserInterface: in isSupported()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4353 …return frame->editor().command(commandName, userInterface ? CommandFromDOMWithUserInterface : Comm… in command()