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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h116 #define WebKitDOMPasteAllowedPreferenceKey "WebKitDOMPasteAllowedPreferenceKey" // default: false macro
H A DWebPreferences.cpp1372 *enabled = boolValueForKey(WebKitDOMPasteAllowedPreferenceKey);
1378 setBoolValue(WebKitDOMPasteAllowedPreferenceKey, enabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h81 #define WebKitDOMPasteAllowedPreferenceKey @"WebKitDOMPasteAllowedPreferenceKey" macro
H A DWebPreferences.mm469 [NSNumber numberWithBool:NO], WebKitDOMPasteAllowedPreferenceKey,
1769 return [self _boolValueForKey:WebKitDOMPasteAllowedPreferenceKey];
1774 [self _setBoolValue:DOMPasteAllowed forKey:WebKitDOMPasteAllowedPreferenceKey];

Completed in 169 milliseconds