HomeSort by relevance Sort by last modified time
    Searched refs:m_dictionary (Results 1 - 2 of 2) 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

Completed in 22 milliseconds