OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transient_children_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/aura/
window.cc
265
Windows transient_children(
transient_children_
);
267
DCHECK(
transient_children_
.empty());
394
for (Windows::iterator it =
transient_children_
.begin();
395
it !=
transient_children_
.end(); ++it) {
611
DCHECK(std::find(
transient_children_
.begin(),
transient_children_
.end(),
612
child) ==
transient_children_
.end());
613
transient_children_
.push_back(child);
621
std::find(
transient_children_
.begin(),
transient_children_
.end(), child)
[
all
...]
window.h
225
const Windows& transient_children() const { return
transient_children_
; }
566
Windows
transient_children_
;
member in class:aura::Window
Completed in 23 milliseconds