OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_transientproperties
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/history/mac/
HistoryItemMac.mm
47
if (!
m_transientProperties
)
49
return
m_transientProperties
->get(key).get();
55
if (
m_transientProperties
) {
56
m_transientProperties
->remove(key);
57
if (
m_transientProperties
->isEmpty())
58
m_transientProperties
.clear();
61
if (!
m_transientProperties
)
62
m_transientProperties
.set(new HashMap<String, RetainPtr<id> >);
63
m_transientProperties
->set(key, value);
/external/webkit/Source/WebCore/history/
HistoryItem.h
291
OwnPtr<HashMap<String, RetainPtr<id> > >
m_transientProperties
;
Completed in 853 milliseconds