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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h66 #define WebKitPrivateBrowsingEnabledPreferenceKey "WebKitPrivateBrowsingEnabled" macro
H A DWebPreferences.cpp233 CFDictionaryAddValue(defaults, CFSTR(WebKitPrivateBrowsingEnabledPreferenceKey), kCFBooleanFalse);
1077 setBoolValue(WebKitPrivateBrowsingEnabledPreferenceKey, enabled);
1084 *enabled = boolValueForKey(WebKitPrivateBrowsingEnabledPreferenceKey);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h70 #define WebKitPrivateBrowsingEnabledPreferenceKey @"WebKitPrivateBrowsingEnabled" macro
H A DWebPreferences.mm456 [NSNumber numberWithBool:NO], WebKitPrivateBrowsingEnabledPreferenceKey,
1081 [self _setBoolValue:enabled forKey:WebKitPrivateBrowsingEnabledPreferenceKey];

Completed in 121 milliseconds