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