/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleVisualData.h | 53 unsigned textDecoration : TextDecorationBits; // Text decorations defined *only* by this element.
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
x11_window_event_filter.cc | 43 unsigned long decorations; member in struct:__anon15170::__anon15171 49 // pay attention to the value in |decorations|. 80 motif_hints.decorations = use_os_border ? 1 : 0;
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_unittest.mm | 35 // decorations.
|
find_bar_text_field_cell.mm | 30 // decorations need to be trimmed.
|
find_bar_text_field_cell_unittest.mm | 36 // decorations.
|
/external/chromium/chrome/browser/ui/cocoa/ |
styled_text_field_cell_unittest.mm | 24 // decorations.
|
styled_text_field_cell.mm | 130 // purposes, we count the info decorations as being part of the
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
styled_text_field_cell_unittest.mm | 24 // decorations.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
simple_message_box_gtk.cc | 26 // decorations as well as width differences between average text and the
|
browser_titlebar.h | 191 // that defines the skyline if the user turns off window manager decorations. 229 // manager decorations, we draw this taller.
|
gtk_window_util.cc | 235 // gtk_window_resize is the size of the window not including decorations, 236 // but we are given the |size| including window decorations.
|
/frameworks/support/v4/java/android/support/v4/view/ |
WindowCompat.java | 46 * action bar in conjunction with other screen decorations.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_unittest.mm | 76 // decorations. 180 // decorations. 187 // decorations. 198 // With huge contents, nothing at all is left for decorations. 415 // Clicks not in the text area or the cell's decorations fall through 543 // Since decorations can be dragged, the mouse-press is sent on 591 // Since decorations can be dragged, the mouse-press is sent on [all...] |
ev_bubble_decoration.mm | 16 // TODO(shess): In general, decorations that don't fit in the
|
autocomplete_text_field.mm | 62 // decorations outside the field editor's area. In that case, the 67 // our case the focus ring surrounds decorations which look clickable. 111 // editing area would be if we didn't add decorations, forward to
|
location_bar_view_mac.mm | 522 // TODO(shess): Deleting these decorations could result in the cell 576 // Reset the left-hand decorations. 579 // right-hand decorations, which are not a static set.
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_unittest.mm | 76 // decorations. 186 // decorations. 193 // decorations. 204 // With huge contents, nothing at all is left for decorations. 429 // Clicks not in the text area or the cell's decorations fall through 557 // Since decorations can be dragged, the mouse-press is sent on 605 // Since decorations can be dragged, the mouse-press is sent on [all...] |
autocomplete_text_field.mm | 63 // decorations outside the field editor's area. In that case, the 68 // our case the focus ring surrounds decorations which look clickable. 109 // editing area would be if we didn't add decorations, forward to 272 // Setup/update the tracking areas for the decorations.
|
ev_bubble_decoration.mm | 16 // TODO(shess): In general, decorations that don't fit in the
|
/development/samples/training/AnimationsDemo/res/layout/ |
activity_zoom.xml | 41 <!-- These buttons don't have any decorations (3D bevel, etc.), but it's still
|
/external/chromium/chrome/browser/ |
platform_util_common_linux.cc | 37 // decorations as well as width differences between average text and the
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_cell_unittest.mm | 33 // decorations.
|
/frameworks/base/core/java/android/view/ |
DisplayInfo.java | 61 * Represents the size of the display minus any system decorations. 67 * Represents the size of the display minus any system decorations. 87 * in pixels, excepting cases where the width may be even larger due to system decorations 94 * in pixels, excepting cases where the height may be even larger due to system decorations
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_titlebar.h | 174 // that defines the skyline if the user turns off window manager decorations. 196 // manager decorations, we draw this taller.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGInlineTextBox.cpp | 323 // Spec: All text decorations except line-through should be drawn before the text is filled and stroked; thus, the text is rendered on top of these decorations. 324 unsigned decorations = style->textDecorationsInEffect(); local 325 if (decorations & TextDecorationUnderline) 327 if (decorations & TextDecorationOverline) 356 if (decorations & TextDecorationLineThrough)
|