/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_view.mm | 68 // Draw drop-indicator arrow (if appropriate). 71 // Programmer art: an arrow parametrized by many knobs. Note that the arrow 78 // What proportion of the vertical space is dedicated to the arrow tip, 79 // i.e., (arrow tip height)/(amount of vertical space). 82 // This is a slope, i.e., (arrow tip height)/(0.5 * arrow tip width). 85 // What proportion of the arrow tip width is the stem, i.e., (stem 86 // width)/(arrow tip width). 106 NSBezierPath* arrow = [NSBezierPath bezierPath] [all...] |
/external/chromium/chrome/browser/ui/gtk/infobars/ |
infobar_arrow_model.h | 21 // A helper class that tracks the state of an infobar arrow and provides a 27 // The arrow has changed states; relevant widgets need to be repainted. 35 // arrow. 38 // Returns true if the arrow is showing at all. 41 // Paints the arrow on |widget|, in response to |expose|, in an area bounded 53 // The size of the default arrow (its height; also half its width). 57 // A pair of colors used to draw a gradient for an arrow. 63 // Calculates the currently showing arrow color, which is a blend of the new 64 // arrow color and the old arrow color [all...] |
infobar_gtk.h | 64 // Show an arrow that originates from another infobar (i.e. a bar was added 65 // below this one). If |other| is NULL, stop showing the arrow. 129 // The model that tracks the paint state of the arrow for the infobar
|
infobar_container_gtk.h | 54 // Makes the calls to show an arrow for |delegate| (either on the browser 67 // Tells the browser window about our state so it can draw the arrow
|
/external/chromium/chrome/browser/resources/bookmark_manager/css/ |
bmm.css.js | 5 // Create the drop down arrow for the drop down buttons. 7 var ctx = document.getCSSCanvasContext('2d', 'drop-down-arrow', 9, 4);
|
/external/chromium/chrome/browser/ui/views/bubble/ |
border_contents_unittest.cc | 31 // Tests that the arrow is moved appropriately when the info-bubble does not fit 47 // The arrow shouldn't have changed from TOP_LEFT. 55 // arrow overlap. 65 // The arrow should have changed to TOP_LEFT. 71 // arrow overlap. 81 // The arrow should have changed to TOP_LEFT. 87 // arrow overlap. 97 // The arrow should have changed to TOP_LEFT. 103 // arrow overlap. 113 // The arrow should have changed to TOP_RIGHT [all...] |
bubble_border.h | 15 // Renders a border, with optional arrow, and a custom dropshadow. 19 // Possible locations for the (optional) arrow. 32 NONE = 8, // No arrow. Positioned under the supplied rect. 33 FLOAT = 9 // No arrow. Centered over the supplied rect. 52 // Sets the location for the arrow. 82 // Sets the background color for the arrow body. This is irrelevant if you do 83 // not also set the arrow location to something other than NONE. 89 // For borders with an arrow, gives the desired bounds (in screen coordinates) 91 // depends on the arrow location, so if you change that, you should call this 96 // Sets a fixed offset for the arrow from the beginning of corresponding edge [all...] |
border_widget_win.h | 30 // contents should use. |arrow_location| is prefered arrow location, 32 // arrow location is mirrored.
|
bubble_border.cc | 31 // The height inside the arrow image, in pixels. 43 // Screen position depends on the arrow location. 44 // The arrow should overlap the target by some amount since there is space 45 // for shadow between arrow tip and bitmap bounds. 182 // Calculate horizontal and vertical insets for arrow by ensuring that 183 // the widest arrow and corner images will have enough room to avoid overlap 222 // |arrow_offset| is offset of arrow from the begining of the edge. 354 SkBitmap* arrow, 377 canvas->DrawBitmapInt(*arrow, 382 start_x += (is_horizontal ? before_arrow + arrow->width() : 0) [all...] |
border_contents.cc | 14 // Default arrow location. 47 // Try putting the arrow in its initial location, and calculating the bounds. 88 // If the bounds don't fit, move the arrow to its mirrored position to see if 99 // Change the arrow and get the new bounds. 104 // If there is more of the window offscreen, we'll keep the old arrow.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
popover.css | 19 .popover .arrow { 30 .popover.top-left-arrow .arrow { 34 .popover.top-right-arrow .arrow { 39 .popover.bottom-left-arrow .arrow { 47 .popover.bottom-right-arrow .arrow { 57 .popover.left-top-arrow .arrow [all...] |
Popover.js | 37 this._popupArrowElement.className = "arrow"; 89 // Skinny tooltips are not pretty, their arrow location is not nice. 123 // Align arrow. 134 // Position arrow accurately. 145 // Position arrow accurately. 150 this.element.className = "popover " + verticalAlignment + "-" + horizontalAlignment + "-arrow";
|
/external/chromium/chrome/browser/ui/cocoa/ |
info_bubble_view.h | 25 // Content view for a bubble with an arrow showing arbitrary content. 34 // Returns the point location in view coordinates of the tip of the arrow.
|
/development/tools/axl/ |
chewie.py | 159 # send arrow 160 arrow = pylab.Arrow(send, y, sent - send, 0) 161 arrow.set_facecolor("g") 163 ax.add_patch(arrow) 164 # read arrow 165 arrow = pylab.Arrow(reading, y, read - reading, 0) 166 arrow.set_facecolor("r") 168 ax.add_patch(arrow) [all...] |
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar.h | 47 // Changes the target height of the arrow portion of the infobar. This has no 88 // Finds the new desired arrow and bar heights, and if they differ from the 103 // The current and target heights of the arrow and bar portions, and half the 104 // current arrow width. (It's easier to work in half-widths as we draw the 105 // arrow as two halves on either side of a center point.)
|
/sdk/ddms/app/src/com/android/ddms/ |
DropdownSelectionListener.java | 63 * Invoked when dropdown or neighboring arrow is clicked. 67 if (e.detail == SWT.ARROW) { 68 // arrow clicked, show menu
|
/build/tools/droiddoc/templates-pdk/assets/ |
carousel.js | 127 var arrowRight = 'arrow-right'; // the right control arrow 128 var arrowLeft = 'arrow-left'; // the left control arrow 251 rightarrow.className = 'arrow-right-on'; 254 leftarrow.className = 'arrow-left-on'; 260 rightarrow.className = 'arrow-right-off'; 263 leftarrow.className = 'arrow-left-off';
|
/build/tools/droiddoc/templates-sdk/assets/ |
carousel.js | 127 var arrowRight = 'arrow-right'; // the right control arrow 128 var arrowLeft = 'arrow-left'; // the left control arrow 251 rightarrow.className = 'arrow-right-on'; 254 leftarrow.className = 'arrow-left-on'; 260 rightarrow.className = 'arrow-right-off'; 263 leftarrow.className = 'arrow-left-off';
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
xhtml-symbol.ent | 133 <!ENTITY larr "←"> <!-- leftwards arrow, U+2190 ISOnum --> 134 <!ENTITY uarr "↑"> <!-- upwards arrow, U+2191 ISOnum--> 135 <!ENTITY rarr "→"> <!-- rightwards arrow, U+2192 ISOnum --> 136 <!ENTITY darr "↓"> <!-- downwards arrow, U+2193 ISOnum --> 137 <!ENTITY harr "↔"> <!-- left right arrow, U+2194 ISOamsa --> 138 <!ENTITY crarr "↵"> <!-- downwards arrow with corner leftwards 140 <!ENTITY lArr "⇐"> <!-- leftwards double arrow, U+21D0 ISOtech --> 141 <!-- Unicode does not say that lArr is the same as the 'is implied by' arrow 144 <!ENTITY uArr "⇑"> <!-- upwards double arrow, U+21D1 ISOamsa --> 145 <!ENTITY rArr "⇒"> <!-- rightwards double arrow, [all...] |
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
xhtml-symbol.ent | 133 <!ENTITY larr "←"> <!-- leftwards arrow, U+2190 ISOnum --> 134 <!ENTITY uarr "↑"> <!-- upwards arrow, U+2191 ISOnum--> 135 <!ENTITY rarr "→"> <!-- rightwards arrow, U+2192 ISOnum --> 136 <!ENTITY darr "↓"> <!-- downwards arrow, U+2193 ISOnum --> 137 <!ENTITY harr "↔"> <!-- left right arrow, U+2194 ISOamsa --> 138 <!ENTITY crarr "↵"> <!-- downwards arrow with corner leftwards 140 <!ENTITY lArr "⇐"> <!-- leftwards double arrow, U+21D0 ISOtech --> 141 <!-- Unicode does not say that lArr is the same as the 'is implied by' arrow 144 <!ENTITY uArr "⇑"> <!-- upwards double arrow, U+21D1 ISOamsa --> 145 <!ENTITY rArr "⇒"> <!-- rightwards double arrow, [all...] |
/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
xhtml-symbol.ent | 133 <!ENTITY larr "←"> <!-- leftwards arrow, U+2190 ISOnum --> 134 <!ENTITY uarr "↑"> <!-- upwards arrow, U+2191 ISOnum--> 135 <!ENTITY rarr "→"> <!-- rightwards arrow, U+2192 ISOnum --> 136 <!ENTITY darr "↓"> <!-- downwards arrow, U+2193 ISOnum --> 137 <!ENTITY harr "↔"> <!-- left right arrow, U+2194 ISOamsa --> 138 <!ENTITY crarr "↵"> <!-- downwards arrow with corner leftwards 140 <!ENTITY lArr "⇐"> <!-- leftwards double arrow, U+21D0 ISOtech --> 141 <!-- Unicode does not say that lArr is the same as the 'is implied by' arrow 144 <!ENTITY uArr "⇑"> <!-- upwards double arrow, U+21D1 ISOamsa --> 145 <!ENTITY rArr "⇒"> <!-- rightwards double arrow, [all...] |
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
xhtml-symbol.ent | 133 <!ENTITY larr "←"> <!-- leftwards arrow, U+2190 ISOnum --> 134 <!ENTITY uarr "↑"> <!-- upwards arrow, U+2191 ISOnum--> 135 <!ENTITY rarr "→"> <!-- rightwards arrow, U+2192 ISOnum --> 136 <!ENTITY darr "↓"> <!-- downwards arrow, U+2193 ISOnum --> 137 <!ENTITY harr "↔"> <!-- left right arrow, U+2194 ISOamsa --> 138 <!ENTITY crarr "↵"> <!-- downwards arrow with corner leftwards 140 <!ENTITY lArr "⇐"> <!-- leftwards double arrow, U+21D0 ISOtech --> 141 <!-- Unicode does not say that lArr is the same as the 'is implied by' arrow 144 <!ENTITY uArr "⇑"> <!-- upwards double arrow, U+21D1 ISOamsa --> 145 <!ENTITY rArr "⇒"> <!-- rightwards double arrow, [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
xhtml-symbol.ent | 133 <!ENTITY larr "←"> <!-- leftwards arrow, U+2190 ISOnum --> 134 <!ENTITY uarr "↑"> <!-- upwards arrow, U+2191 ISOnum--> 135 <!ENTITY rarr "→"> <!-- rightwards arrow, U+2192 ISOnum --> 136 <!ENTITY darr "↓"> <!-- downwards arrow, U+2193 ISOnum --> 137 <!ENTITY harr "↔"> <!-- left right arrow, U+2194 ISOamsa --> 138 <!ENTITY crarr "↵"> <!-- downwards arrow with corner leftwards 140 <!ENTITY lArr "⇐"> <!-- leftwards double arrow, U+21D0 ISOtech --> 141 <!-- Unicode does not say that lArr is the same as the 'is implied by' arrow 144 <!ENTITY uArr "⇑"> <!-- upwards double arrow, U+21D1 ISOamsa --> 145 <!ENTITY rArr "⇒"> <!-- rightwards double arrow, [all...] |
/frameworks/base/docs/html/intl/ja/ |
index.jd | 26 <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a> 32 <a href="javascript:{ page_right(); }" id="arrow-right" onclick="" class="arrow-right-on"></a> 91 #arrow-left { 94 #arrow-right {
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_cell.h | 25 // Should we draw the folder arrow as needed? Not used for the bar 29 // Arrow for folders
|