OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DOCTYPE
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/inspector/front-end/
SourceHTMLTokenizer.js
52
DOCTYPE
: 2,
269
{ this.tokenType = "html-
doctype
"; return cursor; }
279
{ this.tokenType = "html-
doctype
"; return cursor; }
423
this.setLexCondition(this._lexConditions.
DOCTYPE
);
424
{ this.tokenType = "html-
doctype
"; return cursor; }
/external/webkit/Source/WebCore/html/parser/
HTMLToken.h
40
DOCTYPE
,
138
m_type =
DOCTYPE
;
152
ASSERT(m_type == StartTag || m_type == EndTag || m_type ==
DOCTYPE
);
254
ASSERT(m_type == StartTag || m_type == EndTag || m_type ==
DOCTYPE
);
285
ASSERT(m_type ==
DOCTYPE
);
292
ASSERT(m_type ==
DOCTYPE
);
298
ASSERT(m_type ==
DOCTYPE
);
305
ASSERT(m_type ==
DOCTYPE
);
312
ASSERT(m_type ==
DOCTYPE
);
318
ASSERT(m_type ==
DOCTYPE
);
[
all
...]
/libcore/luni/src/main/java/java/util/prefs/
XMLParser.java
79
* Constant - the specified
DOCTYPE
81
static final String
DOCTYPE
= "<!
DOCTYPE
preferences SYSTEM";
86
private static final String FILE_PREFS = "<!
DOCTYPE
map SYSTEM 'http://java.sun.com/dtd/preferences.dtd'>";
123
throw new SAXException("Invalid
DOCTYPE
declaration " + systemId);
155
out.write(
DOCTYPE
);
Completed in 62 milliseconds