Lines Matching refs:pC
1729 , pC = children[pane]
1734 if ($.isPlainObject( pC )) {
1735 $.each( pC, function (key, child) {
1736 if (child.destroyed) delete pC[key]
1739 if ($.isEmptyObject( pC ))
1740 pC = children[pane] = null; // clear children hash
1745 if (!newChild && !pC) {
1758 if (!pC) pC = children[pane] = {}; // create an empty children hash
1759 pC[ o.instanceKey ] = newChild.container.data("layout"); // add childLayout instance
3065 , pC = children[pane]
3066 , hasChildren = $.isPlainObject( pC ) && !$.isEmptyObject( pC )
3071 $.each( pC, function (key, child) {
3075 delete pC[key];
3078 if ($.isEmptyObject( pC )) {
3079 pC = children[pane] = null; // clear children hash
3115 $.each( pC, function (key, child) {
4369 var pC = children[pane];
4370 if ($.isPlainObject( pC )) {
4372 $.each( pC, function (key, child) {
5458 , ps, pC, child, array, count, branch variable
5479 pC = inst.children[pane];
5481 if ($.isPlainObject( pC ) && !$.isEmptyObject( pC )) {
5485 $.each( pC, function (key, child) {