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/
DEditorCommand.cpp109 case CommandFromDOMWithUserInterface: in applyCommandToFrame()
184 case CommandFromDOMWithUserInterface: in executeApplyParagraphStyle()
321 case CommandFromDOMWithUserInterface: in executeDelete()
457 case CommandFromDOMWithUserInterface: in executeForwardDelete()
517 case CommandFromDOMWithUserInterface: in executeInsertLineBreak()
1240 case CommandFromDOMWithUserInterface: in enabledDelete()
1697 case CommandFromDOMWithUserInterface: in isSupported()
DEditor.h62 …itorCommandSource { CommandFromMenuOrKeyBinding, CommandFromDOM, CommandFromDOMWithUserInterface }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4023 …return frame->editor().command(commandName, userInterface ? CommandFromDOMWithUserInterface : Comm… in command()