OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:titlebar_bottom
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
401
SkBitmap*
titlebar_bottom
= rb.GetBitmapNamed(IDR_APP_TOP_CENTER);
local
402
int edge_height =
titlebar_bottom
->height() - kClientEdgeThickness;
403
canvas->TileImageInt(*
titlebar_bottom
, 0,
/external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc
402
gfx::ImageSkia*
titlebar_bottom
= rb.GetImageSkiaNamed(IDR_APP_TOP_CENTER);
local
403
int edge_height =
titlebar_bottom
->height() - kClientEdgeThickness;
404
canvas->TileImageInt(*
titlebar_bottom
, 0,
/external/chromium_org/ui/views/window/
custom_frame_view.cc
363
const gfx::ImageSkia*
titlebar_bottom
= rb.GetImageNamed(
local
365
int edge_height =
titlebar_bottom
->height() -
367
canvas->TileImageInt(*
titlebar_bottom
, 0,
Completed in 594 milliseconds