OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebInputEventFactory
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventFactoryTestGtk.cpp
39
#include "
WebInputEventFactory
.h"
45
using blink::
WebInputEventFactory
;
60
WebMouseEvent firstClickEvent =
WebInputEventFactory
::mouseEvent(&firstClick);
66
WebMouseEvent secondClickEvent =
WebInputEventFactory
::mouseEvent(&secondClick);
71
firstClickEvent =
WebInputEventFactory
::mouseEvent(&firstClick);
77
secondClickEvent =
WebInputEventFactory
::mouseEvent(&secondClick);
82
firstClickEvent =
WebInputEventFactory
::mouseEvent(&firstClick);
89
secondClickEvent =
WebInputEventFactory
::mouseEvent(&secondClick);
94
firstClickEvent =
WebInputEventFactory
::mouseEvent(&firstClick);
101
secondClickEvent =
WebInputEventFactory
::mouseEvent(&secondClick)
[
all
...]
WebInputEventFactoryTestMac.mm
37
#include "
WebInputEventFactory
.h"
41
using blink::
WebInputEventFactory
;
74
WebKeyboardEvent webEvent =
WebInputEventFactory
::keyboardEvent(macEvent);
79
webEvent =
WebInputEventFactory
::keyboardEvent(macEvent);
84
webEvent =
WebInputEventFactory
::keyboardEvent(macEvent);
89
webEvent =
WebInputEventFactory
::keyboardEvent(macEvent);
120
WebKeyboardEvent webEvent =
WebInputEventFactory
::keyboardEvent(macEvent);
/external/chromium_org/third_party/WebKit/public/web/win/
WebInputEventFactory.h
44
class
WebInputEventFactory
{
52
//
WebInputEventFactory
keeps internal state to allow it to synthesize
/external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryAndroid.cpp
32
#include "
WebInputEventFactory
.h"
41
WebKeyboardEvent
WebInputEventFactory
::keyboardEvent(WebInputEvent::Type type,
71
WebMouseEvent
WebInputEventFactory
::mouseEvent(MouseEventType type,
107
bool
WebInputEventFactory
::isSystemKeyEvent(const WebKeyboardEvent& event)
116
WebMouseWheelEvent
WebInputEventFactory
::mouseWheelEvent(MouseWheelDirectionType direction,
159
WebGestureEvent
WebInputEventFactory
::gestureEvent(WebInputEvent::Type type,
169
WebGestureEvent
WebInputEventFactory
::gestureEvent(WebInputEvent::Type type,
WebInputEventFactoryGtk.cpp
32
#include "
WebInputEventFactory
.h"
357
WebKeyboardEvent
WebInputEventFactory
::keyboardEvent(const GdkEventKey* event)
375
result.isSystemKey =
WebInputEventFactory
::isSystemKeyEvent(result);
410
bool
WebInputEventFactory
::isSystemKeyEvent(const WebKeyboardEvent& event)
417
WebKeyboardEvent
WebInputEventFactory
::keyboardEvent(wchar_t character, int state, double timeStampSeconds)
447
WebMouseEvent
WebInputEventFactory
::mouseEvent(const GdkEventButton* event)
503
WebMouseEvent
WebInputEventFactory
::mouseEvent(const GdkEventMotion* event)
538
WebMouseEvent
WebInputEventFactory
::mouseEvent(const GdkEventCrossing* event)
579
WebMouseWheelEvent
WebInputEventFactory
::mouseWheelEvent(const GdkEventScroll* event)
WebInputEventFactoryWin.cpp
32
#include "
WebInputEventFactory
.h"
132
WebKeyboardEvent
WebInputEventFactory
::keyboardEvent(HWND hwnd, UINT message,
209
void
WebInputEventFactory
::resetLastClickState()
214
bool
WebInputEventFactory
::isSystemKeyEvent(const WebKeyboardEvent& event)
224
WebMouseEvent
WebInputEventFactory
::mouseEvent(HWND hwnd, UINT message,
354
WebMouseWheelEvent
WebInputEventFactory
::mouseWheelEvent(HWND hwnd, UINT message,
/external/chromium_org/third_party/WebKit/public/web/gtk/
WebInputEventFactory.h
48
class
WebInputEventFactory
{
/external/chromium_org/third_party/WebKit/public/web/mac/
WebInputEventFactory.h
51
class
WebInputEventFactory
{
/external/chromium_org/third_party/WebKit/public/web/android/
WebInputEventFactory.h
41
class
WebInputEventFactory
{
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc
38
#include "third_party/WebKit/Source/WebKit/chromium/public/gtk/
WebInputEventFactory
.h"
91
using WebKit::
WebInputEventFactory
;
275
WebInputEventFactory
::mouseWheelEvent(&scroll_event);
328
WebInputEventFactory
::mouseEvent(event));
352
WebInputEventFactory
::mouseEvent(event));
373
WebInputEventFactory
::mouseEvent(event));
470
WebMouseWheelEvent web_event =
WebInputEventFactory
::mouseWheelEvent(event);
[
all
...]
render_widget_host_view_win.cc
38
#include "third_party/WebKit/Source/WebKit/chromium/public/win/
WebInputEventFactory
.h"
64
using WebKit::
WebInputEventFactory
;
[
all
...]
render_widget_host_view_views.cc
24
#include "third_party/WebKit/Source/WebKit/chromium/public/gtk/
WebInputEventFactory
.h"
56
using WebKit::
WebInputEventFactory
;
/external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp
60
#include "public/web/win/
WebInputEventFactory
.h"
62
#include "public/web/mac/
WebInputEventFactory
.h"
64
#include "public/web/android/
WebInputEventFactory
.h"
66
#include "public/web/gtk/
WebInputEventFactory
.h"
656
eventDown.isSystemKey =
WebInputEventFactory
::isSystemKeyEvent(eventDown);
725
webview()->handleInputEvent(
WebInputEventFactory
::keyboardEvent(0, msg, arguments[1].toInt32(), lparam));
[
all
...]
Completed in 126 milliseconds