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

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameNetworkingContext.mm 33 bool WebFrameNetworkingContext::localFileContentSniffingEnabled() const
35 return frame() && frame()->settings() && frame()->settings()->localFileContentSniffingEnabled();
WebFrameNetworkingContext.h 36 virtual bool localFileContentSniffingEnabled() const;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebFrameNetworkingContext.mm 36 bool WebFrameNetworkingContext::localFileContentSniffingEnabled() const
38 return frame() && frame()->settings() && frame()->settings()->localFileContentSniffingEnabled();
WebFrameNetworkingContext.h 41 virtual bool localFileContentSniffingEnabled() const;
  /external/webkit/Source/WebCore/platform/network/
NetworkingContext.h 53 virtual bool localFileContentSniffingEnabled() const = 0;
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferencesPrivate.h 96 - (BOOL)localFileContentSniffingEnabled;
97 - (void)setLocalFileContentSniffingEnabled:(BOOL)localFileContentSniffingEnabled;
WebPreferences.mm 870 - (BOOL)localFileContentSniffingEnabled
    [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit2/Shared/
WebPreferencesStore.h 66 macro(LocalFileContentSniffingEnabled, localFileContentSniffingEnabled, Bool, bool, false) \
  /external/webkit/Source/WebCore/page/
Settings.h 317 bool localFileContentSniffingEnabled() const { return m_localFileContentSniffingEnabled; }
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPreferences.cpp 472 return toImpl(preferencesRef)->localFileContentSniffingEnabled();
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 330 d->m_shouldContentSniff || context->localFileContentSniffingEnabled());
523 handle->shouldContentSniff() || (context && context->localFileContentSniffingEnabled()));
    [all...]

Completed in 234 milliseconds