OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mimeSniffingEnabled
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameNetworkingContextQt.cpp
31
FrameNetworkingContextQt::FrameNetworkingContextQt(Frame* frame, QObject* originatingObject, bool
mimeSniffingEnabled
, QNetworkAccessManager* networkAccessManager)
35
, m_mimeSniffingEnabled(
mimeSniffingEnabled
)
39
PassRefPtr<FrameNetworkingContextQt> FrameNetworkingContextQt::create(Frame* frame, QObject* originatingObject, bool
mimeSniffingEnabled
, QNetworkAccessManager* networkAccessManager)
41
return adoptRef(new FrameNetworkingContextQt(frame, originatingObject,
mimeSniffingEnabled
, networkAccessManager));
54
bool FrameNetworkingContextQt::
mimeSniffingEnabled
() const
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebFrameNetworkingContext.cpp
51
bool WebFrameNetworkingContext::
mimeSniffingEnabled
() const
Completed in 27 milliseconds