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

/external/webkit/Source/WebKit/win/
H A DWebPreferenceKeysPrivate.h110 #define WebKitDOMPasteAllowedPreferenceKey "WebKitDOMPasteAllowedPreferenceKey" // default: false macro
H A DWebPreferences.cpp1237 *enabled = boolValueForKey(CFSTR(WebKitDOMPasteAllowedPreferenceKey));
1243 setBoolValue(CFSTR(WebKitDOMPasteAllowedPreferenceKey), enabled);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h75 #define WebKitDOMPasteAllowedPreferenceKey @"WebKitDOMPasteAllowedPreferenceKey" macro
H A DWebPreferences.mm366 [NSNumber numberWithBool:NO], WebKitDOMPasteAllowedPreferenceKey,
1229 return [self _boolValueForKey:WebKitDOMPasteAllowedPreferenceKey];
1234 [self _setBoolValue:DOMPasteAllowed forKey:WebKitDOMPasteAllowedPreferenceKey];

Completed in 67 milliseconds