OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BoxLayout
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/layout/
box_layout.cc
12
BoxLayout
::
BoxLayout
(
BoxLayout
::Orientation orientation,
25
BoxLayout
::~
BoxLayout
() {
28
void
BoxLayout
::Layout(View* host) {
84
gfx::Size
BoxLayout
::GetPreferredSize(View* host) {
100
int
BoxLayout
::GetPreferredHeightForWidth(View* host, int width) {
105
gfx::Size
BoxLayout
::GetPreferredSizeForChildWidth(View* host,
150
gfx::Size
BoxLayout
::NonChildSize(View* host)
[
all
...]
box_layout.h
26
class VIEWS_EXPORT
BoxLayout
: public LayoutManager {
37
BoxLayout
(Orientation orientation,
41
virtual ~
BoxLayout
();
72
DISALLOW_IMPLICIT_CONSTRUCTORS(
BoxLayout
);
Completed in 538 milliseconds