OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isParsingFragmentOrTemplateContents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h
70
bool
isParsingFragmentOrTemplateContents
() const { return isParsingFragment() || isParsingTemplateContents(); }
HTMLTreeBuilder.cpp
672
ASSERT(
isParsingFragmentOrTemplateContents
());
682
ASSERT(
isParsingFragmentOrTemplateContents
());
[
all
...]
Completed in 178 milliseconds