OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfURLCacheMemoryCapacity
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/Shared/
WebProcessCreationParameters.h
99
uint64_t
cfURLCacheMemoryCapacity
;
WebProcessCreationParameters.cpp
79
encoder->encode(
cfURLCacheMemoryCapacity
);
145
if (!decoder->decode(parameters.
cfURLCacheMemoryCapacity
))
/external/webkit/Source/WebKit2/UIProcess/win/
WebContextWin.cpp
61
parameters.
cfURLCacheMemoryCapacity
=
CFURLCacheMemoryCapacity
(cfurlCache.get());
/external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp
122
CFIndex cacheMemoryCapacity = parameters.
cfURLCacheMemoryCapacity
;
Completed in 451 milliseconds