OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_area_bottom
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc
412
int
client_area_bottom
=
local
414
int client_area_height =
client_area_bottom
- client_area_top;
422
client_area_bounds.right(),
client_area_bottom
);
425
client_area_bottom
, client_area_bounds.width(),
430
client_area_bounds.x() - bottom_left->width(),
client_area_bottom
);
442
client_area_bottom
+ kClientEdgeThickness - client_area_top),
444
canvas->FillRect(gfx::Rect(client_area_bounds.x(),
client_area_bottom
,
449
client_area_bottom
+ kClientEdgeThickness - client_area_top),
opaque_browser_frame_view.cc
799
int
client_area_bottom
=
local
801
int image_height =
client_area_bottom
- image_top;
809
client_area_bounds.right(),
client_area_bottom
);
[
all
...]
Completed in 39 milliseconds