Home
last modified time | relevance | path

Searched refs:indicator_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/table/
Dtable_header.cc135 SkPath indicator_path; in OnPaint() local
137 indicator_path.moveTo( in OnPaint()
140 indicator_path.lineTo( in OnPaint()
143 indicator_path.lineTo( in OnPaint()
147 indicator_path.moveTo(SkIntToScalar(indicator_x), in OnPaint()
149 indicator_path.lineTo( in OnPaint()
152 indicator_path.lineTo( in OnPaint()
156 indicator_path.close(); in OnPaint()
157 canvas->DrawPath(indicator_path, paint); in OnPaint()
/external/chromium_org/chrome/common/media_galleries/
Dpmp_test_util.cc61 base::FilePath indicator_path = column_file_destination.Append( in WriteIndicatorFile() local
64 return base::WriteFile(indicator_path, NULL, 0) == 0; in WriteIndicatorFile()