OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:always_on_top_container
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/
always_on_top_controller.cc
25
aura::Window*
always_on_top_container
) {
27
DCHECK(
always_on_top_container
->children().empty());
32
always_on_top_container_ =
always_on_top_container
;
always_on_top_controller.h
29
void SetAlwaysOnTopContainer(aura::Window*
always_on_top_container
);
/external/chromium_org/ash/
root_window_controller.cc
668
aura::Window*
always_on_top_container
=
local
670
always_on_top_container
->SetLayoutManager(
672
always_on_top_container
->GetRootWindow()));
674
always_on_top_controller_->SetAlwaysOnTopContainer(
always_on_top_container
);
799
aura::Window*
always_on_top_container
= CreateContainer(
local
804
new ToplevelWindowEventHandler(
always_on_top_container
));
806
always_on_top_container
);
807
SetUsesScreenCoordinates(
always_on_top_container
);
[
all
...]
Completed in 35 milliseconds