HomeSort by relevance Sort by last modified time
    Searched refs:cacheMemoryCapacity (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 122 CFIndex cacheMemoryCapacity = parameters.cfURLCacheMemoryCapacity;
123 RetainPtr<CFURLCacheRef> uiProcessCache(AdoptCF, CFURLCacheCreate(kCFAllocatorDefault, cacheMemoryCapacity, cacheDiskCapacity, cachePath.get()));
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 225 NSUInteger cacheMemoryCapacity = parameters.nsURLCacheMemoryCapacity;
228 RetainPtr<NSURLCache> parentProcessURLCache(AdoptNS, [[NSURLCache alloc] initWithMemoryCapacity:cacheMemoryCapacity diskCapacity:cacheDiskCapacity diskPath:parameters.nsURLCachePath]);

Completed in 132 milliseconds