HomeSort by relevance Sort by last modified time
    Searched full:m_dictionary (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/win/
CFDictionaryPropertyBag.cpp 55 m_dictionary = dictionary;
60 return m_dictionary.get();
161 if (m_dictionary) {
165 if (CFDictionaryGetValueIfPresent(m_dictionary.get(), key, (const void**) &value)) {
180 if (!m_dictionary) {
181 m_dictionary.adoptCF(CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
186 CFDictionaryAddValue(m_dictionary.get(), key, cfObj);
CFDictionaryPropertyBag.h 55 RetainPtr<CFMutableDictionaryRef> m_dictionary; member in class:CFDictionaryPropertyBag
ChangeLog-2009-06-16     [all...]

Completed in 24 milliseconds