OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_globalMemoryCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmapTest.cpp
65
m_globalMemoryCache
= adoptPtr(memoryCache());
76
setMemoryCacheForTesting(
m_globalMemoryCache
.leakPtr());
81
OwnPtr<MemoryCache>
m_globalMemoryCache
;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCacheTest.cpp
83
m_globalMemoryCache
= adoptPtr(memoryCache());
95
setMemoryCacheForTesting(
m_globalMemoryCache
.leakPtr());
99
OwnPtr<MemoryCache>
m_globalMemoryCache
;
Completed in 717 milliseconds