OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dock_bounds
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/dock/
docked_window_resizer.cc
174
gfx::Rect
dock_bounds
= ScreenAsh::ConvertRectFromScreen(
local
184
const int distance = bounds.x() -
dock_bounds
.x();
192
const int distance =
dock_bounds
.right() - bounds.right();
docked_window_layout_manager.cc
950
gfx::Rect
dock_bounds
= dock_container_->GetBoundsInScreen();
local
1058
gfx::Rect
dock_bounds
= dock_container_->GetBoundsInScreen();
local
[
all
...]
/external/chromium_org/ash/shelf/
shelf_layout_manager.h
126
const gfx::Rect&
dock_bounds
() const { return dock_bounds_; }
function in class:ash::internal::ShelfLayoutManager
335
const gfx::Rect&
dock_bounds
,
Completed in 1507 milliseconds