OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTargetBoundsForSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/workspace/
snap_sizer.cc
147
gfx::Rect target =
GetTargetBoundsForSize
(current);
154
return
GetTargetBoundsForSize
(current % usable_width_.size());
163
gfx::Rect SnapSizer::
GetTargetBoundsForSize
(size_t size_index) const {
218
return
GetTargetBoundsForSize
(size_index_);
snap_sizer.h
64
gfx::Rect
GetTargetBoundsForSize
(size_t size_index) const;
workspace_window_resizer_unittest.cc
[
all
...]
Completed in 356 milliseconds