Lines Matching refs:values
213 CFTypeRef values[9];
217 values[keyCount++] = m_historyItem->urlString().createCFString();
221 values[keyCount++] = lastVisitedStringRef;
225 values[keyCount++] = m_historyItem->title().createCFString();
230 values[keyCount++] = CFNumberCreate(0, kCFNumberIntType, &visitCount);
234 values[keyCount++] = CFRetain(kCFBooleanTrue);
240 values[keyCount++] = CFRetain(kCFBooleanTrue);
255 values[keyCount++] = result;
270 values[keyCount++] = result;
285 values[keyCount++] = result;
288 *dictionaryRef = CFDictionaryCreate(0, keys, values, keyCount, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
291 CFRelease(values[i]);