Searched refs:button (Results 276 - 300 of 820) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/webui/resources/js/cr/
H A Dlink_controller.js33 * button (or mousewheel). Or press Enter while holding Ctrl.
36 * your middle mouse button (or mousewheel). Or press Enter while holding
86 e.button != 2) {
90 if (e.button == 1 || ctrl) // middle, ctrl or keyboard
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_events_c.h60 extern int SDL_PrivateMouseButton(Uint8 state, Uint8 button,Sint16 x,Sint16 y);
/external/qemu/android/
H A Dqemulator.c540 if (ev.button.button == 4)
550 else if (ev.button.button == 5)
560 else if (ev.button.button == SDL_BUTTON_LEFT) {
565 fprintf(stderr, "... mouse button %s: button=%d state=%04x x=%d y=%d\n",
567 ev.button.button, e
[all...]
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dtracing_controller.css16 .tracing-start-button {
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate.cc83 InfoBarButton button) const {
84 return l10n_util::GetStringUTF16((button == BUTTON_OK) ?
/external/chromium_org/chrome/browser/infobars/
H A Dinsecure_content_infobar_delegate.cc74 InfoBarButton button) const {
75 return l10n_util::GetStringUTF16(button == BUTTON_OK ?
79 // OK button is labelled "don't load". It triggers Accept(), but really
88 // Cancel button is labelled "load anyways". It triggers Cancel(), but really
/external/chromium_org/chrome/browser/media/
H A Dprotected_media_identifier_infobar_delegate.cc100 InfoBarButton button) const {
101 return l10n_util::GetStringUTF16((button == BUTTON_OK) ?
/external/chromium_org/chrome/browser/resources/options/
H A Dclear_browser_data_overlay.css37 #some-stuff-remains-footer button {
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_in_progress_dialog_view.cc92 ui::DialogButton button) const {
93 return (button == ui::DIALOG_BUTTON_OK) ?
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc64 ui::DialogButton button) const {
65 if (button == ui::DIALOG_BUTTON_OK)
83 // button.
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils_views.cc56 ui_controls::MouseButton button,
76 base::Bind(&internal::ClickTask, button, state, closure));
55 MoveMouseToCenterAndPress(views::View* view, ui_controls::MouseButton button, int state, const base::Closure& closure) argument
/external/chromium_org/chrome/test/chromedriver/client/
H A Dchromedriver.py252 def MouseClick(self, button=0):
253 self.ExecuteCommand(Command.MOUSE_CLICK, {'button': button})
255 def MouseButtonDown(self, button=0):
256 self.ExecuteCommand(Command.MOUSE_BUTTON_DOWN, {'button': button})
258 def MouseButtonUp(self, button=0):
259 self.ExecuteCommand(Command.MOUSE_BUTTON_UP, {'button': button})
261 def MouseDoubleClick(self, button
[all...]
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_infobar_delegate.cc90 InfoBarButton button) const {
91 if (button == BUTTON_OK) {
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_standard_mappings.cc28 blink::WebGamepadButton button, float axis) {
30 return blink::WebGamepadButton(button.pressed, value);
27 ButtonFromButtonAndAxis( blink::WebGamepadButton button, float axis) argument
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DClearButtonElement.cpp49 element->setShadowPseudoId(AtomicString("-webkit-clear-button", AtomicString::ConstructFromLiteral));
88 if (event->type() == EventTypeNames::mousedown && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) {
98 if (event->type() == EventTypeNames::mouseup && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DdevicesView.css21 .browser button {
/external/chromium_org/ui/views/examples/
H A Dtabbed_pane_example.cc8 #include "ui/views/controls/button/label_button.h"
40 // Create a few tabs with a button first.
83 LabelButton* button = new LabelButton(NULL, ASCIIToUTF16(label)); local
84 tabbed_pane_->AddTab(ASCIIToUTF16(label), button); local
/external/chromium_org/ui/views/window/
H A Ddialog_delegate.h61 // For Dialog boxes, if there is a "Cancel" button or no dialog button at all,
62 // this is called when the user presses the "Cancel" button or the Esc key.
68 // For Dialog boxes, this is called when the user presses the "OK" button,
79 // e.g. by pressing the close button on the window or using a window manager
80 // gesture. By default, this calls Accept() if the only button in the dialog
92 ui::DialogButton button) const OVERRIDE;
93 virtual bool IsDialogButtonEnabled(ui::DialogButton button) const OVERRIDE;
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dbubble_button.js7 * An image button that brings up an informative bubble when activated by
22 this.className = 'bubble-button';
26 this.image.setAttribute('role', 'button');
34 * Whether the button is currently showing a bubble.
53 if (event.button != 0)
67 // Blur focus when a mouse button is pressed, matching the behavior of
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgaevents.c64 /* Mouse button press? */
67 xevent.xbutton.button, 0, 0);
71 /* Mouse button release? */
74 xevent.xbutton.button, 0, 0);
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.css58 .tab-header > button {
68 .tab-header:not(.selected) > button {
251 .open > button {
262 #device-settings button {
301 .close-button {
307 .close-button:active {
311 .close-button:hover {
315 #port-forwarding-config > .close-button {
370 .port-forwarding-pair .close-button {
374 .port-forwarding-pair.fresh .close-button,
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Daccounts_options_page.css44 .remove-user-button {
52 .remove-user-button:hover {
77 #userList[disabled] .remove-user-button {
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_browsertest.js149 // Test clicking on the 'Add a device' button.
153 expectTrue($('bluetooth-add-device-apply-button').disabled);
154 expectFalse($('bluetooth-add-device-cancel-button').disabled);
159 // Test selecting an element and clicking on the connect button.
164 var connectButton = $('bluetooth-add-device-apply-button');
199 // Connect button should be visible but disabled until a pincode is entered.
200 expectFalse($('bluetooth-pair-device-connect-button').hidden);
201 expectFalse($('bluetooth-pair-device-cancel-button').hidden);
202 expectTrue($('bluetooth-pair-device-connect-button').disabled);
203 expectFalse($('bluetooth-pair-device-cancel-button')
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Duber_shared.css54 body.uber-frame header > button {
62 html[dir='rtl'] body.uber-frame header > button {
69 body.uber-frame header button {
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_input_events_type_converters.cc79 web_event->button = blink::WebMouseEvent::ButtonNone;
81 web_event->button = blink::WebMouseEvent::ButtonLeft;
83 web_event->button = blink::WebMouseEvent::ButtonMiddle;
85 web_event->button = blink::WebMouseEvent::ButtonRight;
96 web_event->button = blink::WebMouseEvent::ButtonNone;
150 web_event->button = blink::WebMouseEvent::ButtonNone;

Completed in 2420 milliseconds

<<11121314151617181920>>