HomeSort by relevance Sort by last modified time
    Searched refs:arePlugInsEnabled (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebKit/mac/WebView/
WebPreferences.h 286 @method arePlugInsEnabled
288 - (BOOL)arePlugInsEnabled;
WebDataSource.mm 347 Class repClass = [[self class] _representationClassForMIMEType:[self _responseMIMEType] allowingPlugins:[[[self _webView] preferences] arePlugInsEnabled]];
WebView.mm 882 if ([[self class] _viewClass:vClass andRepresentationClass:rClass forMIMEType:MIMEType allowingPlugins:[[[self _webView] preferences] arePlugInsEnabled]])
    [all...]
WebFrameView.mm 255 return [[self class] _viewClassForMIMEType:MIMEType allowingPlugins:[[[self _webView] preferences] arePlugInsEnabled]];
    [all...]
WebPreferences.mm 659 - (BOOL)arePlugInsEnabled
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 420 if (![[[self webView] preferences] arePlugInsEnabled])
706 BOOL arePlugInsEnabled = [preferences arePlugInsEnabled];
707 if (_isStarted != arePlugInsEnabled) {
708 if (arePlugInsEnabled) {
  /external/webkit/WebKit/win/Interfaces/
IWebPreferences.idl 124 HRESULT arePlugInsEnabled([out, retval] BOOL* enabled);
  /external/webkit/WebKit/win/
WebPreferences.h 154 virtual HRESULT STDMETHODCALLTYPE arePlugInsEnabled(
WebPreferences.cpp 837 HRESULT STDMETHODCALLTYPE WebPreferences::arePlugInsEnabled(
    [all...]
WebView.cpp     [all...]

Completed in 193 milliseconds