OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:platformEvent
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebEditorClientGtk.cpp
71
const PlatformKeyboardEvent*
platformEvent
= event->keyEvent();
72
if (!
platformEvent
)
82
if (
platformEvent
->type() == PlatformKeyboardEvent::RawKeyDown) {
107
frame->editor()->insertText(
platformEvent
->text(), event);
116
if (
platformEvent
->ctrlKey() ||
platformEvent
->altKey())
119
if (frame->editor()->insertText(
platformEvent
->text(), event))
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp
709
const PlatformKeyboardEvent*
platformEvent
= event->keyEvent();
710
if (!
platformEvent
)
719
if (
platformEvent
->type() == PlatformKeyboardEvent::RawKeyDown) {
758
if (
platformEvent
->ctrlKey() ||
platformEvent
->altKey())
761
if (frame->editor()->insertText(
platformEvent
->text(), event))
[
all
...]
Completed in 214 milliseconds