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

1 2 3 45 6 7 8

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 40 // Used as a maximum width for buttons on the bar.
43 // Horizontal frame inset for buttons in the bookmark bar.
46 // Vertical frame inset for buttons in the bookmark bar.
49 // Used as a min/max width for buttons on menus (not on the bar).
179 // Our bookmark buttons, ordered from L-->R.
182 // The folder image so we can use one copy for all buttons
185 // The default image, so we can use one copy for all buttons.
224 // We have a special menu for folder buttons. This starts as a copy
235 // We save the view width when we add bookmark buttons. This lets
240 // The number of buttons we display in the bookmark bar. This doe
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
wrench_menu.js 6 * ButtonCommand class for small buttons on menu items.
173 * ZoomMenuItem which has plus and fullscreen buttons inside.
  /external/chromium_org/chrome/browser/resources/file_manager/css/
common.css 253 * Ok/Cancel style buttons
469 .cr-dialog-buttons {
476 .cr-dialog-buttons button {
  /external/chromium_org/chrome/browser/resources/options/
browser_options.css 67 #sync-buttons {
102 #profiles-buttons {
130 * TODO(kevers): Revisit padding rules for select and buttons to ensure
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 41 // Used as a maximum width for buttons on the bar.
44 // Horizontal frame inset for buttons in the bookmark bar.
47 // Vertical frame inset for buttons in the bookmark bar.
56 // Used as a min/max width for buttons on menus (not on the bar).
185 // Our bookmark buttons, ordered from L-->R.
188 // The folder image so we can use one copy for all buttons
191 // The default image, so we can use one copy for all buttons.
239 // We save the view width when we add bookmark buttons. This lets
244 // The number of buttons we display in the bookmark bar. This does
249 // that all bookmark buttons we create will be visible. Thus
    [all...]
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_linux.cc 249 pad.buttons[item] = event.value ? 1.0 : 0.0;
  /external/qemu/distrib/sdl-1.2.15/src/joystick/macos/
SDL_sysjoystick.c 296 if ( d != joystick->buttons[i] ) {
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 85 * The indices of the buttons that are displayed on the welcome toast.
610 * Responds to a click of one of the buttons on the welcome toast.
860 var buttons = [{title: 'Yes'}, {title: 'No'}];
867 buttons: buttons
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
timeline_explorer.js 282 html += '<div id="changes-button" class="buttons">';
286 html += '<div id="build-buttons" class="buttons">';
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.css 290 #port-forwarding-config-buttons > button {
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 106 // Test enable/disable auto launch buttons.
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 116 * Ensure that radio and checkbox buttons have consistent layout.
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
calendarPicker.css 241 .month-buttons-row {
  /external/chromium_org/ui/base/x/
events_x.cc 166 // pressed. Instead |state| contains flags for the buttons (if any) that had
187 for (int i = 0; i < 8 * xievent->buttons.mask_len; i++) {
188 if (XIMaskIsSet(xievent->buttons.mask, i)) {
616 // TODO(derat): Do something for horizontal scrolls (buttons 6 and 7)?
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 579 uint32 buttons; local
584 (SDL_Win->View())->GetMouse(&point, &buttons, true);
  /frameworks/base/docs/html/design/
design_toc.cs 59 <li><a href="<?cs var:toroot ?>design/building-blocks/buttons.html">Buttons</a></li>
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java 338 final View buttons[] = { mBtnPrev, mBtnPlay, mBtnNext }; local
339 for (View view : buttons) {
707 // on the buttons, but in the near term this will interfere with the long press behavior.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 207 * that support input class Buttons.
384 char buttons[32]; member in struct:__anon38720
899 char buttons[32]; member in struct:__anon38753
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 207 * that support input class Buttons.
384 char buttons[32]; member in struct:__anon40310
899 char buttons[32]; member in struct:__anon40343
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 207 * that support input class Buttons.
384 char buttons[32]; member in struct:__anon41825
899 char buttons[32]; member in struct:__anon41858
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggievents.c 62 static int buttons = 0; local
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxevents.c 230 int button = event.button.buttons ;
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 126 const std::set<int>& buttons = ThemeService::GetTintableToolbarButtons(); local
127 images.insert(buttons.begin(), buttons.end());
    [all...]
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 325 int buttons = confirm_infobar->GetButtons(); local
326 EXPECT_TRUE(buttons & ConfirmInfoBarDelegate::BUTTON_OK);
327 EXPECT_TRUE(buttons & ConfirmInfoBarDelegate::BUTTON_CANCEL);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 128 const std::set<int>& buttons = local
130 images.insert(buttons.begin(), buttons.end());
    [all...]

Completed in 999 milliseconds

1 2 3 45 6 7 8