OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebInputEvent
(Results
101 - 125
of
218
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/content/plugin/
webplugin_delegate_stub.h
27
class
WebInputEvent
;
72
void OnHandleInputEvent(const blink::
WebInputEvent
* event,
/external/chromium_org/content/renderer/input/
input_handler_manager.cc
15
using blink::
WebInputEvent
;
108
const
WebInputEvent
* input_event,
input_event_filter.h
17
#include "third_party/WebKit/public/web/
WebInputEvent
.h"
65
void SendACK(blink::
WebInputEvent
::Type type,
/external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentImpl.cpp
291
bool WebDevToolsAgentImpl::handleInputEvent(WebCore::Page* page, const
WebInputEvent
& inputEvent)
300
if (
WebInputEvent
::isGestureEventType(inputEvent.type) && inputEvent.type ==
WebInputEvent
::GestureTap) {
305
if (
WebInputEvent
::isMouseEventType(inputEvent.type) && inputEvent.type !=
WebInputEvent
::MouseEnter) {
310
if (
WebInputEvent
::isTouchEventType(inputEvent.type)) {
314
if (
WebInputEvent
::isKeyboardEventType(inputEvent.type)) {
500
if (!webEvent.keyIdentifier[0] && webEvent.type !=
WebInputEvent
::Char)
WebPluginContainerImpl.cpp
38
#include "
WebInputEvent
.h"
182
const
WebInputEvent
* currentInputEvent = WebViewImpl::currentInputEvent();
183
UserGestureIndicator gestureIndicator(currentInputEvent &&
WebInputEvent
::isUserGestureEventType(currentInputEvent->type) ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);
682
if (webEvent.type ==
WebInputEvent
::Undefined)
743
if (webEvent.type ==
WebInputEvent
::Undefined)
754
if (webEvent.type ==
WebInputEvent
::Undefined)
757
if (webEvent.type ==
WebInputEvent
::KeyDown) {
759
if (webEvent.modifiers ==
WebInputEvent
::MetaKey
761
if (webEvent.modifiers ==
WebInputEvent
::ControlKey
774
const
WebInputEvent
* currentInputEvent = WebViewImpl::currentInputEvent()
[
all
...]
WebPagePopupImpl.h
74
virtual bool handleInputEvent(const
WebInputEvent
&) OVERRIDE;
WebViewImpl.cpp
243
if (webInputEventKeyState &
WebInputEvent
::ShiftKey)
245
if (webInputEventKeyState &
WebInputEvent
::ControlKey)
247
if (webInputEventKeyState &
WebInputEvent
::AltKey)
249
if (webInputEventKeyState &
WebInputEvent
::MetaKey)
640
syntheticGestureEvent.type =
WebInputEvent
::GestureScrollUpdateWithoutPropagation;
662
case
WebInputEvent
::GestureFlingStart: {
678
case
WebInputEvent
::GestureFlingCancel:
693
case
WebInputEvent
::GestureShowPress:
698
case
WebInputEvent
::GestureTapCancel:
699
case
WebInputEvent
::GestureTap
[
all
...]
WebDevToolsAgentImpl.h
80
virtual bool handleInputEvent(WebCore::Page*, const
WebInputEvent
&);
WebInputEvent.cpp
32
#include "
WebInputEvent
.h"
67
COMPILE_ASSERT(sizeof(
WebInputEvent
) == sizeof(SameSizeAsWebInputEvent), WebInputEvent_has_gaps);
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc
25
#include "third_party/WebKit/Source/WebKit/chromium/public/
WebInputEvent
.h"
81
modifiers |= WebKit::
WebInputEvent
::ShiftKey;
83
modifiers |= WebKit::
WebInputEvent
::ControlKey;
85
modifiers |= WebKit::
WebInputEvent
::AltKey;
87
modifiers |= WebKit::
WebInputEvent
::CapsLockOn;
108
WebKit::
WebInputEvent
::Type TouchEventTypeFromEvent(
112
return WebKit::
WebInputEvent
::TouchStart;
114
return WebKit::
WebInputEvent
::TouchEnd;
116
return WebKit::
WebInputEvent
::TouchMove;
118
return WebKit::
WebInputEvent
::TouchCancel
[
all
...]
gtk_im_context_wrapper.h
16
#include "third_party/WebKit/Source/WebKit/chromium/public/
WebInputEvent
.h"
105
void SendFakeCompositionKeyEvent(WebKit::
WebInputEvent
::Type type);
/external/chromium/chrome/browser/ui/views/
dropdown_bar_host_gtk.cc
39
wke.type = WebKit::
WebInputEvent
::KeyDown;
/external/chromium_org/components/plugins/renderer/
webview_plugin.cc
19
#include "third_party/WebKit/public/web/
WebInputEvent
.h"
30
using blink::
WebInputEvent
;
149
bool WebViewPlugin::handleInputEvent(const
WebInputEvent
& event,
153
if (event.type ==
WebInputEvent
::GestureTap)
156
if (event.type ==
WebInputEvent
::ContextMenu) {
/external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.h
16
#include "third_party/WebKit/public/web/
WebInputEvent
.h"
77
blink::
WebInputEvent
::Type type,
mock_input_ack_handler.cc
12
using blink::
WebInputEvent
;
/external/chromium_org/content/browser/renderer_host/
web_input_event_aura_unittest.cc
31
EXPECT_EQ(webkit_event.modifiers, blink::
WebInputEvent
::ControlKey);
gtk_im_context_wrapper.cc
405
wke->type = blink::
WebInputEvent
::Char;
503
SendFakeCompositionKeyEvent(blink::
WebInputEvent
::RawKeyDown);
507
SendFakeCompositionKeyEvent(blink::
WebInputEvent
::KeyUp);
548
SendFakeCompositionKeyEvent(blink::
WebInputEvent
::RawKeyDown);
558
SendFakeCompositionKeyEvent(blink::
WebInputEvent
::KeyUp);
616
blink::
WebInputEvent
::Type type) {
gtk_im_context_wrapper.h
15
#include "third_party/WebKit/public/web/
WebInputEvent
.h"
104
void SendFakeCompositionKeyEvent(blink::
WebInputEvent
::Type type);
/external/chromium_org/content/common/
content_param_traits.h
18
#include "third_party/WebKit/public/web/
WebInputEvent
.h"
61
typedef const blink::
WebInputEvent
* WebInputEventPointer;
/external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc
41
#include "third_party/WebKit/public/web/
WebInputEvent
.h"
50
using blink::
WebInputEvent
;
64
WebInputEvent
* event) {
69
event->modifiers |=
WebInputEvent
::AltKey;
71
event->modifiers |=
WebInputEvent
::ControlKey;
73
event->modifiers |=
WebInputEvent
::MetaKey;
75
event->modifiers |=
WebInputEvent
::ShiftKey;
845
mouse_event.type =
WebInputEvent
::MouseDown;
848
mouse_event.type =
WebInputEvent
::MouseUp;
851
mouse_event.type =
WebInputEvent
::MouseMove
[
all
...]
/external/chromium_org/content/common/input/
input_param_traits_unittest.cc
14
#include "third_party/WebKit/public/web/
WebInputEvent
.h"
148
key_event.type = blink::
WebInputEvent
::RawKeyDown;
153
wheel_event.type = blink::
WebInputEvent
::MouseWheel;
159
mouse_event.type = blink::
WebInputEvent
::MouseDown;
165
gesture_event.type = blink::
WebInputEvent
::GestureScrollBegin;
170
touch_event.type = blink::
WebInputEvent
::TouchStart;
/external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc
191
mouse_event.type = blink::
WebInputEvent
::MouseDown;
198
mouse_event.type = blink::
WebInputEvent
::MouseUp;
/external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.h
45
#include "public/web/
WebInputEvent
.h"
129
void gestureEvent(blink::
WebInputEvent
::Type, const CppArgumentList&);
184
void sendCurrentTouchEvent(const blink::
WebInputEvent
::Type);
/external/chromium_org/content/browser/browser_plugin/
test_browser_plugin_guest.h
34
const blink::
WebInputEvent
* event) OVERRIDE;
/external/chromium_org/content/browser/web_contents/
web_drag_dest_gtk.cc
20
#include "third_party/WebKit/public/web/
WebInputEvent
.h"
39
modifier_state |= blink::
WebInputEvent
::ShiftKey;
41
modifier_state |= blink::
WebInputEvent
::ControlKey;
43
modifier_state |= blink::
WebInputEvent
::AltKey;
45
modifier_state |= blink::
WebInputEvent
::MetaKey;
Completed in 759 milliseconds
1
2
3
4
5
6
7
8
9