/external/chromium/chrome/browser/debugger/manual_tests/ |
highlight-source-line.html | 1 <p>To test, open the DevTools and reload this page. Then open the Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p>
|
/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/chrome/browser/resources/extensions/ |
extension_error_overlay.css | 5 #extension-error-overlay .highlighted-source {
|
extension_error_overlay.js | 12 * of the file which caused the error will be highlighted. 62 span.className = isHighlighted ? 'highlighted-source' : 'normal-source';
|
/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 “highlighting” below should be highlighted. 50 The words “buggy highlighting” below should be fully highlighted. 55 The words “buggy highlighting” below should be fully highlighted. 60 The words “buggy highlighting” 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 "crash" 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/ui/app_list/ |
app_list_item_model.cc | 38 void AppListItemModel::SetHighlighted(bool highlighted) { 39 if (highlighted_ == highlighted) 42 highlighted_ = highlighted;
|
app_list_item_model_observer.h | 20 // Invoked after item's highlighted state is changed.
|
app_list_item_model.h | 42 void SetHighlighted(bool highlighted); 43 bool highlighted() const { return highlighted_; } function in class:app_list::AppListItemModel
|
/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 | 82 // Sets which app is intended to be highlighted. Will remove the highlight 83 // from a currently highlighted app. 87 // highlighted if |highlighted_app_pending_| is true. If such an app is found, 88 // reset |highlighted_app_pending_| so that won't be highlighted again until 105 // True if we haven't set |highlight_app_id_| to be highlighted. This happens
|
/external/chromium/chrome/browser/resources/options/ |
search_page.css | 5 .search-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 <. 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/sync_internals/ |
about.css | 66 .aboutDetails [highlighted] { 72 .aboutDetails [highlighted]:nth-child(odd) {
|
about.js | 7 this.removeAttribute('highlighted'); 17 node.setAttribute('highlighted', '');
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
geshi-doc.html | 492 <li><a href="#styles-for-highlighted-lines">3.15.2 Styles for the Highlighted Lines</a></li> 525 highlight it! <abbr title="Generic Syntax Highlighter">GeSHi</abbr> is extremely customisable - the same source can be highlighted [all...] |
/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 {
|