HomeSort by relevance Sort by last modified time
    Searched refs:buttons (Results 126 - 150 of 192) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 620 int buttons = prompt_.GetDialogButtons(); local
623 DCHECK_GT(buttons & ui::DIALOG_BUTTON_CANCEL, 0);
624 return buttons;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 96 self.buttons = bl = []
191 for b in self.buttons:
197 for b in self.buttons:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 96 self.buttons = bl = []
191 for b in self.buttons:
197 for b in self.buttons:
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 112 public static final String NODE_BUTTONS = "buttons";
493 Element buttons = doc.createElement(PREFIX + NODE_BUTTONS); local
494 hardware.appendChild(buttons);
501 buttons.appendChild(buttonsText);
  /external/chromium_org/ui/base/x/
x11_util.cc 288 // A singleton object that remembers remappings of mouse buttons.
528 // and that no buttons or modifiers have changed.
531 xievent->buttons.mask_len == next_xievent->buttons.mask_len &&
532 (memcmp(xievent->buttons.mask,
533 next_xievent->buttons.mask,
534 xievent->buttons.mask_len) == 0) &&
    [all...]
  /external/qemu/
vnc-android.c 1258 int buttons = 0; local
    [all...]
vnc.c 1252 int buttons = 0; local
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 233 * Total hight of scroll buttons. Used to adjust the height of
520 // menu window is not visible yet. just hide buttons.
525 // Do not use screen width to determin if we need scroll buttons
new_new_tab.js 603 // Updates the visibility of the menu buttons for each section, based on
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.js 227 * Total hight of scroll buttons. Used to adjust the height of
515 // menu window is not visible yet. just hide buttons.
520 // Do not use screen width to determin if we need scroll buttons
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 1174 CARD8 buttons[32]; member in struct:__anon38818
1511 CARD8 buttons[4]; member in struct:__anon38843
1543 CARD8 buttons[28]; member in struct:__anon38845
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 1174 CARD8 buttons[32]; member in struct:__anon40408
1511 CARD8 buttons[4]; member in struct:__anon40433
1543 CARD8 buttons[28]; member in struct:__anon40435
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 1174 CARD8 buttons[32]; member in struct:__anon41923
1511 CARD8 buttons[4]; member in struct:__anon41948
1543 CARD8 buttons[28]; member in struct:__anon41950
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css 749 body.undocked .alternate-status-bar-buttons-bar {
753 .alternate-status-bar-buttons-bar {
760 .alternate-status-bar-buttons-bar .status-bar-item {
767 .alternate-status-bar-buttons-bar .status-bar-item.emulate-active {
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 56 /* Container for the ok/cancel buttons. */
347 /* The task buttons at the bottom of the preview pane. */
348 .task-buttons {
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
importing_dialog.js 49 this.buttons_ = this.frame_.querySelector('.cr-dialog-buttons');
  /external/chromium_org/chrome/browser/resources/file_manager/js/
share_dialog.js 123 this.frame_.querySelector('.cr-dialog-buttons'));
file_selection.js 288 // No "select" buttons on the full page UI.
543 // Inform tests it's OK to click buttons now.
  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter.cc     [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 774 // Add handlers for the page navigation buttons at the bottom.
951 * Enables or disables the buttons that control editing entries depending on
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 34 // Today rich notifications only supports two buttons, make sure we don't
35 // try to supply them with more than this number of buttons.
141 // Ensure our bitmap vector has as many entries as there are buttons,
244 // TODO(petewil): Today Rich notifiations are limited to two buttons.
259 rich_notification_data.buttons.push_back(button_info);
356 // Make sure buttons match.
372 // If buttons and notifications matched, they are equivalent.
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 98 * * FORWARD_BACK: User used the forward or back buttons to navigate through
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 110 // Set up the three dev mode buttons (load unpacked, pack and update).
  /external/chromium_org/remoting/webapp/
client_screen.js 168 * Set the text on the buttons shown under the error message so that they are
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 83 // and select correct radio buttons.

Completed in 1923 milliseconds

1 2 3 4 56 7 8