OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textplain
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp
223
static const AtomicString&
textPlain
()
225
DEFINE_STATIC_LOCAL(const AtomicString,
textPlain
, ("text/plain"));
226
return
textPlain
;
333
if (type.isEmpty() || type == applicationOctetStream() || type ==
textPlain
()) {
Completed in 793 milliseconds