OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toolbar_left_mask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc
685
gfx::ImageSkia*
toolbar_left_mask
=
local
698
canvas->DrawImageInt(*
toolbar_left_mask
, 0, 0,
toolbar_left_mask
->width(),
699
split_point, left_x, y,
toolbar_left_mask
->width(),
701
canvas->DrawImageInt(*
toolbar_left_mask
, 0,
702
toolbar_left_mask
->height() - bottom_edge_height,
703
toolbar_left_mask
->width(), bottom_edge_height, left_x, bottom_y,
704
toolbar_left_mask
->width(), bottom_edge_height, false, paint);
[
all
...]
glass_browser_frame_view.cc
362
gfx::ImageSkia*
toolbar_left_mask
=
local
374
canvas->DrawImageInt(*
toolbar_left_mask
, left_x, y, paint);
Completed in 30 milliseconds