HomeSort by relevance Sort by last modified time
    Searched full:decorations (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.mm 19 // How far to inset the left-hand decorations from the field's bounds.
22 // How far to inset the right-hand decorations from the field's bounds.
28 // decorations. [Views has |kItemPadding| == 3.]
35 // Calculate the positions for a set of decorations. |frame| is the
37 // left-over space. |all_decorations| is the set of decorations to
38 // lay out, |decorations| will be set to the decorations which are
41 // |x_edge| describes the edge to layout the decorations against
44 // between decorations).
50 std::vector<LocationBarDecoration*>* decorations,
    [all...]
autocomplete_text_field_cell.h 15 // certain decorations to be applied to the field. These are the search hint
21 // Decorations which live to the left and right of the text, ordered
22 // from outside in. Decorations are owned by |LocationBarViewMac|.
31 // left-side decorations.
35 // right-side decorations.
38 // The width available after accounting for decorations.
42 // Returns |NSZeroRect| for decorations which are not currently
53 // Return the appropriate menu for any decorations under event.
66 // Overridden from StyledTextFieldCell to include decorations adjacent
location_bar_decoration.h 13 // Base class for decorations at the left and right of the location
20 // Decorations are more like Cocoa cells, except implemented in C++ to
34 // Decorations can change their size to fit the available space.
46 // Decorations which do not accept mouse events are treated like the
48 // decorations are adjacent to the text area, they will show the
49 // I-beam cursor. Decorations which do accept mouse events will get
location_bar_view_mac.h 103 // Layout the various decorations which live in the field.
161 // Clear the page-action decorations.
164 // Re-generate the page-action decorations from the profile's
207 // The content blocked decorations.
autocomplete_text_field_cell_unittest.mm 50 // decorations.
98 // Load available decorations and try drawing. To make sure that
216 // Test that left decorations are at the correct edge of the cell.
237 // Test that right decorations are at the correct edge of the cell.
251 // Right-side decorations are ordered from rightmost to leftmost.
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
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field.h 11 // decorations have changed and overrides |mouseDown:| to properly handle clicks
12 // in sections of the cell with decorations.
17 // text frame has changed (whenever changing cell decorations).
styled_text_field_cell.h 19 // decorations, but they must make sure to call the superclass' implementation
33 // method if they add any decorations.
37 // the frame with our added decorations sliced off. The default implementation
38 // returns the full |cellFrame|, as by default there are no decorations.
39 // Subclasses should override this method if they add any decorations.
styled_text_field_unittest.mm 26 // decorations.
90 // decorations.
97 // decorations.
108 // With huge contents, nothing at all is left for decorations.
styled_text_field_cell_unittest.mm 24 // decorations.
  /dalvik/docs/
prettify.js 541 * function that takes source code and returns a list of decorations.
564 var decorations = [opt_basePos, PR_PLAIN]; variable
601 decorations.push(opt_basePos + pos, style);
606 return decorations;
630 var decorations = PR_MARKUP_LEXER(source);
631 for (var i = 0; i < decorations.length; i += 2) {
632 if (decorations[i + 1] === PR_SOURCE) {
634 start = decorations[i];
635 end = i + 2 < decorations.length ? decorations[i + 2] : source.length
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
user-drag-with-decorations.html 1 This tests that we don't include overflow decorations from our ancestor nodes in the drag image for -webkit-user-drag: element. To perform this test drag the green square below. The drag image should not contain any parts of the scrollbar graphics visible on the page.
  /external/chromium/chrome/browser/ui/views/frame/
popup_non_client_frame_view.h 12 // manager implementation render the decorations for popups, so this draws
  /external/webkit/Source/JavaScriptCore/wtf/
ExportMacros.h 25 * This file handles shared library symbol export decorations. It is recommended
  /external/webkit/Source/WebCore/rendering/style/
StyleVisualData.h 51 unsigned textDecoration : 4; // Text decorations defined *only* by this element.
StyleRareNonInheritedData.h 114 OwnPtr<ShadowData> m_boxShadow; // For box-shadow decorations.
  /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.
  /frameworks/base/core/java/android/view/
DisplayInfo.java 59 * Represents the size of the display minus any system decorations.
65 * Represents the size of the display minus any system decorations.
85 * in pixels, excepting cases where the width may be even larger due to system decorations
92 * in pixels, excepting cases where the height may be even larger due to system decorations
  /frameworks/support/v4/java/android/support/v4/view/
WindowCompat.java 46 * action bar in conjunction with other screen decorations.
  /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/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.

Completed in 425 milliseconds

1 2 3 4 5 6