Home
last modified time | relevance | path

Searched refs:highlight (Results 1 – 25 of 144) sorted by relevance

123456

/external/chromium_org/native_client_sdk/doc_generated/_static/
Dpygments.css1 .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/
Derr.cc61 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/
Dproxy_settings.css35 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/
Dcmdevtools.css44 .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 …]
DflameChart.css33 .flame-chart-marker-highlight-element {
43 .flame-chart-highlight-element {
/external/chromium_org/v8/tools/sodium/
Dstyles.css30 .highlight-flash-blue {
40 .highlight-green {
48 .highlight-yellow {
56 .highlight-gray {
64 .highlight-red {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp306 …c void buildNodeHighlight(Node& node, const HighlightConfig& highlightConfig, Highlight* highlight) in buildNodeHighlight() argument
312 highlight->setDataFromConfig(highlightConfig); in buildNodeHighlight()
319highlight->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/
Dstatus_item_view.mm31 @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/
Dmenu_tracked_button.mm10 - (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/
Dfuzzymatch.c66 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/
Dtest_presubmit.py27 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);
Dplatform_util_win.cc93 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/
Doobe_screen.css172 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/
Dcros_log_marker.js169 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/
Dextension_code.js52 (!code.highlight && !code.beforeHighlight && !code.afterHighlight)) {
72 if (code.highlight) {
73 var highlightSpan = createSpan(code.highlight, true);
/external/chromium_org/ui/chromeos/network/
Dnetwork_info.cc9 NetworkInfo::NetworkInfo() : disable(false), highlight(false) { in NetworkInfo()
13 : service_path(path), disable(false), highlight(false) { in NetworkInfo()
Dnetwork_info.h31 bool highlight; member
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
DHTMLImport.cpp126 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/
DStyleRareInheritedData.cpp113 , highlight(o.highlight) in StyleRareInheritedData()
177 && highlight == o.highlight in operator ==()
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_button.mm26 [self highlight:isInside];
39 [self highlight:NO];
/external/chromium_org/chrome/browser/autocomplete/
Dbuiltin_provider.cc87 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/
DInspectorClientImpl.cpp60 void InspectorClientImpl::highlight() in highlight() function in blink::InspectorClientImpl
63 agent->highlight(); in highlight()
/external/markdown/markdown/extensions/
Dcodehilite.py78 from pygments import highlight
101 return highlight(self.src, lexer, formatter)
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
Dcore-component-page-extracted.js1482 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/
DD3SymbolTreeMap.js722 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;

123456