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

  /external/webkit/Source/WebKit2/Shared/
WebProcessCreationParameters.h 88 String nsURLCachePath;
WebProcessCreationParameters.cpp 70 encoder->encode(nsURLCachePath);
128 if (!decoder->decode(parameters.nsURLCachePath))
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMac.mm 87 parameters.nsURLCachePath = [(NSString *)cachePath.get() stringByStandardizingPath];
91 ASSERT(!parameters.nsURLCachePath.isEmpty());
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 185 appendReadwriteSandboxDirectory(sandboxParameters, "NSURL_CACHE_DIR", parameters.nsURLCachePath);
224 if (!parameters.nsURLCachePath.isNull()) {
228 RetainPtr<NSURLCache> parentProcessURLCache(AdoptNS, [[NSURLCache alloc] initWithMemoryCapacity:cacheMemoryCapacity diskCapacity:cacheDiskCapacity diskPath:parameters.nsURLCachePath]);

Completed in 34 milliseconds