OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pressed
(Results
126 - 150
of
1117
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bootable/recovery/
device.h
40
// //
pressed
. *key_pressed is an array of KEY_MAX+1 bytes
41
// // indicating which other keys are already
pressed
. Return a
48
// and waiting for input, and a key is
pressed
. (Note that "at"
54
// key is the code of the key just
pressed
. (You can call
/cts/tests/tests/holo/res/values/
strings.xml
42
<string name="button_pressed">Button
Pressed
</string>
63
<string name="ratingbar_0_pressed">RatingBar 0 Stars
Pressed
</string>
64
<string name="ratingbar_2point5_pressed">RatingBar 2.5 Stars
Pressed
</string>
65
<string name="ratingbar_5_pressed">RatingBar 5 Stars
Pressed
</string>
/external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.h
40
MOCK_METHOD1(OnControlKeyChanged, void(bool
pressed
));
/external/chromium_org/ash/accelerators/
accelerator_dispatcher.h
18
// has been
pressed
.
/external/chromium_org/base/win/
win_util.h
44
// Returns true if the shift key is currently
pressed
.
47
// Returns true if the ctrl key is currently
pressed
.
50
// Returns true if the alt key is currently
pressed
.
53
// Returns true if the altgr key is currently
pressed
.
/external/chromium_org/chrome/browser/chromeos/login/screens/
app_launch_splash_screen_actor.h
29
// Invoked when the app launch bailout shortcut key is
pressed
.
/external/chromium_org/chrome/browser/ui/ash/
caps_lock_delegate_chromeos.h
20
// is
pressed
.
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.h
38
MOCK_METHOD1(OnControlKeyChanged, void(bool
pressed
));
/external/chromium_org/media/base/
keyboard_event_counter.cc
24
// Updates the
pressed
keys and the total count of key presses.
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopViewInterface.java
12
void injectMouseEvent(int x, int y, int button, boolean
pressed
);
/external/chromium_org/remoting/host/
local_input_monitor.h
23
//
pressed
.
/external/chromium_org/remoting/host/win/
session_input_injector.cc
91
// Keys currently
pressed
by the client, used to detect Ctrl-Alt-Del.
138
// HostEventDispatcher should drop events lacking the
pressed
field.
142
if (event.
pressed
()) {
143
// Simulate secure attention sequence if Ctrl-Alt-Del was just
pressed
.
/external/chromium_org/third_party/WebKit/ManualTests/
contenteditable-link.html
18
<div>The behaviour of editable links is controlled by the user default WebKitEditableLinkBehavior. This can be set via a private WebPreference. If the preference is OnlyLiveWithShiftKey, then the link will only be active when the shift key is
pressed
(WinIE/Firefox behaviour). If the preference is WebKitEditableLinkAlwaysLive or WebKitEditableLinkDefaultBehavior, then the link is always active (Safari 2.0 behaviour). Finally, if the preference is WebKitEditableLinkLiveWhenNotFocused, the link will only be live if the selection before clicking on the link is not in the same editable block as the link.</div>
/external/chromium_org/ui/base/win/
foreground_helper.h
37
// Handle the registered Hotkey being
pressed
.
/external/chromium_org/ui/keyboard/
keyboard_ui_handler.h
33
// dictionary containing an event type, the character being
pressed
or
/external/chromium_org/ui/views/controls/
link.cc
133
// Focus the link on key
pressed
.
211
void Link::SetPressed(bool
pressed
) {
212
if (pressed_ !=
pressed
) {
213
pressed_ =
pressed
;
/external/chromium_org/ui/views/
drag_controller.h
38
//
pressed
down. |p| is the current mouse coordinates.
/external/chromium_org/ui/views/examples/
button_example.h
46
// The number of times the buttons are
pressed
.
/external/chromium_org/ui/views/focus/
accelerator_handler.h
37
// The keys currently
pressed
and consumed by the FocusManager.
accelerator_handler_win.cc
28
// Record that this key is
pressed
so we can remember not to
/external/kernel-headers/original/linux/
tiocl.h
35
#define TIOCL_BLANKSCREEN 14 /* keep screen blank even if a key is
pressed
*/
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_MouseButtonEvent.3
32
When a mouse button press or release is detected then number of the button
pressed
(from 1 to 255, with 1 usually being the left button and 2 the right) is placed into \fBbutton\fR, the position of the mouse when this event occured is stored in the \fBx\fR and the \fBy\fR fields\&. Like \fI\fBSDL_KeyboardEvent\fR\fR, information on whether the event was a press or a release event is stored in both the \fBtype\fR and \fBstate\fR fields, but this should be obvious\&.
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aaevents_c.h
32
extern void AA_keyboardcallback(int scancode, int
pressed
);
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarievents_c.h
50
SDL_bool
pressed
);
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgaevents_c.h
32
extern void SVGA_keyboardcallback(int scancode, int
pressed
);
Completed in 1548 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>