Searched refs:WebKitLocalCacheDefaultsKey (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKitNSStringExtras.h31 extern NSString *WebKitLocalCacheDefaultsKey;
H A DWebKitNSStringExtras.mm41 NSString *WebKitLocalCacheDefaultsKey = @"WebKitLocalCache";
333 NSString *cacheDir = [defaults objectForKey:WebKitLocalCacheDefaultsKey];
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebContextMac.mm64 NSString *WebKitLocalCacheDefaultsKey = @"WebKitLocalCache";
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp199 static CFStringRef WebKitLocalCacheDefaultsKey = CFSTR("WebKitLocalCache"); variable
485 RetainPtr<CFPropertyListRef> preference = adoptCF(CFPreferencesCopyAppValue(WebKitLocalCacheDefaultsKey, kCFPreferencesCurrentApplication));
2643 RetainPtr<CFPropertyListRef> cacheDirectoryPreference = adoptCF(CFPreferencesCopyAppValue(WebKitLocalCacheDefaultsKey, kCFPreferencesCurrentApplication));

Completed in 100 milliseconds