Searched refs:WebKitDOMPasteAllowedPreferenceKey (Results 1 – 4 of 4) sorted by relevance
104 #define WebKitDOMPasteAllowedPreferenceKey "WebKitDOMPasteAllowedPreferenceKey" // default: false macro
1133 *enabled = boolValueForKey(CFSTR(WebKitDOMPasteAllowedPreferenceKey)); in isDOMPasteAllowed()1139 setBoolValue(CFSTR(WebKitDOMPasteAllowedPreferenceKey), enabled); in setDOMPasteAllowed()
72 #define WebKitDOMPasteAllowedPreferenceKey @"WebKitDOMPasteAllowedPreferenceKey" macro
341 [NSNumber numberWithBool:NO], WebKitDOMPasteAllowedPreferenceKey,1093 return [self _boolValueForKey:WebKitDOMPasteAllowedPreferenceKey];1098 [self _setBoolValue:DOMPasteAllowed forKey:WebKitDOMPasteAllowedPreferenceKey];