/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
|
/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/third_party/WebKit/Source/web/ |
WebTextCheckingResult.cpp | 43 result.decoration = static_cast<TextDecorationType>(decoration); 48 if (result.decoration == TextDecorationTypeGrammar) {
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_iframe.css | 13 text-decoration: none; 20 text-decoration: inherit;
|
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
analysis_link.css | 9 text-decoration: underline;
|
/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
|
/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/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/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
|
/external/chromium_org/ui/webui/resources/css/ |
butter_bar.css | 25 text-decoration: underline;
|
/external/valgrind/main/docs/lib/ |
vg_basic.css | 22 text-decoration: none; 57 table.nav a { text-decoration: none; } 58 table.nav a:hover { text-decoration: underline; }
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
status_view.css | 27 text-decoration: none; 32 text-decoration: underline;
|
/external/chromium_org/ppapi/c/documentation/ |
stylesheet.css | 12 text-decoration: none; 17 text-decoration: none; 22 text-decoration: none; 26 text-decoration: none; 34 text-decoration: none; 39 text-decoration: none; 47 text-decoration: none; 57 text-decoration: none;
|
/external/chromium_org/ppapi/cpp/documentation/ |
stylesheet.css | 12 text-decoration: none; 17 text-decoration: none; 22 text-decoration: none; 26 text-decoration: none; 34 text-decoration: none; 39 text-decoration: none; 47 text-decoration: none; 57 text-decoration: none;
|
/external/clang/www/analyzer/ |
menu.css | 14 text-decoration: none; 17 text-decoration: underline;
|
/external/chromium/chrome/browser/resources/ntp4/ |
apps_page.css | 12 text-decoration: none;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_wrong_hwid.css | 33 text-decoration: none;
|
/external/chromium_org/chrome/browser/resources/omnibox/ |
omnibox.css | 19 text-decoration: underline;
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_message_filter_mac_unittest.cc | 39 EXPECT_EQ(SpellCheckResult::GRAMMAR, remote_results[0].decoration); 41 EXPECT_EQ(SpellCheckResult::SPELLING, remote_results[1].decoration);
|
/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
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
Tooltip.css | 27 a:visited { text-decoration: underline; } 28 a.header:link { text-decoration: none; color: InfoText } 29 a.header:visited { text-decoration: none; color: InfoText } 30 a.header:hover { text-decoration: underline; color: #000080; }
|
/external/skia/gm/rebaseline_server/static/ |
view.css | 35 text-decoration: none;
|
/external/bzip2/ |
bzip.css | 60 table.nav a { text-decoration: none; } 61 table.nav a:hover { text-decoration: underline; }
|
/external/chromium_org/chrome/browser/resources/history/ |
other_devices.css | 52 text-decoration: none; 57 text-decoration: underline;
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
tracing_controller.css | 21 text-decoration: none;
|