Searched refs:arePlugInsEnabled (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferences.h286 @method arePlugInsEnabled
288 - (BOOL)arePlugInsEnabled;
H A DWebDataSource.mm360 Class repClass = [[self class] _representationClassForMIMEType:[self _responseMIMEType] allowingPlugins:[[[self _webView] preferences] arePlugInsEnabled]];
H A DWebFrameView.mm261 return [[self class] _viewClassForMIMEType:MIMEType allowingPlugins:[[[self _webView] preferences] arePlugInsEnabled]];
H A DWebPreferences.mm716 - (BOOL)arePlugInsEnabled
H A DWebView.mm1029 if ([[self class] _viewClass:vClass andRepresentationClass:rClass forMIMEType:MIMEType allowingPlugins:[_private->preferences arePlugInsEnabled]])
1485 settings->setPluginsEnabled([preferences arePlugInsEnabled]);
2946 return [[self class] _canShowMIMEType:MIMEType allowingPlugins:[_private->preferences arePlugInsEnabled]];
2951 if (![_private->preferences arePlugInsEnabled])
2980 if (![_private->preferences arePlugInsEnabled])
3014 if (![_private->preferences arePlugInsEnabled])
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBaseNetscapePluginView.mm432 if (![[[self webView] preferences] arePlugInsEnabled])
741 BOOL arePlugInsEnabled = [preferences arePlugInsEnabled];
742 if (_isStarted != arePlugInsEnabled) {
743 if (arePlugInsEnabled) {
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferences.idl131 HRESULT arePlugInsEnabled([out, retval] BOOL* enabled);
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h154 virtual HRESULT STDMETHODCALLTYPE arePlugInsEnabled(
H A DWebPreferences.cpp875 HRESULT STDMETHODCALLTYPE WebPreferences::arePlugInsEnabled( function in class:WebPreferences
H A DWebView.cpp4552 hr = preferences->arePlugInsEnabled(&enabled);

Completed in 82 milliseconds