Searched refs:m_entriesByURL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebHistory.cpp87 m_entriesByURL = adoptCF(CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &MarshallingHelpers::kIUnknownDictionaryValueCallBacks));
247 CFIndex itemCount = CFDictionaryGetCount(m_entriesByURL.get());
249 CFDictionaryGetKeysAndValues(m_entriesByURL.get(), 0, (const void**)itemsVector.data());
252 CFDictionaryRemoveAllValues(m_entriesByURL.get());
333 int entriesByURLCount = CFDictionaryGetCount(m_entriesByURL.get());
346 CFDictionaryGetKeysAndValues(m_entriesByURL.get(), 0, (const void**)items);
411 IWebHistoryItem *matchingEntry = (IWebHistoryItem*)CFDictionaryGetValue(m_entriesByURL.get(), urlString.get());
441 m_entriesByURL.get(), urlString.get()));
466 CFDictionarySetValue(m_entriesByURL.get(), urlString.get(), entry);
482 IWebHistoryItem* entry = (IWebHistoryItem*)CFDictionaryGetValue(m_entriesByURL
[all...]
H A DWebHistory.h148 RetainPtr<CFMutableDictionaryRef> m_entriesByURL; member in class:WebHistory

Completed in 184 milliseconds