/external/clang/test/Index/ |
getcursor-pp-pch.c.h | 2 #define DECORATION 4 DECORATION 5 OBSCURE(DECORATION)
|
/cts/tools/signature-tools/templates/ |
Styles.st | 6 a.default:link {color: blue; text-decoration: none} 7 a.default:hover {color: blue; text-decoration: underline;} 8 a.default:visited {color: blue; text-decoration: none} 11 a.discreet:link {color: black; text-decoration: none} 12 a.discreet:visited {color: black; text-decoration: none} 13 a.discreet:hover {color: black; text-decoration: underline;}
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_iframe.css | 13 text-decoration: none; 20 text-decoration: inherit;
|
/external/chromium_org/chrome/common/ |
spellcheck_result.h | 14 enum Decoration { 28 Decoration d = SPELLING, 33 : decoration(d), location(loc), length(len), replacement(rep), hash(h) { 36 Decoration decoration; member in struct:SpellCheckResult
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.h | 30 // Add a new left-side decoration to the right of the existing 32 - (void)addLeftDecoration:(LocationBarDecoration*)decoration; 34 // Add a new right-side decoration to the left of the existing 36 - (void)addRightDecoration:(LocationBarDecoration*)decoration; 47 // Find the decoration under the event. |NULL| if |theEvent| is not 54 // Returns nil if no menu is present for the decoration, or if the 55 // event is not over a decoration. 71 // Setup decoration tooltips on |controlView| by calling
|
autocomplete_text_field_cell.mm | 56 // The outer-most decoration will be inset a bit further from the 67 // Find out how large the decoration will be in the remaining 104 // decoration. 161 - (void)addLeftDecoration:(LocationBarDecoration*)decoration { 162 leftDecorations_.push_back(decoration); 165 - (void)addRightDecoration:(LocationBarDecoration*)decoration { 166 rightDecorations_.push_back(decoration); 181 // Short-circuit if the decoration is known to be not visible. 192 // Find our decoration and return the corresponding frame. 236 // If at leftmost decoration, expand to edge of cell [all...] |
location_bar_decoration.h | 18 // "decoration" is used because "view" has strong connotations in 30 // Determines whether the decoration is visible. 35 // Returns the width the decoration will use in the space allotted, 39 // Draw the decoration in the frame provided. The frame will be 43 // Returns the tooltip for this decoration, return |nil| for no tooltip. 59 // Return the place within the decoration's frame where the
|
ev_bubble_decoration_unittest.mm | 23 // Test that the decoration gets smaller when there's not enough space 37 // Lots of space, decoration not omitted. 42 // space, the decoration doesn't eat it all up. 48 // If there is very little space, the decoration is still relatively
|
image_decoration_unittest.mm | 36 // Decoration with no image is omitted. 43 // Decoration takes up the space of the image. 47 // If the image doesn't fit, decoration is omitted.
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_layout.h | 32 // Add a decoration, specifying: 35 // - Whether the decoration should |auto_collapse| if there is no room for it; 42 // - The |view| corresponding to this decoration, a weak pointer. 53 // Add a non-resizable decoration with standard padding. 56 // First pass of decoration layout process. Pass the full width of the 61 // Second pass of decoration layout process. Pass the |entry_width| computed 66 // Third and final pass of decoration layout process. Pass the |bounds| 81 // The padding between the last decoration and the edit box.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/ |
ToolTip.css | 17 text-decoration:none; 23 text-decoration:none;
|
/external/clang/docs/tools/ |
manpage.css | 14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; 18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; 22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; 26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; 30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; 34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; 38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none; 42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; } 45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none; 49 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none [all...] |
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
analysis_link.css | 9 text-decoration: underline;
|
/external/chromium_org/content/test/data/accessibility/ |
a-name.html | 5 <style>a { text-decoration: underline; display: block; }</style>
|
a-onclick.html | 2 <style>a { text-decoration: underline; display: block; }</style>
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebTextCheckingResult.h | 47 : decoration(WebTextDecorationTypeSpelling) 54 WebTextCheckingResult(WebTextDecorationType decoration, int location, int length, const WebString& replacement = WebString(), uint32_t hash = 0) 55 : decoration(decoration) 67 WebTextDecorationType decoration; member in struct:blink::WebTextCheckingResult
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FolderDecorator.java | 46 public void decorate(Object element, IDecoration decoration) { 62 doDecoration(decoration, null); 64 doDecoration(decoration, null); 66 doDecoration(decoration, " [Generated Java Files]"); 68 doDecoration(decoration, null); 70 doDecoration(decoration, null); 81 public void doDecoration(IDecoration decoration, String suffix) { 82 decoration.addOverlay(mDescriptor, IDecoration.TOP_LEFT); 85 decoration.addSuffix(suffix);
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.h | 42 // Add a new left-side decoration to the right of the existing 44 - (void)addLeftDecoration:(LocationBarDecoration*)decoration; 46 // Add a new right-side decoration to the left of the existing 48 - (void)addRightDecoration:(LocationBarDecoration*)decoration; 59 // Find the decoration under the event. |NULL| if |theEvent| is not 66 // Returns nil if no menu is present for the decoration, or if the 67 // event is not over a decoration. 95 // Setup decoration tooltips on |controlView| by calling
|
location_bar_decoration.h | 19 // "decoration" is used because "view" has strong connotations in 31 // Determines whether the decoration is visible. 36 // Returns the width the decoration will use in the space allotted, 40 // Draw the decoration in the frame provided. The frame will be 44 // Draw the decoration in the frame provided, possibly including a 53 // Returns the tooltip for this decoration, return |nil| for no tooltip. 69 // Return the place within the decoration's frame where the 85 // Gets the font used to draw text in the decoration.
|
ev_bubble_decoration_unittest.mm | 22 // Test that the decoration gets smaller when there's not enough space 37 // Lots of space, decoration not omitted. 42 // space, the decoration doesn't eat it all up. 48 // If there is very little space, the decoration is still relatively
|
image_decoration_unittest.mm | 37 // Decoration with no image is omitted. 45 // Decoration takes up the space of the image. 49 // If the image doesn't fit, decoration is omitted.
|
zoom_decoration.h | 27 // Called when this decoration should show or hide itself in its most current 31 // Shows the zoom bubble for this decoration. If |auto_close| is YES, then 57 // The bubble that this decoration shows. Weak, owns self.
|
autocomplete_text_field_cell.mm | 94 // from the edge of |cell_frame| to use when the first visible decoration 95 // is a regular decoration. |action_padding| is the padding to use when the 96 // first decoration is a button decoration, ie. the action box button. 110 // The initial padding depends on whether the first visible decoration is 128 // Find out how large the decoration will be in the remaining 165 // the index of the first right-hand decoration. 200 // Keep the padding distance between the right-most decoration and the edit 201 // box, so that any decoration background isn't overwritten by the edit 246 - (void)addLeftDecoration:(LocationBarDecoration*)decoration { [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_textfield.h | 34 // Returns the frame reserved for the decoration set on the cell. 45 // The size of the decoration for the field. This is most commonly the 46 // |icon_|'s size, but can also be used to reserve space for a decoration that 54 // Returns the frame reserved for a decoration of size |decorationSize|.
|
/external/chromium_org/third_party/WebKit/ManualTests/fullscreen/ |
full-screen-zero-width.html | 3 span { text-decoration: underline; cursor: hand; }
|