Home
last modified time | relevance | path

Searched refs:isTextInsertion (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
DWebEditorClientGtk.cpp50 if (command.isTextInsertion() && !allowTextInsertion) in executePendingEditorCommands()
/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp75 bool isTextInsertion; member in WebCore::EditorInternalCommand
82 static const bool isTextInsertion = true; variable
1434 …edFromMenuOrKeyBinding, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowEx… in createCommandMap()
1438 …rtLineBreak, supported, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowEx… in createCommandMap()
1439 …edFromMenuOrKeyBinding, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowEx… in createCommandMap()
1443 …edFromMenuOrKeyBinding, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowEx… in createCommandMap()
1444 …eInsertText, supported, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowEx… in createCommandMap()
1690 bool Editor::Command::isTextInsertion() const in isTextInsertion() function in WebCore::Editor::Command
1692 return m_command && m_command->isTextInsertion; in isTextInsertion()
DEditor.h191 bool isTextInsertion() const;
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp187 if (!command.isTextInsertion() && command.execute(event)) { in handleKeyboardEvent()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp381 return !command.isTextInsertion() && command.execute(event); in handleEditingKeyboardEvent()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp391 return !command.isTextInsertion() && command.execute(event); in handleEditingKeyboardEvent()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp397 return !command.isTextInsertion() && command.execute(event); in handleEditingKeyboardEvent()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp444 if (cmd && frame->editor()->command(cmd).isTextInsertion() in handleKeyboardEvent()
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp584 if (command.isTextInsertion() || commandName.isEmpty()) in handleEditingKeyboardEvent()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp678 if (command.isTextInsertion() && !allowTextInsertion) in executePendingEditorCommands()
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm203 …f (frame->editor()->command(commandNameForSelectorName(commands[i].commandName)).isTextInsertion())
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1502 return !command.isTextInsertion() && command.execute(evt); in handleEditingKeyboardEvent()
/external/webkit/Source/WebKit/win/
DWebView.cpp1922 return !command.isTextInsertion() && command.execute(evt); in handleEditingKeyboardEvent()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm5531 … if ([self coreCommandBySelector:NSSelectorFromString(commands[i].commandName)].isTextInsertion())