OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isParsingFragment
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp
158
bool HTMLDocumentParser::
isParsingFragment
() const
160
return m_treeBuilder->
isParsingFragment
();
239
if (!
isParsingFragment
()
266
if (!
isParsingFragment
())
272
if (!
isParsingFragment
()) {
HTMLTreeBuilder.h
68
bool
isParsingFragment
() const { return !!m_fragmentContext.fragment(); }
Completed in 18 milliseconds