OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:editCommand
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/wx/WebKitSupport/
EditCommandWx.h
36
class
EditCommand
;
42
EditCommandWx(WTF::PassRefPtr<WebCore::
EditCommand
> command)
48
WTF::PassRefPtr<WebCore::
EditCommand
>
editCommand
() { return m_editCommand; }
51
WTF::RefPtr<WebCore::
EditCommand
> m_editCommand;
EditorClientWx.cpp
30
#include "
EditCommand
.h"
279
void EditorClientWx::registerCommandForUndo(PassRefPtr<
EditCommand
> command)
291
void EditorClientWx::registerCommandForRedo(PassRefPtr<
EditCommand
> command)
359
webKitWin->m_impl->undoStack.last().
editCommand
()->unapply();
372
webKitWin->m_impl->redoStack.last().
editCommand
()->reapply();
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp
37
#include <WebCore/
EditCommand
.h>
428
WebEditorUndoCommand(PassRefPtr<
EditCommand
>
editCommand
, bool isUndo);
438
RefPtr<
EditCommand
> m_editCommand;
442
WebEditorUndoCommand::WebEditorUndoCommand(PassRefPtr<
EditCommand
>
editCommand
, bool isUndo)
443
: m_editCommand(
editCommand
)
529
void WebEditorClient::registerCommandForUndo(PassRefPtr<
EditCommand
> command)
545
void WebEditorClient::registerCommandForRedo(PassRefPtr<
EditCommand
> command)
/external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp
598
string
editCommand
;
599
if (getEditCommand(eventDown, &
editCommand
))
600
m_shell->webViewHost()->setEditCommand(
editCommand
, "");
[
all
...]
Completed in 334 milliseconds