HomeSort by relevance Sort by last modified time
    Searched refs:Border (Results 26 - 41 of 41) sorted by null

12

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 75 // Border for instant opt-in buttons. Consists of two 9 patch painters: one for
77 class OptInButtonBorder : public views::Border {
182 // TODO: these buttons look crap. Figure out the right border/background to
511 // Because the border of this view creates an anti-aliased round-rect region
543 // Now we paint the border, so it will be alpha-blended atop the contents.
545 // the border.
652 const views::Border* border = location_bar_->border(); local
653 if (border) {
    [all...]
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_extendframeborders_neon.asm 21 ;Note: this is VP8 function, which has border=32 and 16. Internal y_width and y_height
28 ;Not need to load y_width, since: y_width = y_stride - 2*border
39 ;border = 32
41 ;Border copy for Y plane
136 ;Border copy for U, V planes
139 mov r3, r3, lsr #1 ;border
319 ;border = 16
321 ;Border copy for Y plane
407 ;Border copy for U, V planes
410 mov r3, r3, lsr #1 ;border
    [all...]
vp8_vpxyv12_copyframeyonly_neon.asm 23 ; Note: this is VP8 function, which has border=32 and 16. Internal y_width and y_height
86 ;Not need to load y_width, since: y_width = y_stride - 2*border
97 ;border = 32
99 ;Border copy for Y plane
236 ;border = 16
238 ;Border copy for Y plane
  /external/chromium/chrome/browser/chromeos/login/
user_view.cc 179 views::Border::CreateEmptyBorder(kVerticalPadding,
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 21 #include "views/border.h"
82 heading_->set_border(views::Border::CreateEmptyBorder(
  /external/chromium/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 38 // Width of the gray border around the permission box.
41 // Width of the horizontal padding inside the permission box border.
44 // Width of the vertical padding inside the permission box border.
170 views::Border::CreateSolidBorder(kPermissionBoxBorderWidth,
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 28 #include "views/border.h"
127 set_border(views::Border::CreateEmptyBorder(kAutocompleteVerticalMargin, 0,
  /external/proguard/src/proguard/gui/
MemberSpecificationDialog.java 29 import javax.swing.border.*;
149 Border etchedBorder = BorderFactory.createEtchedBorder(EtchedBorder.RAISED);
ProGuardGUI.java 29 import javax.swing.border.*;
58 private static final Border BORDER = BorderFactory.createEtchedBorder(EtchedBorder.RAISED);
    [all...]
ClassSpecificationDialog.java 28 import javax.swing.border.*;
153 Border etchedBorder = BorderFactory.createEtchedBorder(EtchedBorder.RAISED);
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 62 // Subclass of ImageButton whose preferred size includes the size of the border.
71 if (border())
72 border()->GetInsets(&insets);
81 // Border for buttons contained in the menu. This is only used for getting the
83 class MenuButtonBorder : public views::Border {
88 // Painting of border is done in MenuButtonBackground.
102 // Combination border/background for the buttons contained in the menu. The
103 // painting of the border/background is done here as TextButton does not always
104 // paint the border.
227 // button border (MenuButtonBackground) is rendered by the button to th
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 631 milliseconds

12