OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLElementStack
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h
46
class
HTMLElementStack
{
47
WTF_MAKE_NONCOPYABLE(
HTMLElementStack
);
50
HTMLElementStack
();
51
~
HTMLElementStack
();
72
friend class
HTMLElementStack
;
HTMLElementStack.cpp
28
#include "core/html/parser/
HTMLElementStack
.h"
103
return
HTMLElementStack
::isMathMLTextIntegrationPoint(item)
104
||
HTMLElementStack
::isHTMLIntegrationPoint(item)
122
HTMLElementStack
::ElementRecord::ElementRecord(PassRefPtrWillBeRawPtr<HTMLStackItem> item, PassOwnPtrWillBeRawPtr<ElementRecord> next)
130
HTMLElementStack
::ElementRecord::~ElementRecord()
135
void
HTMLElementStack
::ElementRecord::replaceElement(PassRefPtrWillBeRawPtr<HTMLStackItem> item)
143
bool
HTMLElementStack
::ElementRecord::isAbove(ElementRecord* other) const
152
void
HTMLElementStack
::ElementRecord::trace(Visitor* visitor)
160
HTMLElementStack
::
HTMLElementStack
()
[
all
...]
Completed in 245 milliseconds