OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_MIMEType
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.cpp
121
return Image::supportsType(
m_MIMEType
);
128
return
m_MIMEType
== "text/html" ||
m_MIMEType
== "image/svg+xml" || DOMImplementation::isXMLMIMEType(
m_MIMEType
);
159
m_MIMEType
= contentType;
WebFrameProxy.h
98
const String& mimeType() const { return
m_MIMEType
; }
152
String
m_MIMEType
;
Completed in 235 milliseconds