OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLElementStack
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.cpp
28
#include "core/html/parser/
HTMLElementStack
.h"
105
return
HTMLElementStack
::isMathMLTextIntegrationPoint(item)
106
||
HTMLElementStack
::isHTMLIntegrationPoint(item)
124
HTMLElementStack
::ElementRecord::ElementRecord(PassRefPtr<HTMLStackItem> item, PassOwnPtr<ElementRecord> next)
131
HTMLElementStack
::ElementRecord::~ElementRecord()
135
void
HTMLElementStack
::ElementRecord::replaceElement(PassRefPtr<HTMLStackItem> item)
143
bool
HTMLElementStack
::ElementRecord::isAbove(ElementRecord* other) const
152
HTMLElementStack
::
HTMLElementStack
()
160
HTMLElementStack
::~HTMLElementStack(
[
all
...]
HTMLElementStack.h
46
class
HTMLElementStack
{
47
WTF_MAKE_NONCOPYABLE(
HTMLElementStack
); WTF_MAKE_FAST_ALLOCATED;
49
HTMLElementStack
();
50
~
HTMLElementStack
();
67
friend class
HTMLElementStack
;
HTMLConstructionSite.h
31
#include "core/html/parser/
HTMLElementStack
.h"
145
void reparent(
HTMLElementStack
::ElementRecord* newParent,
HTMLElementStack
::ElementRecord* child);
146
void reparent(
HTMLElementStack
::ElementRecord* newParent, HTMLStackItem* child);
150
void insertAlreadyParsedChild(HTMLStackItem* newParent,
HTMLElementStack
::ElementRecord* child);
151
void takeAllChildren(HTMLStackItem* newParent,
HTMLElementStack
::ElementRecord* oldParent);
167
HTMLElementStack
::ElementRecord* currentElementRecord() const { return m_openElements.topRecord(); }
173
HTMLElementStack
* openElements() const { return &m_openElements; }
236
mutable
HTMLElementStack
m_openElements;
HTMLConstructionSite.cpp
616
// Normally
HTMLElementStack
is responsible for calling finishParsingChildren,
681
void HTMLConstructionSite::reparent(
HTMLElementStack
::ElementRecord* newParent,
HTMLElementStack
::ElementRecord* child)
689
void HTMLConstructionSite::reparent(
HTMLElementStack
::ElementRecord* newParent, HTMLStackItem* child)
697
void HTMLConstructionSite::insertAlreadyParsedChild(HTMLStackItem* newParent,
HTMLElementStack
::ElementRecord* child)
710
void HTMLConstructionSite::takeAllChildren(HTMLStackItem* newParent,
HTMLElementStack
::ElementRecord* oldParent)
[
all
...]
HTMLTreeBuilder.h
31
#include "core/html/parser/
HTMLElementStack
.h"
66
const
HTMLElementStack
* openElements() const { return m_tree.openElements(); }
HTMLTreeBuilder.cpp
382
&& !
HTMLElementStack
::isHTMLIntegrationPoint(adjustedCurrentNode)
383
&& !
HTMLElementStack
::isMathMLTextIntegrationPoint(adjustedCurrentNode);
541
HTMLElementStack
::ElementRecord* nodeRecord = m_tree.openElements()->topRecord();
[
all
...]
HTMLTreeBuilderSimulator.cpp
99
// FIXME: This is copied from
HTMLElementStack
::isMathMLTextIntegrationPoint and changed to use threadSafeMatch.
118
for (
HTMLElementStack
::ElementRecord* record = treeBuilder->openElements()->topRecord(); record; record = record->next()) {
/external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk
227
third_party/WebKit/Source/core/html/parser/
HTMLElementStack
.cpp \
webcore_html.target.darwin-mips.mk
227
third_party/WebKit/Source/core/html/parser/
HTMLElementStack
.cpp \
webcore_html.target.darwin-x86.mk
227
third_party/WebKit/Source/core/html/parser/
HTMLElementStack
.cpp \
webcore_html.target.linux-arm.mk
227
third_party/WebKit/Source/core/html/parser/
HTMLElementStack
.cpp \
webcore_html.target.linux-mips.mk
227
third_party/WebKit/Source/core/html/parser/
HTMLElementStack
.cpp \
webcore_html.target.linux-x86.mk
227
third_party/WebKit/Source/core/html/parser/
HTMLElementStack
.cpp \
Completed in 106 milliseconds