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

1 2 3 45 6

  /external/chromium_org/ui/views/corewm/
tooltip_controller.cc 26 #include "ui/views/border.h"
97 views::Border::CreateSolidBorder(kTooltipBorderWidth,
  /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);
  /prebuilts/tools/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/chromium_org/chrome/browser/resources/file_manager/js/
drag_selector.js 21 * Border element of drag handle.
119 // Create and add the border element
122 this.border_.className = 'drag-selection-border';
222 // Update the size of border
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 30 #include "ui/views/border.h"
80 // Cancels the default dashed focus border.
251 // because of the shadow of message view. Use an empty border instead
256 set_border(views::Border::CreateEmptyBorder(
781 if (is_scrollable && !button_bar_->border()) {
784 button_bar_->set_border(views::Border::CreateSolidSidedBorder(
791 } else if (!is_scrollable && button_bar_->border()) {
    [all...]
  /external/chromium_org/ash/wm/
maximize_bubble_controller.cc 69 // Overridden from views::Border.
133 // Draw the border line around everything.
160 // Draw the arrow afterwards covering the border.
206 // It creates a 'bubble border' and the content accordingly.
264 // The widget which contains our menu and the bubble border.
270 // The bubble border.
423 // Recalculate size with new border.
699 label_view_->set_border(views::Border::CreateEmptyBorder(
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views.cc 39 #include "ui/views/border.h"
122 views::Border* border = variable
123 target_widget_->non_client_view()->frame_view()->border();
124 // Border may be null during widget initialization.
125 if (border) {
126 // Align the first row of pixels inside the border. This is the apparent
128 position.set_y(position.y() - border->GetInsets().top());
152 // Window Frame Border.
278 // Returns the height of the entire nonclient top border, including the windo
    [all...]
wrench_menu.cc 88 // Subclass of ImageButton whose preferred size includes the size of the border.
97 if (border()) {
98 gfx::Insets insets = border()->GetInsets();
108 // Border for buttons contained in the menu. This is only used for getting the
110 class MenuButtonBorder : public views::Border {
119 // Overridden from views::Border.
121 // Painting of border is done in MenuButtonBackground.
137 // Combination border/background for the buttons contained in the menu. The
138 // painting of the border/background is done here as TextButton does not always
139 // paint the border
180 int border = 0; variable
192 const SkColor border = BorderColor(view, state); variable
    [all...]
  /external/chromium_org/ui/views/controls/
scroll_view.cc 10 #include "ui/views/border.h"
20 // Subclass of ScrollView that resets the border when the theme changes.
34 set_border(Border::CreateSolidBorder(
styled_label_unittest.cc 106 // Also respect the border.
107 styled()->set_border(Border::CreateEmptyBorder(3, 3, 3, 3));
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 31 #include "ui/views/border.h"
431 rating_count->set_border(views::Border::CreateEmptyBorder(0, 2, 0, 0));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMAgent.js     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.c 621 * (has a border, width/height 0, etc.)
774 if (img->Border) {
775 DBG("texture with border\n");
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 19 #include "ui/views/border.h"
271 set_border(views::Border::CreateEmptyBorder(kTopPadding,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 621 * (has a border, width/height 0, etc.)
774 if (img->Border) {
775 DBG("texture with border\n");
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texparam.c 876 * integer-valued texture border color (for integer-valued textures).
893 /* set the integer-valued border color */
906 * uint-valued texture border color (for integer-valued textures).
923 /* set the unsigned integer-valued border color */
1043 *params = img->Border;
    [all...]
mipmap.c 1907 GLint border; local
2092 GLint border; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 515 texImage->Depth, texImage->Border,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c     [all...]
  /external/mesa3d/src/mesa/main/
texparam.c 876 * integer-valued texture border color (for integer-valued textures).
893 /* set the integer-valued border color */
906 * uint-valued texture border color (for integer-valued textures).
923 /* set the unsigned integer-valued border color */
1043 *params = img->Border;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 515 texImage->Depth, texImage->Border,
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c     [all...]

Completed in 961 milliseconds

1 2 3 45 6