Searched defs:highlight (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/ui/chromeos/network/
H A Dnetwork_info.h31 bool highlight; member in struct:ui::NetworkInfo
/external/chromium_org/ui/message_center/cocoa/
H A Dstatus_item_view.h23 // than zero, to the icon's right. It can also paint the highlight background
41 // Whether or not to force the highlight pattern to be drawn.
45 // draw the highlight pattern.
50 @property(nonatomic) BOOL highlight; variable
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImport.cpp126 void HTMLImport::showTree(HTMLImport* highlight, unsigned depth) argument
131 fprintf(stderr, "%s", this == highlight ? "*" : " ");
135 child->showTree(highlight, depth + 1);
/external/markdown/markdown/extensions/
H A Dcodehilite.py78 from pygments import highlight namespace
101 return highlight(self.src, lexer, formatter)
/external/chromium_org/chrome/browser/autocomplete/
H A Dbuiltin_provider.cc86 // input "about:" (with optional slashes), highlight the whole "chrome://".
87 bool highlight = starting_chrome || text.length() > kAboutSchemeLength; local
88 styles.push_back(ACMatchClassification(0, highlight ? kMatch : kUrl));
90 if (highlight)
/external/chromium_org/third_party/fuzzymatch/
H A Dfuzzymatch.c41 * --highlight: write highlight.png which is a copy of the first image
55 fprintf(stderr, "Usage: %s [--highlight] [--no-ignore-scrollbars] "
66 char highlight = 0; local
69 const char *output_filename = "highlight.png";
74 if (strcmp("--highlight", argv[argi]) == 0) {
75 highlight = 1;
113 if (!highlight)
148 if (count && highlight) {
/external/chromium_org/third_party/markdown/extensions/
H A Dcodehilite.py59 from pygments import highlight namespace
135 return highlight(self.src, lexer, formatter)
/external/lldb/www/python_reference/
H A Depydoc.js140 function highlight(id) {
142 if (elt) elt.className = "py-highlight-hdr";
144 if (elt) elt.className = "py-highlight";
146 if (elt) elt.className = "py-highlight";
185 highlight(id);
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_delegate.h30 bool highlight() const { return connected || connecting; } function in struct:ash::NetworkIconInfo
/external/chromium_org/chrome/browser/
H A Dplatform_util_win.cc93 const ITEMIDLIST* highlight[] = { file_item }; local
95 hr = (*open_folder_and_select_itemsPtr)(dir_item, arraysize(highlight),
96 highlight, NULL);
/external/chromium_org/tools/gn/
H A Derr.cc61 std::string highlight; local
62 highlight.resize(line_length);
64 highlight[i] = ' ';
68 FillRangeOnLine(ranges[i], location.line_number(), &highlight);
71 highlight.push_back(' ');
73 location.char_offset() - 1 < static_cast<int>(highlight.size()));
74 highlight[location.char_offset() - 1] = '^';
77 while (!highlight.empty() && highlight[highlight
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareInheritedData.h91 AtomicString highlight; // Apple-specific extension for custom highlight rendering. member in class:blink::StyleRareInheritedData
H A DRenderStyle.h832 const AtomicString& highlight() const { return rareInheritedData->highlight; } function in class:blink::RenderStyle
1318 void setHighlight(const AtomicString& h) { SET_VAR(rareInheritedData, highlight, h); }
/external/chromium_org/third_party/WebKit/Source/web/
H A DInspectorClientImpl.cpp60 void InspectorClientImpl::highlight() function in class:blink::InspectorClientImpl
63 agent->highlight();
H A DWebDevToolsAgentImpl.cpp79 // Use 99 as a big z-order number so that highlight is above other overlays.
80 static const int highlight = 99; member in namespace:OverlayZOrders
559 void WebDevToolsAgentImpl::highlight() function in class:blink::WebDevToolsAgentImpl
565 m_webViewImpl->addPageOverlay(this, OverlayZOrders::highlight);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DJavaScriptSourceFrame.js510 anchorBox.highlight = {
534 anchorBox.highlight = {
550 var lineNumber = anchorBox.highlight.lineNumber;
551 var startHighlight = anchorBox.highlight.startColumn;
552 var endHighlight = anchorBox.highlight.endColumn;
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.cc597 info.highlight ? gfx::Font::BOLD : gfx::Font::NORMAL;
618 info.highlight ? gfx::Font::BOLD : gfx::Font::NORMAL;
619 HoverHighlightView* highlight = static_cast<HoverHighlightView*>(view); local
620 highlight->AddIconAndLabel(info.image, info.label, font);
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java1465 private static String dataCellStyle (final int column, final boolean highlight) argument
1468 return highlight ? CSS_DATA_HIGHLIGHT_FIRST : CSS_DATA_FIRST;
1470 return highlight ? CSS_DATA_HIGHLIGHT : CSS_DATA;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.cpp306 static void buildNodeHighlight(Node& node, const HighlightConfig& highlightConfig, Highlight* highlight) argument
312 highlight->setDataFromConfig(highlightConfig);
319 highlight->appendQuad(quads[i], highlightConfig.content, highlightConfig.contentOutline);
326 highlight->appendQuad(content, highlightConfig.content, highlightConfig.contentOutline);
327 highlight->appendQuad(padding, highlightConfig.padding);
328 highlight->appendQuad(border, highlightConfig.border);
329 highlight->appendQuad(margin, highlightConfig.margin);
364 m_client->highlight();
501 m_client->highlight();
593 static void appendPathsForShapeOutside(Highlight& highlight, cons argument
[all...]
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc75 // Create a 2x2 checkerboard pattern using the 3D face and highlight colors.
77 const SkColor highlight = color_utils::GetSysSkColor(COLOR_3DHILIGHT); local
78 SkColor buffer[] = { face, highlight, highlight, face };
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineView.js340 // Presentation record does not have model record to highlight.
896 element.row.highlight(regex, this._highlightDomChanges);
1099 highlight: function(regExp, domChanges)
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp55 JS_STATIC_PROP_ENTRY(highlight)
1836 FX_BOOL Field::highlight(OBJ_PROP_PARAMS) function in class:Field
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js396 chrome.tabs.highlight = function(highlightInfo, callback) {};
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp781 void Internals::setMarkedTextMatchesAreHighlighted(Document* document, bool highlight) argument
786 document->frame()->editor().setMarkedTextMatchesAreHighlighted(highlight);
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js3539 var highlight = this.calendarPicker.highlight();
3542 if (highlight) {
3543 firstDayInHighlight = highlight.firstDay().valueOf();
3544 lastDayInHighlight = highlight.lastDay().valueOf();
3573 var isWeekHighlighted = highlight && highlight.equals(week);
3842 CalendarPicker.prototype.highlight = function() {
3880 var highlight = day ? this._dateTypeConstructor.createFromDay(day) : null;
3881 this._setHighlight(highlight);
[all...]

Completed in 690 milliseconds

12