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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h53 #define WebKitAllowFileAccessFromFileURLsPreferenceKey "WebKitAllowFileAccessFromFileURLs" macro
H A DWebPreferences.cpp216 CFDictionaryAddValue(defaults, CFSTR(WebKitAllowFileAccessFromFileURLsPreferenceKey), kCFBooleanTrue);
854 *allowAccess = boolValueForKey(WebKitAllowFileAccessFromFileURLsPreferenceKey);
861 setBoolValue(WebKitAllowFileAccessFromFileURLsPreferenceKey, allowAccess);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h56 #define WebKitAllowFileAccessFromFileURLsPreferenceKey @"WebKitAllowFileAccessFromFileURLs" macro
H A DWebPreferences.mm435 [NSNumber numberWithBool:YES], WebKitAllowFileAccessFromFileURLsPreferenceKey,
1386 return [self _boolValueForKey: WebKitAllowFileAccessFromFileURLsPreferenceKey];
1391 [self _setBoolValue: flag forKey: WebKitAllowFileAccessFromFileURLsPreferenceKey];

Completed in 71 milliseconds