/external/webkit/WebCore/editing/ |
D | Editor.cpp | 80 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 …]
|
D | Editor.h | 65 class Editor { 67 Editor(Frame*); 68 ~Editor(); 329 inline void Editor::setStartNewKillRingSequence(bool flag) in setStartNewKillRingSequence()
|
D | EditorCommand.cpp | 1465 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/ |
D | EditorMac.mm | 27 #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/ |
D | TemporaryLinkStubs.cpp | 153 void Editor::showColorPanel() { notImplemented(); } in showColorPanel() 154 void Editor::showFontPanel() { notImplemented(); } in showFontPanel() 155 void Editor::showStylesPanel() { notImplemented(); } in showStylesPanel()
|
/external/webkit/WebCore/page/ |
D | Frame.h | 66 class Editor; variable 112 Editor* editor() const; 352 mutable Editor m_editor;
|
/external/webkit/WebCore/editing/android/ |
D | EditorAndroid.cpp | 34 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
|
/external/webkit/WebCore/editing/haiku/ |
D | EditorHaiku.cpp | 39 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
|
/external/webkit/WebCore/editing/wx/ |
D | EditorWx.cpp | 33 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
|
/external/webkit/WebCore/editing/qt/ |
D | EditorQt.cpp | 42 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
|
/external/webkit/WebCore/editing/chromium/ |
D | EditorChromium.cpp | 39 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
|
/external/webkit/WebCore/platform/win/ |
D | EditorWin.cpp | 41 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
|
/external/jhead/ |
D | jhead.c | 160 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/ |
D | ClipboardGtk.cpp | 28 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) in newGeneralClipboard()
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.cpp | 59 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/ |
D | layoutex.rc | 1 // Do not edit with Microsoft Developer Studio Resource Editor.
|
/external/icu4c/common/ |
D | common.rc | 1 // Do not edit with Microsoft Developer Studio Resource Editor.
|
/external/icu4c/i18n/ |
D | i18n.rc | 1 // Do not edit with Microsoft Developer Studio Resource Editor.
|
/external/icu4c/io/ |
D | io.rc | 1 // Do not edit with Microsoft Developer Studio Resource Editor.
|
/external/icu4c/layout/ |
D | layout.rc | 1 // Do not edit with Microsoft Developer Studio Resource Editor.
|
/external/webkit/WebCore/platform/ |
D | ContextMenu.cpp | 570 Editor::Command command = frame->editor()->command("MakeTextWritingDirectionNatural"); in checkOrEnableIfNeeded() 576 … Editor::Command command = frame->editor()->command("MakeTextWritingDirectionLeftToRight"); in checkOrEnableIfNeeded() 582 … Editor::Command command = frame->editor()->command("MakeTextWritingDirectionRightToLeft"); in checkOrEnableIfNeeded()
|
/external/webkit/WebKit/qt/Api/ |
D | qwebpage.cpp | 483 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/ |
D | EditorClientAndroid.cpp | 181 Editor::Command command = frame->editor()->command(interpretKeyEvent(event)); in handleKeyboardEvent()
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.cpp | 377 Editor::Command command = frame->editor()->command(interpretKeyEvent(event)); in handleEditingKeyboardEvent()
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 6038 * 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 …]
|