OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addPendingEditorCommand
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp
68
client->
addPendingEditorCommand
("DeleteBackward");
74
client->
addPendingEditorCommand
(select ? "SelectAll" : "Unselect");
80
client->
addPendingEditorCommand
("Cut");
86
client->
addPendingEditorCommand
("Copy");
92
client->
addPendingEditorCommand
("Paste");
135
client->
addPendingEditorCommand
("MoveWordForward");
136
client->
addPendingEditorCommand
("MoveWordBackward");
138
client->
addPendingEditorCommand
("MoveWordBackward");
139
client->
addPendingEditorCommand
("MoveWordForward");
143
client->
addPendingEditorCommand
("MoveToBeginningOfLine")
[
all
...]
WebView.h
68
void
addPendingEditorCommand
(const char* command) { m_pendingEditorCommands.append(WTF::String(command)); }