OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_dictionary
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/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
56
RetainPtr<CFMutableDictionaryRef>
m_dictionary
;
member in class:CFDictionaryPropertyBag
ChangeLog-2009-06-16
[
all
...]
Completed in 171 milliseconds