/external/chromium_org/native_client_sdk/doc_generated/_static/ |
D | pygments.css | 1 .highlight .hll { background-color: #ffffcc } 2 .highlight { background: #eeffcc; } 3 .highlight .c { color: #408090; font-style: italic } /* Comment */ 4 .highlight .err { border: 1px solid #FF0000 } /* Error */ 5 .highlight .k { color: #007020; font-weight: bold } /* Keyword */ 6 .highlight .o { color: #666666 } /* Operator */ 7 .highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */ 8 .highlight .cp { color: #007020 } /* Comment.Preproc */ 9 .highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */ 10 .highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ [all …]
|
/external/chromium_org/tools/gn/ |
D | err.cc | 61 std::string highlight; in OutputHighlighedPosition() local 62 highlight.resize(line_length); in OutputHighlighedPosition() 64 highlight[i] = ' '; in OutputHighlighedPosition() 68 FillRangeOnLine(ranges[i], location.line_number(), &highlight); in OutputHighlighedPosition() 71 highlight.push_back(' '); in OutputHighlighedPosition() 73 location.char_offset() - 1 < static_cast<int>(highlight.size())); in OutputHighlighedPosition() 74 highlight[location.char_offset() - 1] = '^'; in OutputHighlighedPosition() 77 while (!highlight.empty() && highlight[highlight.size() - 1] == ' ') in OutputHighlighedPosition() 78 highlight.resize(highlight.size() - 1); in OutputHighlighedPosition() 80 highlight += "\n"; in OutputHighlighedPosition() [all …]
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
D | proxy_settings.css | 35 html[highlight=strong] input[type='button']:focus, 36 html[highlight=strong] input[type='checkbox']:focus, 37 html[highlight=strong] input[type='radio']:focus, 38 html[highlight=strong] input[type='text']:focus, 39 html[highlight=strong] input[type='url']:focus, 40 html[highlight=strong] button:focus, 41 html[highlight=strong] list:focus { 45 html[highlight=strong] #network-proxy-tab {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | cmdevtools.css | 44 .cm-highlight { 52 .cm-highlight.cm-execution-line { 143 .cm-token-highlight { 147 .cm-token-highlight:before { 162 .cm-search-highlight { 166 .cm-search-highlight:before { 181 .cm-search-highlight-full:before { 186 .cm-search-highlight-start:before { 194 .cm-search-highlight-end:before { 202 .cm-line-with-selection .cm-column-with-selection.cm-search-highlight-full:before { [all …]
|
D | flameChart.css | 33 .flame-chart-marker-highlight-element { 43 .flame-chart-highlight-element {
|
/external/chromium_org/v8/tools/sodium/ |
D | styles.css | 30 .highlight-flash-blue { 40 .highlight-green { 48 .highlight-yellow { 56 .highlight-gray { 64 .highlight-red {
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 306 …c void buildNodeHighlight(Node& node, const HighlightConfig& highlightConfig, Highlight* highlight) in buildNodeHighlight() argument 312 highlight->setDataFromConfig(highlightConfig); in buildNodeHighlight() 319 … highlight->appendQuad(quads[i], highlightConfig.content, highlightConfig.contentOutline); in buildNodeHighlight() 326 highlight->appendQuad(content, highlightConfig.content, highlightConfig.contentOutline); in buildNodeHighlight() 327 highlight->appendQuad(padding, highlightConfig.padding); in buildNodeHighlight() 328 highlight->appendQuad(border, highlightConfig.border); in buildNodeHighlight() 329 highlight->appendQuad(margin, highlightConfig.margin); in buildNodeHighlight() 364 m_client->highlight(); in invalidate() 501 m_client->highlight(); in update() 593 static void appendPathsForShapeOutside(Highlight& highlight, const HighlightConfig& config, Node* n… in appendPathsForShapeOutside() argument [all …]
|
/external/chromium_org/ui/message_center/cocoa/ |
D | status_item_view.mm | 31 @synthesize highlight = highlight_; 73 - (void)setHighlight:(BOOL)highlight { 74 highlight_ = highlight; 111 BOOL highlight = [self shouldHighlight]; 113 withHighlight:highlight]; 150 BOOL highlight = [self shouldHighlight]; 191 return kResourceIds[dark][quietMode_][hasUnreadItems][highlight];
|
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/ |
D | menu_tracked_button.mm | 10 - (void)doHighlight:(BOOL)highlight; 52 BOOL highlight = NSPointInRect(point, [self insetBounds]); 53 [self doHighlight:highlight]; 78 - (void)doHighlight:(BOOL)highlight { 79 [[self cell] setHighlighted:highlight]; 84 // the user is merely hovering here. If it is not, then disable the highlight.
|
/external/chromium_org/third_party/fuzzymatch/ |
D | fuzzymatch.c | 66 char highlight = 0; in main() local 75 highlight = 1; in main() 113 if (!highlight) in main() 148 if (count && highlight) { in main()
|
/external/chromium_org/chrome/browser/ |
D | test_presubmit.py | 27 highlight = error_lines[error_lines.index(line) + 1] 28 return ''.join(ch1 for (ch1, ch2) in zip(line, highlight) if ch2 == '^') 45 highlight = GetHighlight(line, error).strip() 46 self.assertTrue('include' in highlight and highlight[0] == '<') 290 highlight = GetHighlight(line, error) 291 self.assertTrue(highlight in ('Boolean', 'Number', 'String')) 332 highlight = GetHighlight(line, error) 333 self.assertFalse('var ' in highlight);
|
D | platform_util_win.cc | 93 const ITEMIDLIST* highlight[] = { file_item }; in ShowItemInFolderOnFileThread() local 95 hr = (*open_folder_and_select_itemsPtr)(dir_item, arraysize(highlight), in ShowItemInFolderOnFileThread() 96 highlight, NULL); in ShowItemInFolderOnFileThread()
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | oobe_screen.css | 172 html[highlight=strong] #security-info a:focus, 173 html[highlight=strong] #eula a:focus, 174 html[highlight=strong] .step-extra-controls a:focus, 175 html[highlight=strong] .menu-control:focus, 176 html[highlight=strong] input[type='button']:focus, 177 html[highlight=strong] button:focus {
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
D | cros_log_marker.js | 169 var highlight = highlights[j]; 170 if (highlight.range[0] <= index && 171 highlight.range[1] > index && 172 highlight.field == field && 173 highlight.enabled) { 174 res.push(highlight);
|
/external/chromium_org/chrome/browser/resources/extensions/ |
D | extension_code.js | 52 (!code.highlight && !code.beforeHighlight && !code.afterHighlight)) { 72 if (code.highlight) { 73 var highlightSpan = createSpan(code.highlight, true);
|
/external/chromium_org/ui/chromeos/network/ |
D | network_info.cc | 9 NetworkInfo::NetworkInfo() : disable(false), highlight(false) { in NetworkInfo() 13 : service_path(path), disable(false), highlight(false) { in NetworkInfo()
|
D | network_info.h | 31 bool highlight; member
|
/external/chromium_org/third_party/WebKit/Source/core/html/imports/ |
D | HTMLImport.cpp | 126 void HTMLImport::showTree(HTMLImport* highlight, unsigned depth) in showTree() argument 131 fprintf(stderr, "%s", this == highlight ? "*" : " "); in showTree() 135 child->showTree(highlight, depth + 1); in showTree()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | StyleRareInheritedData.cpp | 113 , highlight(o.highlight) in StyleRareInheritedData() 177 && highlight == o.highlight in operator ==()
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_button.mm | 26 [self highlight:isInside]; 39 [self highlight:NO];
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | builtin_provider.cc | 87 bool highlight = starting_chrome || text.length() > kAboutSchemeLength; in Start() local 88 styles.push_back(ACMatchClassification(0, highlight ? kMatch : kUrl)); in Start() 90 if (highlight) in Start()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | InspectorClientImpl.cpp | 60 void InspectorClientImpl::highlight() in highlight() function in blink::InspectorClientImpl 63 agent->highlight(); in highlight()
|
/external/markdown/markdown/extensions/ |
D | codehilite.py | 78 from pygments import highlight 101 return highlight(self.src, lexer, formatter)
|
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/ |
D | core-component-page-extracted.js | 1482 if (this.options.highlight) { 1483 var out = this.options.highlight(code, lang); 1868 var highlight = opt.highlight 1890 opt.highlight = highlight; 1897 if (!highlight || highlight.length < 3) { 1901 delete opt.highlight; 1910 return highlight(token.text, token.lang, function(err, code) { 1955 highlight: null, property 2000 highlight: this.highlight.bind(this) property 2011 highlight: function(code, lang) { method
|
/external/chromium_org/tools/binary_size/template/ |
D | D3SymbolTreeMap.js | 722 datum.highlight = this._mapContainer.append('div') 742 if (datum.highlight === undefined) { 745 datum.highlight.transition().duration(200).style('opacity', 1.0); 749 if (datum.highlight === undefined) return; 750 datum.highlight.transition().duration(750) 753 if (datum.highlight) datum.highlight.remove(); 754 delete datum.highlight;
|