OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_area_top
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc
409
int
client_area_top
= frame()->client_view()->y() +
local
413
std::max(
client_area_top
, height() - NonClientBorderThickness());
414
int client_area_height = client_area_bottom -
client_area_top
;
418
canvas->TileImageInt(*right, client_area_bounds.right(),
client_area_top
,
433
client_area_top
, left->width(), client_area_height);
441
client_area_top
, kClientEdgeThickness,
442
client_area_bottom + kClientEdgeThickness -
client_area_top
),
447
canvas->FillRect(gfx::Rect(client_area_bounds.right(),
client_area_top
,
449
client_area_bottom + kClientEdgeThickness -
client_area_top
),
opaque_browser_frame_view.cc
752
int
client_area_top
= frame()->client_view()->y();
local
753
int image_top =
client_area_top
;
772
client_area_top
= std::min(image_top,
773
client_area_top
+ toolbar_bounds.bottom() - kClientEdgeThickness);
780
int top_edge_y =
client_area_top
- top_center->height();
781
int height =
client_area_top
- top_edge_y;
794
client_area_top
- kClientEdgeThickness,
800
std::max(
client_area_top
, height() - NonClientBorderThickness());
[
all
...]
Completed in 3326 milliseconds