OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_children
(Results
1 - 20
of
20
) sorted by null
/external/chromium/chrome/browser/sync/glue/
extension_sync.h
36
// Fills in |
has_children
| with whether or not the root node with the
43
bool*
has_children
);
extension_sync.cc
24
bool*
has_children
) {
25
CHECK(
has_children
);
26
*
has_children
= false;
33
*
has_children
= node.GetFirstChildId() != sync_api::kInvalidId;
/external/linux-tools-perf/util/ui/browsers/
hists.c
50
return self->
has_children
? tree__folded_sign(self->unfolded) : ' ';
65
self->unfolded = unfold ? self->
has_children
: false;
125
if (!self->
has_children
)
144
chain->ms.
has_children
= chain->list.next != &child->val ||
147
chain->ms.
has_children
= chain->list.next == &child->val &&
160
chain->ms.
has_children
= !RB_EMPTY_ROOT(&self->rb_root);
178
self->ms.
has_children
= !RB_EMPTY_ROOT(&self->sorted_chain);
214
bool
has_children
= false;
local
219
has_children
= chain->ms.
has_children
;
232
bool
has_children
= false;
local
[
all
...]
/external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.cc
85
if (GetRootView()->
has_children
()) {
browser_frame_win.cc
233
if (GetRootView()->
has_children
()) {
/external/elfutils/libdw/
dwarf_abbrevhaschildren.c
64
return abbrev == NULL ? -1 : abbrev->
has_children
;
dwarf_haschildren.c
83
return die->abbrev->
has_children
;
dwarf_child.c
165
&& (die->abbrev == NULL || die->abbrev->
has_children
))
171
if (! die->abbrev->
has_children
)
dwarf_siblingof.c
113
else if (this_die.abbrev->
has_children
)
dwarf_getabbrev.c
133
abb->
has_children
= *abbrevp++ == DW_CHILDREN_yes;