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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/base/ime/
infolist_entry.cc 11 : title(title), body(body), highlighted(false) {}
15 highlighted == other.highlighted;
infolist_entry.h 17 bool highlighted; member in struct:ui::InfolistEntry
  /external/chromium_org/third_party/WebKit/ManualTests/
svg-modify-deleted-selection.svg 14 <text y="50" fill="green" font-size="20">Test passes if no crash on mouse click. Text may be highlighted.</text>
animate-duration.html 49 <div class="container" onclick="toggleClassName(this, 'highlighted')">
54 <div class="container" onclick="toggleClassName(this, 'highlighted')">
59 <div class="container" onclick="toggleClassName(this, 'highlighted')">
pre-tab-selection-rect.html 45 The entire word &ldquo;highlighting&rdquo; below should be highlighted.
50 The words &ldquo;buggy highlighting&rdquo; below should be fully highlighted.
55 The words &ldquo;buggy highlighting&rdquo; below should be fully highlighted.
60 The words &ldquo;buggy highlighting&rdquo; below should be fully highlighted.
crash-on-find-with-no-selection.html 9 <li>This test PASSED if we do not crash and the word &quot;crash&quot; is highlighted in at least the first sentence on this page.</li>
  /external/llvm/utils/textmate/
README 4 highlighted.
  /external/chromium_org/extensions/browser/
file_highlighter.h 20 // three portions: the portion before the highlighted feature, the highlighted
21 // feature, and the portion following the highlighted feature.
28 // Get the portion of the manifest which should not be highlighted and is
32 // Get the feature portion of the manifest, which should be highlighted.
35 // Get the portion of the manifest which should not be highlighted and is
39 // Populate a DictionaryValue with the highlighted portions (in UTF16) of the
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
highlight-source-line.html 2 <p>To test, open the Inspector and reload this page. Then open the Inspector's Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p>
styled-error-bubbles-in-scripts.html 6 resource should show syntax highlighted JavaScript with a red error bubble.</p>
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_matrix.h 41 // Return the currently highlighted row. Returns -1 if no row is highlighted.
  /external/chromium_org/tools/gn/
standard_out.h 23 // the colon is the command (and is highlighted). After the colon if there is
30 // - Lines beginning with non-whitespace are highlighted up to the first
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder.h 105 // Sets which app is intended to be highlighted. Will remove the highlight
106 // from a currently highlighted app.
110 // highlighted if |highlighted_app_pending_| is true. If such an app is found,
111 // reset |highlighted_app_pending_| so that won't be highlighted again until
141 // True if we haven't set |highlight_app_id_| to be highlighted. This happens
  /external/chromium_org/ui/app_list/
app_list_item.cc 29 void AppListItem::SetHighlighted(bool highlighted) {
30 if (highlighted_ == highlighted)
33 highlighted_ = highlighted;
app_list_item_observer.h 20 // Invoked after item's highlighted state is changed.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
offline_enabled.html 5 that it is offline, apps with this field set to true will be highlighted
  /external/chromium_org/third_party/skia/experimental/PdfViewer/inc/
SkPdfDiffEncoder.h 16 * to a file with the difference created by using this token highlighted.
  /external/skia/experimental/PdfViewer/inc/
SkPdfDiffEncoder.h 16 * to a file with the difference created by using this token highlighted.
  /external/chromium_org/chrome/browser/chromeos/drive/
search_metadata.h 42 // text with matched portions highlighted with <b> tag (only the first match
43 // is highlighted). Meta characters are escaped like &lt;. The original
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_index.css 67 tr[highlighted] {
73 tr[highlighted]:nth-child(odd) {
  /external/chromium_org/chrome/browser/resources/extensions/
extension_code.js 28 * error message, which will be the mouseover hint for the highlighted
54 span.className = isHighlighted ? 'extension-code-highlighted-source' :
99 var errorSpan = this.querySelector('.extension-code-highlighted-source');
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.css 83 .day-cell.highlighted.today,
89 .week-number-cell.highlighted,
90 .day-cell.highlighted {
94 .week-number-cell.highlighted.disabled,
95 .day-cell.highlighted.disabled {
255 .month-button.highlighted {
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt_experiment.h 40 // Returns true if the text color should be highlighted for the given
44 // Returns true if the text background should be highlighted for the given
  /external/chromium_org/ash/system/user/
button_from_view.h 23 // Called when the border should remain even in the non highlighted state.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuItemIcon.java 34 // highlighted.

Completed in 4887 milliseconds

1 2 3 4 5 6 7 8 91011>>