/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.
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_layout.h | 20 // Helper class used to layout a list of decorations inside the omnibox. 37 // decorations; 58 // non-collapsible and non-resizable decorations. 63 // decorations. 68 // will update it as decorations are laid out. |available_width| measures the 69 // empty space within the location bar, taking the decorations and text into 70 // account. |decorations| must always be ordered from the edge of the location 75 typedef ScopedVector<LocationBarDecoration> Decorations; 77 // LEFT_EDGE means decorations are added from left to right and stacked on 84 // The list of decorations to layout [all...] |
location_bar_layout.cc | 35 // Used for resizeable decorations, indicates the maximum fraction of the 37 // decorations. If non-zero, |auto_collapse| must be false. 112 for (Decorations::iterator i(decorations_.begin()); i != decorations_.end(); 114 // Autocollapsing decorations are ignored in this pass. 120 // Resizing decorations are ignored in this pass. 130 for (Decorations::iterator i(decorations_.begin()); i != decorations_.end(); 144 for (Decorations::iterator i(decorations_.begin()); i != decorations_.end(); 146 // Collapse decorations if needed. 165 // Layout visible decorations.
|
/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.
|
/external/chromium_org/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 | 15 // decorations, but they must make sure to call the superclass' implementation 29 // method if they add any decorations. 33 // the frame with our added decorations sliced off. The default implementation 34 // returns the full |cellFrame|, as by default there are no decorations. 35 // Subclasses should override this method if they add any decorations.
|
styled_text_field_unittest.mm | 24 // decorations. 88 // decorations. 95 // decorations. 106 // With huge contents, nothing at all is left for decorations.
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.mm | 29 // How far to inset the left-hand decorations from the field's bounds. 58 // How far to inset the right-hand decorations from the field's bounds. 73 // decorations. [Views has |kItemPadding| == 3.] 86 // Calculate the positions for a set of decorations. |frame| is the 88 // left-over space. |all_decorations| is the set of decorations to 89 // lay out, |decorations| will be set to the decorations which are 92 // |x_edge| describes the edge to layout the decorations against 97 // (|DecorationHorizontalPad()| is used between decorations). 104 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|. 43 // left-side decorations. 47 // right-side decorations. 50 // The width available after accounting for decorations. 54 // Returns |NSZeroRect| for decorations which are not currently 65 // Return the appropriate menu for any decorations under event. 79 // received from tracking areas registered for decorations that act as buttons. 85 // Setup tracking areas for the decorations that are part of this cell, so the [all...] |
location_bar_decoration.h | 14 // Base class for decorations at the left and right of the location 21 // Decorations are more like Cocoa cells, except implemented in C++ to 35 // Decorations can change their size to fit the available space. 48 // between two decorations. 56 // Decorations which do not accept mouse events are treated like the 58 // decorations are adjacent to the text area, they will show the 59 // I-beam cursor. Decorations which do accept mouse events will get
|
location_bar_view_mac.h | 110 // When any image decorations change, call this to ensure everything is 114 // Layout the various decorations which live in the field. 171 // Clear the page-action decorations. 176 // Re-generate the page-action decorations from the profile's 226 // Decorations for the installed Page Actions. 229 // The content blocked decorations.
|
autocomplete_text_field_cell_unittest.mm | 48 // decorations. 96 // Load available decorations and try drawing. To make sure that 213 // Test that left decorations are at the correct edge of the cell. 234 // Test that right decorations are at the correct edge of the cell. 248 // Right-side decorations are ordered from rightmost to leftmost.
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_icon_win.h | 9 // infobars and window 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/chromium_org/third_party/WebKit/ManualTests/ |
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/chromium_org/chrome/browser/ui/views/frame/ |
popup_non_client_frame_view.h | 11 // manager implementation render the decorations for popups, so this draws
|
/external/chromium-trace/trace-viewer/src/ui/ |
rect_view.js | 12 // Area above the RectView used draw decorations.
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_unittest.mm | 24 // decorations.
|