Home | History | Annotate | Download | only in trees

Lines Matching refs:contents_size

2535   gfx::Size contents_size(20, 20);
2541 content_layer->SetBounds(contents_size);
2542 content_layer->SetContentBounds(contents_size);
2552 scroll_layer->SetBounds(contents_size);
2553 scroll_layer->SetContentBounds(contents_size);
2573 gfx::Size contents_size(20, 20);
2576 root->SetContentBounds(contents_size);
2577 root->AddChild(CreateScrollableLayer(2, contents_size, root.get()));