OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_toolbar
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc
589
gfx::ImageSkia*
theme_toolbar
= tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR);
local
591
*
theme_toolbar
,
595
w,
theme_toolbar
->height());
612
toolbar_left->width(),
theme_toolbar
->height());
619
toolbar_right->width(),
theme_toolbar
->height());
glass_browser_frame_view.cc
343
gfx::ImageSkia*
theme_toolbar
= tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR);
local
355
canvas->TileImageInt(*
theme_toolbar
,
358
dest_y, w,
theme_toolbar
->height());
opaque_browser_frame_view.cc
678
gfx::ImageSkia*
theme_toolbar
= tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR);
local
679
canvas->TileImageInt(*
theme_toolbar
,
682
x, bottom_y, w,
theme_toolbar
->height());
[
all
...]
Completed in 306 milliseconds