Home
last modified time | relevance | path

Searched refs:Editor (Results 1 – 25 of 56) sorted by relevance

123

/external/webkit/WebCore/editing/
DEditor.cpp80 VisibleSelection Editor::selectionForCommand(Event* event) in selectionForCommand()
98 EditorClient* Editor::client() const in client()
105 void Editor::handleKeyboardEvent(KeyboardEvent* event) in handleKeyboardEvent()
111 void Editor::handleInputMethodKeydown(KeyboardEvent* event) in handleInputMethodKeydown()
117 bool Editor::canEdit() const in canEdit()
122 bool Editor::canEditRichly() const in canEditRichly()
132 bool Editor::canDHTMLCut() in canDHTMLCut()
137 bool Editor::canDHTMLCopy() in canDHTMLCopy()
142 bool Editor::canDHTMLPaste() in canDHTMLPaste()
147 bool Editor::canCut() const in canCut()
[all …]
DEditor.h65 class Editor {
67 Editor(Frame*);
68 ~Editor();
329 inline void Editor::setStartNewKillRingSequence(bool flag) in setStartNewKillRingSequence()
DEditorCommand.cpp1465 Editor::Command Editor::command(const String& commandName) in command()
1470 Editor::Command Editor::command(const String& commandName, EditorCommandSource source) in command()
1480 Editor::Command::Command() in Command()
1486 Editor::Command::Command(PassRefPtr<Frame> frame, const EditorInternalCommand* command, EditorComma… in Command()
1495 bool Editor::Command::execute(const String& parameter, Event* triggeringEvent) const in execute()
1506 bool Editor::Command::execute(Event* triggeringEvent) const in execute()
1511 bool Editor::Command::isSupported() const in isSupported()
1516 bool Editor::Command::isEnabled(Event* triggeringEvent) const in isEnabled()
1523 TriState Editor::Command::state(Event* triggeringEvent) const in state()
1530 String Editor::Command::value(Event* triggeringEvent) const in value()
[all …]
/external/webkit/WebCore/editing/mac/
DEditorMac.mm27 #import "Editor.h"
49 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
63 void Editor::appendToKillRing(const String& string)
69 void Editor::prependToKillRing(const String& string)
75 String Editor::yankFromKillRing()
81 void Editor::startNewKillRingSequence()
87 void Editor::setKillRingToYankedState()
93 void Editor::showFontPanel()
98 void Editor::showStylesPanel()
103 void Editor::showColorPanel()
[all …]
/external/webkit/WebCore/platform/wx/
DTemporaryLinkStubs.cpp153 void Editor::showColorPanel() { notImplemented(); } in showColorPanel()
154 void Editor::showFontPanel() { notImplemented(); } in showFontPanel()
155 void Editor::showStylesPanel() { notImplemented(); } in showStylesPanel()
/external/webkit/WebCore/page/
DFrame.h66 class Editor; variable
112 Editor* editor() const;
352 mutable Editor m_editor;
/external/webkit/WebCore/editing/android/
DEditorAndroid.cpp34 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
/external/webkit/WebCore/editing/haiku/
DEditorHaiku.cpp39 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
/external/webkit/WebCore/editing/wx/
DEditorWx.cpp33 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
/external/webkit/WebCore/editing/qt/
DEditorQt.cpp42 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
/external/webkit/WebCore/editing/chromium/
DEditorChromium.cpp39 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
/external/webkit/WebCore/platform/win/
DEditorWin.cpp41 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
/external/jhead/
Djhead.c160 char * Editor;
161 Editor = getenv("EDITOR");
162 if (Editor == NULL){
164 Editor = "notepad";
166 Editor = "vi";
169 if (strlen(Editor) > PATH_MAX) ErrFatal("env too long");
171 sprintf(QuotedPath, "%s \"%s\"",Editor, TempFileName);
/external/webkit/WebCore/platform/gtk/
DClipboardGtk.cpp28 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp59 Editor* editor = targetFrame->editor(); in imContextCommitted()
68 Editor* editor = frame->editor(); in imContextPreeditChanged()
505 Editor::Command command = frame->editor()->command(interpretKeyEvent(evt)); in handleEditingKeyboardEvent()
/external/icu4c/layoutex/
Dlayoutex.rc1 // Do not edit with Microsoft Developer Studio Resource Editor.
/external/icu4c/common/
Dcommon.rc1 // Do not edit with Microsoft Developer Studio Resource Editor.
/external/icu4c/i18n/
Di18n.rc1 // Do not edit with Microsoft Developer Studio Resource Editor.
/external/icu4c/io/
Dio.rc1 // Do not edit with Microsoft Developer Studio Resource Editor.
/external/icu4c/layout/
Dlayout.rc1 // Do not edit with Microsoft Developer Studio Resource Editor.
/external/webkit/WebCore/platform/
DContextMenu.cpp570 Editor::Command command = frame->editor()->command("MakeTextWritingDirectionNatural"); in checkOrEnableIfNeeded()
576Editor::Command command = frame->editor()->command("MakeTextWritingDirectionLeftToRight"); in checkOrEnableIfNeeded()
582Editor::Command command = frame->editor()->command("MakeTextWritingDirectionRightToLeft"); in checkOrEnableIfNeeded()
/external/webkit/WebKit/qt/Api/
Dqwebpage.cpp483 WebCore::Editor *editor = page->focusController()->focusedOrMainFrame()->editor(); in updateAction()
522 Editor::Command command = editor->command(commandName); in updateAction()
807 WebCore::Editor* editor = frame->editor(); in keyPressEvent()
963 WebCore::Editor *editor = frame->editor(); in inputMethodEvent()
985 WebCore::Editor* editor = frame->editor(); in shortcutOverrideEvent()
1551 WebCore::Editor *editor = frame->editor(); in triggerAction()
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp181 Editor::Command command = frame->editor()->command(interpretKeyEvent(event)); in handleKeyboardEvent()
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp377 Editor::Command command = frame->editor()->command(interpretKeyEvent(event)); in handleEditingKeyboardEvent()
/external/webkit/WebCore/
DChangeLog-2007-10-146038 * editing/Editor.cpp:
6039 (WebCore::Editor::setComposition):
6049 * editing/Editor.cpp: (WebCore::Editor::advanceToNextMisspelling): Updated comment.
6242 * editing/Editor.cpp:
7261 * editing/Editor.h: Moved MarkedTextUnderline here and renamed it CompositionUnderline.
7267 * editing/Editor.cpp:
7268 (WebCore::Editor::Editor): Updated for name change.
7269 (WebCore::Editor::clear): Added. To be called by FrameLoader::clear().
7270 (WebCore::Editor::insertTextWithoutSendingTextEvent): Removed code to make inserted
7274 (WebCore::Editor::selectComposition): Renamed from selectMarkedText. Updated since
[all …]

123