HomeSort by relevance Sort by last modified time
    Searched full:highlight (Results 1 - 25 of 638) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/doc_generated/_static/
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/third_party/WebKit/ManualTests/
system-color-change.html 1 <body bgcolor="highlight">
2 Change the system highlight color.
4 On Mac OS X, go into System Preferences and change the Highlight color in the Appearance preference panel.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
broken1-expected-completion20.txt 2 android:textColorHighlight : Color of the text selection highlight. [color, reference]
  /external/chromium_org/chrome/browser/resources/chromeos/
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/ui/chromeos/network/
network_info.cc 9 NetworkInfo::NetworkInfo() : disable(false), highlight(false) {
13 : service_path(path), disable(false), highlight(false) {
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_view.h 12 // Main view for autofill sections. Takes care of hover highlight if needed.
17 BOOL isHighlighted_; // Track current highlight state.
18 BOOL shouldHighlightOnHover_; // Indicates if view should highlight on hover
28 // Color used to highlight the view on hover.
31 // Controls if the view should show a highlight when hovered over.
  /external/chromium_org/v8/tools/sodium/
styles.css 30 .highlight-flash-blue {
40 .highlight-green {
48 .highlight-yellow {
56 .highlight-gray {
64 .highlight-red {
  /external/chromium_org/tools/gn/
err.cc 61 std::string highlight; local
62 highlight.resize(line_length);
64 highlight[i] = ' ';
66 // Highlight all the ranges on the line.
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.size() - 1] == ' '
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_marker.js 5 * This class stores the filter queries as history and highlight the log text
11 * the latest added highlight always has highest priority to display.
18 var LOG_MARKER_HIGHLIGHT_CLASS = 'cros-log-visualizer-marker-highlight';
41 * CrosHighlightTag represents a single highlight tag in text.
65 // Stores highlight objects for each entry.
153 // Creates the highlight object
155 // Add the highlight into entryHighlights
160 * Find the highlight objects that covers the given position
169 var highlight = highlights[j];
170 if (highlight.range[0] <= index &
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
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.
wrench_menu_button_cell.h 12 // than two blocks of colors. This also uses the blue menu highlight color for
  /external/chromium_org/chrome/browser/resources/extensions/
extension_code.js 8 * highlight: string,
18 * designed to highlight errors.
32 * highlight the erroneous section (if any).
33 * @param {ExtensionHighlight} code The 'highlight' strings represent the
35 * is most relevant and should be emphasized (highlight), and the parts
52 (!code.highlight && !code.beforeHighlight && !code.afterHighlight)) {
72 if (code.highlight) {
73 var highlightSpan = createSpan(code.highlight, true);
  /external/chromium_org/ui/message_center/cocoa/
status_item_view.h 23 // 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
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/tools/json_schema_compiler/highlighters/
pygments_highlighter.py 21 """Highlighter that uses the python pygments library to highlight code.
26 return formatter.get_style_defs('.highlight')
31 return pygments.highlight(code, CppLexer(), formatter)
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_signs.py 12 # unique sign id (for ':[sign/highlight] define)
22 """ Define the sign and highlight (if applicable) and show the sign. """
35 """ Defines sign and highlight (if highlight_colour is not None). """
40 self.highlight_name = "highlight%d" % VimSign.name_id
41 vim.command("highlight %s ctermbg=%s guibg=%s" % (self.highlight_name,
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login.html 2 <html i18n-values="dir:textdirection;build:buildType;highlight:highlightStrength">
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
highlight-source-line.html 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19204">Bug 19204: Inspector should highlight source lines when following links to them</a>.</p>
  /external/chromium_org/third_party/fuzzymatch/
fuzzymatch.c 41 * --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) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 15 """Highlight matching parentheses
24 default -- When a right paren is typed, highlight the matching
27 expression -- When a right paren is typed, highlight the entire
32 - implement rest of Emacs highlight styles (see below)
35 Note: In Emacs, there are several styles of highlight where the
134 """Highlight the single paren that matches"""
139 """Highlight the entire expression"""
151 """Highlight will remain until user input turns it off
166 """The last highlight created will be removed after .5 sec"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 15 """Highlight matching parentheses
24 default -- When a right paren is typed, highlight the matching
27 expression -- When a right paren is typed, highlight the entire
32 - implement rest of Emacs highlight styles (see below)
35 Note: In Emacs, there are several styles of highlight where the
134 """Highlight the single paren that matches"""
139 """Highlight the entire expression"""
151 """Highlight will remain until user input turns it off
166 """The last highlight created will be removed after .5 sec"""
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_button.mm 26 [self highlight:isInside];
39 [self highlight:NO];
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
test_touch_link_highlight.html 3 <a href="http://www.test.com" style="position: absolute; left: 20px; top: 20px; width: 200px;">A link to highlight</a>
27 <!-- Don't highlight if no hand cursor. -->
28 <a href="http://www.test.com" style="position: absolute; left: 20px; top: 220px; width: 200px; cursor: crosshair;">A link to *not* highlight</a>
32 <a href="http://www.test.com" style="position: absolute; left: 20px; top: 300px; width: 400px;">One link to highlight</a>
33 <a href="http://www.test.com" style="position: absolute; left: 20px; top: 320px; width: 400px;">Another link to highlight simultaneously</a>
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
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...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 189 class Highlight {
191 Highlight()
306 static void buildNodeHighlight(Node& node, const HighlightConfig& highlightConfig, Highlight* highlight)
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)
    [all...]

Completed in 2525 milliseconds

1 2 3 4 5 6 7 8 91011>>