Home
last modified time | relevance | path

Searched refs:highlighted (Results 1 – 25 of 59) sorted by relevance

123

/external/chromium_org/ui/app_list/
Dapp_list_item_model.cc38 void AppListItemModel::SetHighlighted(bool highlighted) { in SetHighlighted() argument
39 if (highlighted_ == highlighted) in SetHighlighted()
42 highlighted_ = highlighted; in SetHighlighted()
Dapp_list_item_model.h42 void SetHighlighted(bool highlighted);
43 bool highlighted() const { return highlighted_; } in highlighted() function
/external/chromium_org/chrome/browser/resources/signin_internals/
Dsignin_index.css67 tr[highlighted] {
73 tr[highlighted]:nth-child(odd) {
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.css83 .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/resources/sync_internals/
Dabout.css66 .aboutDetails [highlighted] {
72 .aboutDetails [highlighted]:nth-child(odd) {
/external/chromium_org/chrome/browser/chromeos/drive/
Dsearch_metadata.cc207 std::string highlighted; in MaybeAddEntryToResult() local
209 (query && !FindAndHighlight(entry.base_name(), query, &highlighted))) in MaybeAddEntryToResult()
221 result_candidates->push(new ResultCandidate(it->GetID(), entry, highlighted)); in MaybeAddEntryToResult()
/external/chromium_org/chrome/browser/resources/extensions/
Dextension_error_overlay.css5 #extension-error-overlay .highlighted-source {
/external/chromium_org/third_party/WebKit/ManualTests/
Dsvg-modify-deleted-selection.svg14 …fill="green" font-size="20">Test passes if no crash on mouse click. Text may be highlighted.</text>
/external/llvm/utils/textmate/
DREADME4 highlighted.
/external/chromium/chrome/browser/resources/options/
Dsearch_page.css5 .search-highlighted {
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_section_view_unittest.mm134 // Test a highlighted view has the right color.
140 // Test a non-highlighted view doesn't change existing background.
Dautofill_pop_up_button.mm86 // Draw a bezel that's highlighted.
/external/libvpx/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt101 …highlight it! GeSHi is extremely customisable - the same source can be highlighted multiple times …
258 // Simply echo the highlighted code
294 …ecause of the inconsistent and unexpected ways stuff in <code> tags is highlighted. Besides, <code…
298 …een made in GeSHi 1.0.7.20 to force GeSHi to create a block around the highlighted source even if …
388 By default, GeSHi doesn't use the classes, so it's easy just to whack out some highlighted code if …
410 …way. You'd do this for a block of code that you expressly wanted to be highlighted in a different …
442 …ind if they're highlighted the same way (in fact, that's exactly what you want) but in one of them…
495 This method is great if you don't mind the source always being highlighted the same (in particular,…
502 …n change almost every single aspect of highlighted code - and can even say whether something is to…
514 The default styles "shine through" wherever anything isn't highlighted. Also, you can apply more ad…
[all …]
DCHANGES96 i.e. the dest was highlighted as variable declaration (milian)
123 … * Fixed Doc-URL getting reparsed by highlighted keywords of other groups (BenBE, Jordi Boggiano)
204 * Minor issue with PHP Heredoc and Nowdoc syntax sometimes not getting highlighted (BenBE)
208 * Fixed some incorrectly highlighted things with the CSS language file (milian, BenBE)
270 …t rarely skipped highlighting of escaped chars which usually should have gotten highlighted (BenBE)
271 …- Optimized generation of highlighted strings to use fast skip forward while highlighting them (M…
309 - Fixed symbols not being highlighted at all (SF #1767953, BenBE)
321 - Fixed template params for C++ and C# not being highlighted (SF #1772919, BenBE)
353 the highlighted source
363 - Fixed invalid HTML being generated and doctypes not being highlighted over
[all …]
DREADME12 wish to use, and the output will be a file syntax highlighted to
DBUGS15 highlighted in just 6 seconds), but above about 25K things get a little slow... If
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
Dtoolbar_button.mm21 // the button, the button should not be highlighted.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DcanvasProfiler.css181 .canvas-replay-state-view .data-grid .data-container tr:nth-child(odd).canvas-grid-node-highlighted
186 …nvas-replay-state-view .data-grid .data-container tr:nth-child(even).canvas-grid-node-highlighted {
/external/chromium_org/chrome/browser/resources/options/
Dsearch_page.css9 .search-highlighted {
/external/chromium_org/ui/keyboard/resources/
Dmain.css30 * Controls whether the shift key should be highlighted or not.
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dselected_keyword_decoration.mm20 // Matches the color of the highlighted line in the popup.
/external/chromium_org/ui/message_center/cocoa/
Dstatus_item_view.mm22 // Whether or not the status item should be drawn highlighted.
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
Dmenu_tracked_button.mm56 // over the button and thus needs to be highlighted. The delay is the
/external/chromium_org/chrome/browser/ui/cocoa/
Ddraggable_button_unittest.mm132 // The button should not be highlighted after the drag finishes.
/external/chromium/chrome/browser/ui/cocoa/
Ddraggable_button_unittest.mm127 // The button should not be highlighted after the drag finishes.

123