OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_flags_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/
utility_process_host_impl.h
48
void set_child_flags(int flags) {
child_flags_
= flags; }
76
int
child_flags_
;
member in class:content::UtilityProcessHostImpl
utility_process_host_impl.cc
77
child_flags_
(ChildProcessHost::CHILD_ALLOW_SELF),
79
child_flags_
(ChildProcessHost::CHILD_NORMAL),
159
int child_flags =
child_flags_
;
Completed in 44 milliseconds