Searched refs:editAction (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebEditCommandProxy.h41 static PassRefPtr<WebEditCommandProxy> create(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page) argument
43 return adoptRef(new WebEditCommandProxy(commandID, editAction, page));
48 WebCore::EditAction editAction() const { return m_editAction; } function in class:WebKit::WebEditCommandProxy
H A DWebEditCommandProxy.cpp39 WebEditCommandProxy::WebEditCommandProxy(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page) argument
41 , m_editAction(editAction)
71 String WebEditCommandProxy::nameForEditAction(EditAction editAction) argument
73 switch (editAction) {
H A DWebPageProxy.h603 void registerEditCommandForUndo(uint64_t commandID, uint32_t editAction);
H A DWebPageProxy.cpp2182 void WebPageProxy::registerEditCommandForUndo(uint64_t commandID, uint32_t editAction) argument
2184 registerEditCommand(WebEditCommandProxy::create(commandID, static_cast<EditAction>(editAction), this), Undo);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp232 uint32_t editAction = static_cast<uint32_t>(webCommand->command()->editingAction()); local
234 m_page->send(Messages::WebPageProxy::RegisterEditCommandForUndo(webCommand->commandID(), editAction));
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp485 static String undoNameForEditAction(EditAction editAction) argument
487 switch (editAction) {
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.mm219 String actionName = WebEditCommandProxy::nameForEditAction(command->editAction());
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm488 static NSString* undoNameForEditAction(EditAction editAction)
490 switch (editAction) {
/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp344 ReplaceSelectionCommand::ReplaceSelectionCommand(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction) argument
352 , m_editAction(editAction)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 110 milliseconds