OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_size
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc
199
const gfx::Size
child_size
= child_at(i)->GetPreferredSize();
local
200
size.SetSize(size.width() +
child_size
.width(),
201
std::max(size.height(),
child_size
.height()));
/external/chromium_org/ui/views/controls/menu/
menu_item_view.cc
972
gfx::Size
child_size
= GetChildPreferredSize();
local
976
dimensions.children_width =
child_size
.width();
977
dimensions.height =
child_size
.height();
[
all
...]
/external/chromium_org/cc/trees/
quad_culler_unittest.cc
139
gfx::Size
child_size
= gfx::Size(200, 200); \
140
gfx::Rect child_rect = gfx::Rect(
child_size
);
[
all
...]
layer_tree_host_impl_unittest.cc
[
all
...]
Completed in 1864 milliseconds