/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_button.mm | 43 NSGradient* GetButtonGradient(ButtonState button_state) { 47 NSColor* start_color = gfx::SkColorToCalibratedNSColor(start[button_state]); 48 NSColor* end_color = gfx::SkColorToCalibratedNSColor(end[button_state]); 56 NSShadow* GetButtonHighlight(ButtonState button_state) { 60 [shadow setShadowColor:gfx::SkColorToCalibratedNSColor(color[button_state])]; 66 NSShadow* GetButtonShadow(ButtonState button_state) { 70 [shadow setShadowColor:gfx::SkColorToCalibratedNSColor(color[button_state])]; 76 NSColor* GetButtonBorderColor(ButtonState button_state) { 79 return gfx::SkColorToCalibratedNSColor(color[button_state]); 84 ButtonState button_state) { [all...] |
/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/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 | 978 views::Button::ButtonState button_state = state(); local [all...] |
/external/qemu/ |
monitor.c | 1152 static void do_mouse_button(Monitor *mon, int button_state) 1154 mouse_button_state = button_state; [all...] |