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

  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextWin.cpp 63 RetainPtr<CFStringRef> cfURLCachePath(AdoptCF, wkCopyFoundationCacheDirectory());
64 parameters.cfURLCachePath = String(cfURLCachePath.get());
66 ASSERT(parameters.cfURLCachePath.length());
67 if (parameters.cfURLCachePath[parameters.cfURLCachePath.length() - 1] == '\\')
68 parameters.cfURLCachePath.remove(parameters.cfURLCachePath.length() - 1);
  /external/webkit/Source/WebKit2/Shared/
WebProcessCreationParameters.h 97 String cfURLCachePath;
WebProcessCreationParameters.cpp 77 encoder->encode(cfURLCachePath);
141 if (!decoder->decode(parameters.cfURLCachePath))
  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 117 RetainPtr<CFStringRef> cachePath(AdoptCF, parameters.cfURLCachePath.createCFString());

Completed in 43 milliseconds