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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h75 #define WebKitShouldDisplayCaptionsPreferenceKey "WebKitShouldDisplayCaptions" macro
H A DWebPreferences.cpp240 CFDictionaryAddValue(defaults, CFSTR(WebKitShouldDisplayCaptionsPreferenceKey), kCFBooleanFalse);
1762 *enabled = boolValueForKey(WebKitShouldDisplayCaptionsPreferenceKey);
1772 setBoolValue(WebKitShouldDisplayCaptionsPreferenceKey, enabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h125 #define WebKitShouldDisplayCaptionsPreferenceKey @"WebKitShouldDisplayCaptions" macro
H A DWebPreferences.mm524 [NSNumber numberWithBool:NO], WebKitShouldDisplayCaptionsPreferenceKey,
2337 [self _setBoolValue:flag forKey:WebKitShouldDisplayCaptionsPreferenceKey];
2342 return [self _boolValueForKey:WebKitShouldDisplayCaptionsPreferenceKey];

Completed in 109 milliseconds