OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoctypeData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLToken.h
37
class
DoctypeData
{
38
WTF_MAKE_NONCOPYABLE(
DoctypeData
);
40
DoctypeData
()
177
m_doctypeData = adoptPtr(new
DoctypeData
);
232
PassOwnPtr<
DoctypeData
> releaseDoctypeData()
451
OwnPtr<
DoctypeData
> m_doctypeData;
AtomicHTMLToken.h
154
m_doctypeData = adoptPtr(new
DoctypeData
());
215
OwnPtr<
DoctypeData
> m_doctypeData;
Completed in 47 milliseconds