HomeSort by relevance Sort by last modified time
    Searched refs:Button (Results 1101 - 1125 of 1156) sorted by null

<<41424344454647

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_predicates.js 33 * Radio button.
35 * @return {?Node} Node in the array that is a radio button.
81 * Button.
83 * @return {?Node} Node in the array that is a button.
87 if ((nodes[i].getAttribute && nodes[i].getAttribute('role') == 'button') ||
88 nodes[i].tagName == 'BUTTON' ||
90 (nodes[i].tagName == 'INPUT' && nodes[i].type == 'button') ||
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 94 #include "ui/views/controls/button/image_button.h"
110 // The search button images are made to look as if they overlay the normal edge
111 // images, but to align things, the search button needs to be inset horizontally
359 views::Button::STATE_NORMAL,
    [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java 71 * presents the current value as an editable input field with an increment button
72 * above and a decrement button below. Long pressing the buttons allows for a quick
204 * The increment button.
209 * The decrement button.
456 * Whether the increment virtual button is pressed.
461 * Whether the decrement virtual button is pressed.
690 // increment button
699 // decrement button
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 17 self.widget = ttk.Button(width=0, text="Text")
79 btn = ttk.Button(command=lambda: success.append(1))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 17 self.widget = ttk.Button(width=0, text="Text")
79 btn = ttk.Button(command=lambda: success.append(1))
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 240 void NetworkStateListDetailedView::ButtonPressed(views::Button* sender,
436 TrayPopupHeaderButton* button,
442 button->SetVisible(false);
445 button->SetVisible(true);
447 button->SetEnabled(true);
448 button->SetToggled(true);
450 button->SetEnabled(true);
451 button->SetToggled(false);
453 button->SetEnabled(false);
454 button->SetToggled(false)
    [all...]
  /external/chromium_org/chrome/browser/apps/
web_view_interactive_browsertest.cc 118 void SendMouseClickWithListener(ui_controls::MouseButton button,
121 SendMouseClick(button);
125 void SendMouseClick(ui_controls::MouseButton button) {
126 SendMouseEvent(button, ui_controls::DOWN);
127 SendMouseEvent(button, ui_controls::UP);
198 void SendMouseEvent(ui_controls::MouseButton button,
201 mouse_click_result_ = ui_test_utils::SendMouseEventsSync(button,
206 button, state));
319 blink::WebMouseEvent::Button button,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 32 #include "ui/views/controls/button/checkbox.h"
342 void VPNConfigView::ButtonPressed(views::Button* sender,
579 // PSK passphrase label, input and visible button.
633 // User passphrase label, input and visble button.
    [all...]
wifi_config_view.cc 34 #include "ui/views/controls/button/checkbox.h"
35 #include "ui/views/controls/button/image_button.h"
619 void WifiConfigView::ButtonPressed(views::Button* sender,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 223 InputMethodEngineInterface::MouseButtonEvent button) OVERRIDE {
227 input_ime::OnCandidateClicked::Button button_enum =
229 switch (button) {
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 288 * Records a button clicked event.
290 * @param {number} buttonIndex Button Index
295 'GoogleNow.Card.Button.Clicked' + buttonIndex, cardTypeId);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 47 #include "ui/views/controls/button/image_button.h"
212 // See if the point is within the avatar menu button or within the avatar
277 // The close button isn't affected by this constraint.
328 // not in the tabstrip itself. In particular, the avatar label/button is left
341 void OpaqueBrowserFrameView::ButtonPressed(views::Button* sender,
531 views::ImageButton* button = new views::ImageButton(this); local
533 button->SetImage(views::CustomButton::STATE_NORMAL,
535 button->SetImage(views::CustomButton::STATE_HOVERED,
537 button->SetImage(views::CustomButton::STATE_PRESSED,
540 button->SetBackground
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 23 #include "ui/views/controls/button/image_button.h"
45 // The extra padding between the button and the top edge.
340 // Reset the button states in case that the hover states are not cleared when
515 // Layout the close button.
525 // Layout the minimize and restore button. Both occupy the same space,
608 void PanelFrameView::ButtonPressed(views::Button* sender,
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 43 #include "ui/views/controls/button/label_button_border.h"
177 if ((*i)->button()->browser_action() == action)
185 browser_action_views_[i]->button()->UpdateState();
398 DCHECK_EQ(browser_action_views_[data.index()]->button()->extension()->id(),
426 browser_action_views_[data.index()]->button()->extension(), i);
455 BrowserActionButton* button = browser_action_views_[i]->button(); local
456 if (button == sender) {
465 browser_action_views_[i]->button()->extension()->id(), i);
540 ShowPopup(view->button(), ExtensionPopup::SHOW_AND_INSPECT, true)
598 BrowserActionButton* button = (*it)->button(); local
620 BrowserActionButton* button = browser_action_views_[index]->button(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 36 #include "ui/views/controls/button/image_button.h"
37 #include "ui/views/controls/button/menu_button.h"
38 #include "ui/views/controls/button/menu_button_listener.h"
382 views::Button* button,
  /external/chromium_org/chrome/renderer/net/
net_error_helper_core.cc 519 // Track if an error occurred due to a page button press.
521 // to a request generated from the page reload button, and the user hits
522 // the browser reload button, this code will still believe the
523 // result is from the page reload button.
697 // There is no need to worry about the button display statistics here because
    [all...]
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 195 static_cast<PP_InputEvent_MouseButton>(mouse_event.button);
418 mouse_event->button = static_cast<WebMouseEvent::Button>(event.mouse_button);
421 mouse_event->button = WebMouseEvent::ButtonLeft;
423 mouse_event->button = WebMouseEvent::ButtonMiddle;
425 mouse_event->button = WebMouseEvent::ButtonRight;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 104 m_button = static_cast<MouseButton>(e.button);
526 switch (event.button()) {
528 button = WebMouseEvent::ButtonLeft;
531 button = WebMouseEvent::ButtonMiddle;
534 button = WebMouseEvent::ButtonRight;
538 switch (event.button()) {
550 button = WebMouseEvent::ButtonNone;
594 button = WebMouseEvent::ButtonLeft;
645 button = static_cast<Button>(event.button())
    [all...]
  /external/chromium_org/ui/message_center/views/
notification_view.cc 34 #include "ui/views/controls/button/image_button.h"
335 // close button.
352 // for proper layout logic and it also allows the close button and small
440 // a button) gets focused.
483 void NotificationView::ButtonPressed(views::Button* sender,
489 // See if the button pressed was an action button.
723 NotificationButton* button = new NotificationButton(this); local
724 button->SetTitle(button_info.title);
725 button->SetIcon(button_info.icon.AsImageSkia())
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 166 'minimize-button tool dimmable',
167 'button');
173 'maximize-button tool dimmable',
174 'button');
180 'close-button tool dimmable',
181 'button');
200 util.createChild(this.toolbar_, 'button-spacer');
204 this.modeButton_ = util.createChild(this.toolbar_, 'button mode', 'button');
251 * Creates toolbar button
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 19 __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", "Label",
161 ("Menubutton.button", {"children":
174 Menubutton.button -children {
593 class Button(Widget):
594 """Ttk Button widget, displays a textual label and/or image, and
598 """Construct a Ttk Button widget with the parent master.
609 Widget.__init__(self, master, "ttk::button", kw)
613 """Invokes the command associated with the button."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 19 __all__ = ["Button", "Checkbutton", "Combobox", "Entry", "Frame", "Label",
161 ("Menubutton.button", {"children":
174 Menubutton.button -children {
593 class Button(Widget):
594 """Ttk Button widget, displays a textual label and/or image, and
598 """Construct a Ttk Button widget with the parent master.
609 Widget.__init__(self, master, "ttk::button", kw)
613 """Invokes the command associated with the button."""
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 80 import android.widget.Button;
261 final Button button = new Button(mActivity); local
266 mActivity.addContentView(button,
271 button.getHitRect(rect);
272 MockTouchDelegate delegate = new MockTouchDelegate(rect, button);
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.cc 51 #include "ui/views/controls/button/image_button.h"
287 void ReflectItemStatus(const ShelfItem& item, ShelfButton* button) {
290 button->ClearState(ShelfButton::STATE_ACTIVE);
291 button->ClearState(ShelfButton::STATE_RUNNING);
292 button->ClearState(ShelfButton::STATE_ATTENTION);
295 button->ClearState(ShelfButton::STATE_ACTIVE);
296 button->AddState(ShelfButton::STATE_RUNNING);
297 button->ClearState(ShelfButton::STATE_ATTENTION);
300 button->AddState(ShelfButton::STATE_ACTIVE);
301 button->ClearState(ShelfButton::STATE_RUNNING)
465 ShelfButton* button = static_cast<ShelfButton*>(view_model_->view_at(index)); local
876 ShelfButton* button = ShelfButton::Create(this, this, layout_manager_); local
1073 ShelfButton* button = static_cast<ShelfButton*>(drag_view_); local
1157 ShelfButton* button = static_cast<ShelfButton*>(drag_view_); local
1533 ShelfButton* button = static_cast<ShelfButton*>(view); local
1864 ShelfButton* button = static_cast<ShelfButton*>(view); local
    [all...]

Completed in 1606 milliseconds

<<41424344454647