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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h160 #define WebKitMediaPlaybackAllowsInlinePreferenceKey "WebKitMediaPlaybackAllowsInline" macro
H A DWebPreferences.cpp284 CFDictionaryAddValue(defaults, CFSTR(WebKitMediaPlaybackAllowsInlinePreferenceKey), kCFBooleanTrue);
1035 setBoolValue(WebKitMediaPlaybackAllowsInlinePreferenceKey, enabled);
1042 *enabled = boolValueForKey(WebKitMediaPlaybackAllowsInlinePreferenceKey);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h122 #define WebKitMediaPlaybackAllowsInlinePreferenceKey @"WebKitMediaPlaybackAllowsInline" macro
H A DWebPreferences.mm520 [NSNumber numberWithBool:YES], WebKitMediaPlaybackAllowsInlinePreferenceKey,
530 [NSNumber numberWithBool:NO], WebKitMediaPlaybackAllowsInlinePreferenceKey,
2225 return [self _boolValueForKey:WebKitMediaPlaybackAllowsInlinePreferenceKey];
2230 [self _setBoolValue:flag forKey:WebKitMediaPlaybackAllowsInlinePreferenceKey];

Completed in 175 milliseconds