OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:view_with_layer
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc
379
views::View*
view_with_layer
= new views::View;
local
380
parent_root->AddChildView(
view_with_layer
);
381
view_with_layer
->SetBounds(0, 0, 50, 50);
382
view_with_layer
->SetPaintToLayer(true);
389
// Move |
view_with_layer
| to the top and make sure it gets the
390
// event when the point is within |
view_with_layer
|'s bounds.
391
view_with_layer
->layer()->parent()->StackAtTop(
392
view_with_layer
->layer());
402
delete
view_with_layer
;
403
view_with_layer
= NULL
[
all
...]
Completed in 151 milliseconds