OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:transient_children
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ash/display/
screen_position_controller.cc
40
aura::Window::Windows
transient_children
= window->
transient_children
();
local
41
for (aura::Window::Windows::iterator iter =
transient_children
.begin();
42
iter !=
transient_children
.end(); ++iter) {
/external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc
66
aura::Window::Windows
transient_children
= window->
transient_children
();
local
67
for (aura::Window::Windows::iterator iter =
transient_children
.begin();
68
iter !=
transient_children
.end(); ++iter) {
/external/chromium_org/ui/views/corewm/
window_modality_controller.cc
67
for (it = activatable->
transient_children
().begin();
68
it != activatable->
transient_children
().end();
72
return transient->
transient_children
().empty() ?
shadow_controller.cc
62
std::find(losing_active->
transient_children
().begin(),
63
losing_active->
transient_children
().end(),
65
if (it != losing_active->
transient_children
().end())
focus_controller.cc
40
relative_to->
transient_children
());
/external/chromium_org/ash/wm/
window_util.cc
137
for (size_t i = 0; i < child->
transient_children
().size(); ++i) {
138
ReparentChildWithTransientChildren(child->
transient_children
()[i],
immersive_fullscreen_controller.cc
917
const std::vector<aura::Window*>
transient_children
=
local
[
all
...]
/external/chromium_org/ui/oak/
oak_aura_window_display.cc
135
window_->
transient_children
().size());
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc
565
window->
transient_children
().begin();
566
for (; it != window->
transient_children
().end(); ++it)
594
window->
transient_children
().begin();
595
for (; it != window->
transient_children
().end(); ++it)
621
window->
transient_children
().begin();
622
for (; it != window->
transient_children
().end(); ++it)
/external/chromium_org/ui/views/widget/
native_widget_aura.cc
1078
const aura::Window::Windows&
transient_children
=
local
[
all
...]
/external/chromium_org/ui/aura/
window.cc
265
Windows
transient_children
(transient_children_);
266
STLDeleteElements(&
transient_children
);
[
all
...]
window.h
225
const Windows&
transient_children
() const { return transient_children_; }
function in class:aura::Window
Completed in 1468 milliseconds