OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:status_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_layout_manager.cc
698
gfx::Rect
status_bounds
= target_bounds.status_bounds_in_shelf;
local
699
status_bounds
.set_x(
status_bounds
.x() +
701
status_bounds
.set_y(
status_bounds
.y() +
706
status_bounds
));
[
all
...]
shelf_layout_manager_unittest.cc
700
gfx::Rect
status_bounds
(
742
status_bounds
= shelf->status_area_widget()->GetNativeView()->bounds();
743
EXPECT_LT(
status_bounds
.y(),
[
all
...]
Completed in 361 milliseconds