OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:owned_by_parent_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/v2/public/
view.h
39
owned_by_parent_
= owned_by_parent;
99
bool
owned_by_parent_
;
member in class:v2::View
/external/chromium_org/ui/aura/
window.h
96
owned_by_parent_
= owned_by_parent;
98
bool owned_by_parent() const { return
owned_by_parent_
; }
555
bool
owned_by_parent_
;
member in class:aura::Window
window.cc
218
owned_by_parent_
(true),
886
if (child->
owned_by_parent_
) {
[
all
...]
/external/chromium_org/ui/v2/src/
view.cc
151
View::View() : visible_(true),
owned_by_parent_
(true), parent_(NULL) {
160
if (child->
owned_by_parent_
) {
Completed in 96 milliseconds