Searched refs:WebKitDOMPasteAllowedPreferenceKey (Results 1 – 4 of 4) sorted by relevance
110 #define WebKitDOMPasteAllowedPreferenceKey "WebKitDOMPasteAllowedPreferenceKey" // default: false macro
1237 *enabled = boolValueForKey(CFSTR(WebKitDOMPasteAllowedPreferenceKey)); in isDOMPasteAllowed()1243 setBoolValue(CFSTR(WebKitDOMPasteAllowedPreferenceKey), enabled); in setDOMPasteAllowed()
75 #define WebKitDOMPasteAllowedPreferenceKey @"WebKitDOMPasteAllowedPreferenceKey" macro
366 [NSNumber numberWithBool:NO], WebKitDOMPasteAllowedPreferenceKey,1229 return [self _boolValueForKey:WebKitDOMPasteAllowedPreferenceKey];1234 [self _setBoolValue:DOMPasteAllowed forKey:WebKitDOMPasteAllowedPreferenceKey];