Lines Matching refs:flag
260 _appendKey: function (type, key, flag) { argument
274 if (flag) {
428 nodeSetActive: function (ctx, flag, callOpts) { argument
432 flag = flag !== false;
443 nodeSetExpanded: function (ctx, flag, callOpts) { argument
448 flag = flag !== false;
452 local._appendKey(EXPANDED, node.key, flag);
456 nodeSetFocus: function (ctx, flag) { argument
460 flag = flag !== false;
471 nodeSetSelected: function (ctx, flag, callOpts) { argument
478 flag = flag !== false;