HomeSort by relevance Sort by last modified time
    Searched full:button_state (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/events/test/
mock_motion_event.cc 16 button_state(0) {
21 button_state(0) {
33 button_state(0) {
49 button_state(0) {
69 button_state(0) {
84 button_state(other.GetButtonState()) {
164 return button_state;
236 button_state = new_button_state;
mock_motion_event.h 81 void SetButtonState(int button_state);
91 int button_state; member in struct:ui::test::MockMotionEvent
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbelo.h 47 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state);
53 int eloReadPosition(_THIS, int fd, int* x, int* y, int* button_state, int* realx, int* realy);
SDL_fbelo.c 81 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state) {
114 *button_state = elo_button;
421 int eloReadPosition(_THIS, int fd, int* x, int* y, int* button_state, int* realx, int* realy) {
432 if(!eloParsePacket(buffer, realx, realy, button_state)) {
SDL_fbevents.c 714 int button_state; local
730 button_state = SDL_GetMouseState(NULL, NULL);
731 state_changed = button_state ^ button;
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_button.mm 45 NSGradient* GetButtonGradient(ButtonState button_state) {
49 NSColor* start_color = gfx::SkColorToCalibratedNSColor(start[button_state]);
50 NSColor* end_color = gfx::SkColorToCalibratedNSColor(end[button_state]);
58 NSShadow* GetButtonHighlight(ButtonState button_state) {
62 [shadow setShadowColor:gfx::SkColorToCalibratedNSColor(color[button_state])];
68 NSShadow* GetButtonShadow(ButtonState button_state) {
72 [shadow setShadowColor:gfx::SkColorToCalibratedNSColor(color[button_state])];
78 NSColor* GetButtonBorderColor(ButtonState button_state) {
81 return gfx::SkColorToCalibratedNSColor(color[button_state]);
  /external/chromium_org/pdf/
button.cc 130 if (style_ == BUTTON_STATE) {
148 if (style_ == BUTTON_STATE && !force) {
169 case BUTTON_STATE:
button.h 23 BUTTON_STATE
instance.cc 119 { kFitToPageButtonId, Button::BUTTON_STATE,
123 { kFitToWidthButtonId, Button::BUTTON_STATE,
146 { kFitToPageButtonId, Button::BUTTON_STATE,
150 { kFitToWidthButtonId, Button::BUTTON_STATE,
173 { kFitToPageButtonId, Button::BUTTON_STATE,
177 { kFitToWidthButtonId, Button::BUTTON_STATE,
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
motion_event_android.cc 74 int FromAndroidButtonState(int button_state) {
76 if ((button_state & BUTTON_BACK) != 0)
78 if ((button_state & BUTTON_FORWARD) != 0)
80 if ((button_state & BUTTON_PRIMARY) != 0)
82 if ((button_state & BUTTON_SECONDARY) != 0)
84 if ((button_state & BUTTON_TERTIARY) != 0)
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglevents.c 103 int button_state, state_changed, state; local
118 button_state = SDL_GetMouseState(NULL, NULL);
119 state_changed = button_state ^ buttons;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events.c 96 static Uint8 ph2sdl_mousebutton(unsigned short button_state)
100 if (button_state & Ph_BUTTON_SELECT)
102 if (button_state & Ph_BUTTON_MENU)
104 if (button_state & Ph_BUTTON_ADJUST)
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 583 int button_state; local
599 button_state = SDL_GetMouseState(NULL, NULL);
600 state_changed = button_state ^ button;
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 1018 views::Button::ButtonState button_state = state(); local
    [all...]

Completed in 854 milliseconds