OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isParsingFragment
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp
196
bool HTMLDocumentParser::
isParsingFragment
() const
198
return m_treeBuilder->
isParsingFragment
();
286
if (!
isParsingFragment
()
382
ASSERT(!
isParsingFragment
());
409
if (!
isParsingFragment
()
503
if (
isParsingFragment
())
530
if (!
isParsingFragment
())
536
if (!
isParsingFragment
()) {
[
all
...]
HTMLTreeBuilder.h
68
bool
isParsingFragment
() const { return !!m_fragmentContext.fragment(); }
70
bool isParsingFragmentOrTemplateContents() const { return
isParsingFragment
() || isParsingTemplateContents(); }
HTMLDocumentParser.h
170
bool
isParsingFragment
() const;
HTMLTreeBuilder.cpp
[
all
...]
Completed in 430 milliseconds