Searched refs:Editor (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/WebCore/editing/wx/
H A DEditorWx.cpp27 #include "Editor.h"
34 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
39 void Editor::showColorPanel()
44 void Editor::showFontPanel()
49 void Editor::showStylesPanel()
/external/webkit/WebCore/editing/android/
H A DEditorAndroid.cpp28 #include "Editor.h"
34 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
/external/webkit/WebCore/editing/haiku/
H A DEditorHaiku.cpp29 #include "Editor.h"
38 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
/external/webkit/WebCore/editing/qt/
H A DEditorQt.cpp28 #include "Editor.h"
42 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
/external/webkit/WebCore/editing/mac/
H A 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
[all...]
/external/webkit/WebCore/editing/chromium/
H A DEditorChromium.cpp32 #include "Editor.h"
39 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
/external/webkit/WebCore/platform/wince/
H A DEditorWince.cpp23 #include "Editor.h"
38 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
/external/webkit/WebCore/platform/win/
H A DEditorWin.cpp27 #include "Editor.h"
41 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
/external/webkit/WebCore/editing/
H A DEditor.cpp28 #include "Editor.h"
81 VisibleSelection Editor::selectionForCommand(Event* event)
99 EditorClient* Editor::client() const
106 void Editor::handleKeyboardEvent(KeyboardEvent* event)
112 void Editor::handleInputMethodKeydown(KeyboardEvent* event)
118 bool Editor::canEdit() const
123 bool Editor::canEditRichly() const
133 bool Editor::canDHTMLCut()
138 bool Editor::canDHTMLCopy()
143 bool Editor
918 Editor::Editor(Frame* frame) function in class:WebCore::Editor
[all...]
H A DEditor.h65 class Editor { class in namespace:WebCore
67 Editor(Frame*);
68 ~Editor();
289 // We should make these functions private when their callers in Frame are moved over here to Editor
329 inline void Editor::setStartNewKillRingSequence(bool flag)
H A DEditorCommand.cpp38 #include "Editor.h"
83 // Related to Editor::selectionForCommand.
127 // This function must use Editor::selectionHasStyle to determine the current style but we cannot fix this
1487 Editor::Command Editor::command(const String& commandName)
1492 Editor::Command Editor::command(const String& commandName, EditorCommandSource source)
1502 Editor::Command::Command()
1508 Editor::Command::Command(PassRefPtr<Frame> frame, const EditorInternalCommand* command, EditorCommandSource source)
1517 bool Editor
[all...]
/external/webkit/WebCore/page/
H A DFrame.h33 #include "Editor.h"
91 Editor* editor() const;
191 // === to be moved into Editor
290 // === to be moved into Editor
330 mutable Editor m_editor;
/external/jhead/
H A 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);
176 perror("Editor failed to launch");
/external/webkit/WebCore/platform/gtk/
H A DClipboardGtk.cpp22 #include "Editor.h"
35 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy)
/external/webkit/WebKit/mac/DefaultDelegates/
H A DWebDefaultContextMenuDelegate.mm46 #import <WebCore/Editor.h>
/external/libvpx/examples/includes/geshi/geshi/
H A Dreg.php10 * Microsoft Registry Editor language file for GeSHi.
150 GESHI_SEARCH => '(^\s*)(Windows Registry Editor Version \d+\.\d+)(\s*$)',
/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp29 #include "Editor.h"
182 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
/external/webkit/WebKit/chromium/src/
H A DWebViewImpl.cpp49 #include "Editor.h"
432 Editor* editor = focused->editor();
997 Editor* editor = focusedFrame->editor();
1014 Editor* editor = focused->editor();
1046 // displayed in this Editor object.
1048 // m_compositionNode member of this Editor object and display it.
1079 // Editor::confirmCompletion() and complete this composition.
1100 const Editor* editor = focused->editor();
1123 // The Editor::setBaseWritingDirection() function checks if we can change
1131 Editor* edito
[all...]
H A DEditorClientImpl.cpp32 #include "Editor.h"
122 const Editor* editor = frame->editor();
555 Editor::Command command = frame->editor()->command(commandName);
559 // commands that just insert text if executed via Editor should be treated,
H A DWebFrameImpl.cpp84 #include "Editor.h"
937 Editor* editor = frame()->editor();
968 // string and call the function on Editor directly.
980 // Specially handling commands that Editor::execCommand does not directly
983 Editor* editor = frame()->editor();
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp31 #include "Editor.h"
386 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
389 // WebKit doesn't have enough information about mode to decide how commands that just insert text if executed via Editor should be treated,
/external/webkit/WebCore/platform/
H A DContextMenu.cpp40 #include "Editor.h"
590 Editor::Command command = frame->editor()->command("MakeTextWritingDirectionNatural");
596 Editor::Command command = frame->editor()->command("MakeTextWritingDirectionLeftToRight");
602 Editor::Command command = frame->editor()->command("MakeTextWritingDirectionRightToLeft");
/external/webkit/WebKit/qt/Api/
H A Dqwebpage.cpp64 #include "Editor.h"
267 // Lookup table mapping QWebPage::WebActions to the associated Editor commands
584 WebCore::Editor *editor = page->focusController()->focusedOrMainFrame()->editor();
623 Editor::Command command = editor->command(commandName);
1239 WebCore::Editor *editor = frame->editor();
1301 WebCore::Editor* editor = frame->editor();
1411 WebCore::Editor* editor = frame->editor();
2018 WebCore::Editor *editor = frame->editor();
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp29 #include "Editor.h"
460 Editor::Command command = frame->editor()->command(editorCommandString);
/external/webkit/WebKit/win/
H A DWebView.cpp80 #include <WebCore/Editor.h>
1808 Editor::Command command = frame->editor()->command(interpretKeyEvent(evt));
1811 // WebKit doesn't have enough information about mode to decide how commands that just insert text if executed via Editor should be treated,
4071 Editor* editor = m_page->focusController()->focusedOrMainFrame()->editor();
4079 Editor* editor = m_page->focusController()->focusedOrMainFrame()->editor();
4087 Editor* editor = m_page->focusController()->focusedOrMainFrame()->editor();
4176 Editor* editor = m_page->focusController()->focusedOrMainFrame()->editor();

Completed in 124 milliseconds

12