Searched refs:is_child (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/
H A Dpage_state_serialization_unittest.cc137 bool is_child) {
141 if (!is_child)
160 if (!is_child) {
135 PopulateFrameStateForBackwardsCompatTest( ExplodedFrameState* frame_state, bool is_child) argument
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_scan_manager.cc98 bool is_child = previous_parent.path.IsParent(current.path); local
101 (is_child || previous_parent.path == current.path)) {
105 } else if (!is_child) {
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c3084 Bool is_child; local
3102 is_child = ( RES == 0 ? True : False );
3103 child_pid = ( is_child ? -1 : RES );
3106 is_child = RESHI;
3114 if (is_child) {

Completed in 163 milliseconds