Searched refs:newGroup (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/kext_tools-384.1.4/
H A DQEQuery.c1224 CFMutableDictionaryRef newGroup = NULL; local
1228 newGroup = _QEQueryCreateGroup(andFlag);
1229 if (!newGroup) {
1235 CFDictionarySetValue(newGroup, kQEQueryKeyNegated, kCFBooleanTrue);
1247 CFArrayAppendValue(elements, (const void *)newGroup);
1248 CFArrayAppendValue(query->queryStack, (const void *)newGroup);
1249 query->queryStackTop = newGroup;
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXSubwindows.c127 WindowGroupRef newGroup = NULL;
135 newGroup = GetWindowGroupOfClass(
139 if (!newGroup) {
140 newGroup = GetWindowGroupOfClass(
143 ChkErr(SetWindowGroup, macWin, newGroup);
126 WindowGroupRef newGroup = NULL; local
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js6784 function copyHistoryArray(events, newGroup, instantiateSel) {
6796 if (newGroup) for (var prop in change) if (m = prop.match(/^spans_(\d+)$/)) {
6797 if (indexOf(newGroup, Number(m[1])) > -1) {
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js6784 function copyHistoryArray(events, newGroup, instantiateSel) {
6796 if (newGroup) for (var prop in change) if (m = prop.match(/^spans_(\d+)$/)) {
6797 if (indexOf(newGroup, Number(m[1])) > -1) {

Completed in 216 milliseconds