HomeSort by relevance Sort by last modified time
    Searched defs:Highlight (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/
tab.py 89 def Highlight(self, color):
117 """Clears a highlight of the given bitmap.RgbaColor."""
146 self.Highlight(highlight_bitmap)
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 45 const char *Highlight() const { return Green(); }
224 Printf(Decor.Highlight());
  /external/chromium_org/tools/perf/metrics/
speedindex_unittest.py 88 def Highlight(self, _):
  /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...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc     [all...]

Completed in 2152 milliseconds