OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stroke_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/infobars/
infobar_background.cc
51
canvas_skia->drawPath(infobar->
stroke_path
(), paint);
infobar_view.h
41
const SkPath&
stroke_path
() const { return stroke_path_; }
function in class:InfoBarView
/external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc
72
canvas_skia->drawPath(*infobar->
stroke_path
(), paint);
infobar_view.h
38
SkPath*
stroke_path
() const { return stroke_path_.get(); }
function in class:InfoBarView
Completed in 113 milliseconds