OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalculateClientAreaBounds
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h
83
gfx::Rect
CalculateClientAreaBounds
(int width, int height) const;
opaque_browser_frame_view_layout.h
84
gfx::Rect
CalculateClientAreaBounds
(int width, int height) const;
opaque_browser_frame_view.h
158
gfx::Rect
CalculateClientAreaBounds
(int width, int height) const;
glass_browser_frame_view.cc
405
gfx::Rect client_area_bounds =
CalculateClientAreaBounds
(width(), height());
506
client_view_bounds_ =
CalculateClientAreaBounds
(width(), height());
521
gfx::Rect GlassBrowserFrameView::
CalculateClientAreaBounds
(int width,
opaque_browser_frame_view_layout.cc
246
gfx::Rect OpaqueBrowserFrameViewLayout::
CalculateClientAreaBounds
(
677
client_view_bounds_ =
CalculateClientAreaBounds
(
opaque_browser_frame_view.cc
756
layout_->
CalculateClientAreaBounds
(width(), height());
[
all
...]
Completed in 1022 milliseconds