Home | History | Annotate | Download | only in win

Lines Matching refs:dictionary

110     RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF,
114 CFDictionaryAddValue(dictionary.get(), imagesKey, value.get());
117 CFDictionaryAddValue(dictionary.get(), stylesheetsKey, value.get());
124 CFDictionaryAddValue(dictionary.get(), xslKey, value.get());
127 CFDictionaryAddValue(dictionary.get(), scriptsKey, value.get());
130 propBag->setDictionary(dictionary.get());
133 dictionary.adoptCF(CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
136 CFDictionaryAddValue(dictionary.get(), imagesKey, value.get());
139 CFDictionaryAddValue(dictionary.get(), stylesheetsKey, value.get());
146 CFDictionaryAddValue(dictionary.get(), xslKey, value.get());
149 CFDictionaryAddValue(dictionary.get(), scriptsKey, value.get());
152 propBag->setDictionary(dictionary.get());
155 dictionary.adoptCF(CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
158 CFDictionaryAddValue(dictionary.get(), imagesKey, value.get());
161 CFDictionaryAddValue(dictionary.get(), stylesheetsKey, value.get());
168 CFDictionaryAddValue(dictionary.get(), xslKey, value.get());
171 CFDictionaryAddValue(dictionary.get(), scriptsKey, value.get());
174 propBag->setDictionary(dictionary.get());
177 dictionary.adoptCF(CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
180 CFDictionaryAddValue(dictionary.get(), imagesKey, value.get());
183 CFDictionaryAddValue(dictionary.get(), stylesheetsKey, value.get());
190 CFDictionaryAddValue(dictionary.get(), xslKey, value.get());
193 CFDictionaryAddValue(dictionary.get(), scriptsKey, value.get());
196 propBag->setDictionary(dictionary.get());