Searched refs:highlighted (Results 1 - 7 of 7) sorted by relevance

/external/autotest/frontend/client/src/autotest/public/
H A Dtkoclient.css41 .highlighted {
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
H A DSpreadsheet.java43 private static final String HIGHLIGHTED_CLASS = "highlighted";
567 public void setHighlighted(CellInfo cell, boolean highlighted) { argument
569 if (highlighted) {
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
H A DStylizeActivity.java250 public void setHilighted(final boolean highlighted) { argument
251 this.hilighted = highlighted;
/external/python/cpython2/Doc/tools/static/
H A Dbasic.css309 dt:target, .highlighted {
/external/ImageMagick/www/api/
H A Dfx.php129 <p>CharcoalImage() creates a new image that is a copy of an existing one with the edge highlighted. It allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
/external/doclava/res/assets/templates-sdk/assets/js/
H A Ddocs.js345 // if something is already highlighted, undo it. This is for dynamic navigation (Samples index)
1697 .append($('<div>').addClass('title' + (resource.title_highlighted ? ' highlighted' : ''))
3132 var highlighted = highlightString(label, query);
3133 el.html(highlighted);
3134 el.addClass('highlighted');
/external/doclava/res/assets/templates-sdk/assets/css/
H A Ddefault.css7407 .highlighted em {
7413 .card-info .title.highlighted {

Completed in 349 milliseconds