OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRight
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
web_input_event_util_posix.cc
37
return blink::WebKeyboardEvent::
IsRight
;
web_input_event_builders_win.cc
67
modifier = WebInputEvent::
IsRight
;
73
modifier = WebInputEvent::
IsRight
;
79
modifier = WebInputEvent::
IsRight
;
85
modifier = WebInputEvent::
IsRight
;
92
|| modifier == WebInputEvent::
IsRight
);
/external/chromium_org/third_party/WebKit/Source/web/
WebInputEvent.cpp
232
return
IsRight
;
WebInputEventFactoryWin.cpp
93
modifier = WebInputEvent::
IsRight
;
99
modifier = WebInputEvent::
IsRight
;
105
modifier = WebInputEvent::
IsRight
;
111
modifier = WebInputEvent::
IsRight
;
118
|| modifier == WebInputEvent::
IsRight
);
WebInputEventConversion.cpp
307
else if (e.modifiers & WebInputEvent::
IsRight
)
312
else if (e.modifiers & WebInputEvent::
IsRight
)
317
else if (e.modifiers & WebInputEvent::
IsRight
)
632
modifiers |= WebInputEvent::
IsRight
;
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp
71
EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::
IsRight
);
75
EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::
IsRight
);
78
EXPECT_TRUE(modifiers & WebInputEvent::
IsRight
);
83
EXPECT_FALSE(modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::
IsRight
);
/external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h
165
IsRight
= 1 << 12,
/external/chromium_org/chrome/browser/ui/ash/
event_rewriter.cc
108
bool
IsRight
(KeySym native_keysym) {
557
(
IsRight
(keysym) ? (1 << 0) : 0);
[
all
...]
/external/chromium_org/content/renderer/pepper/
event_conversion.cc
82
static_cast<int>(WebInputEvent::
IsRight
),
Completed in 217 milliseconds