OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLFormattingElementList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.cpp
27
#include "core/html/parser/
HTMLFormattingElementList
.h"
40
HTMLFormattingElementList
::
HTMLFormattingElementList
()
44
HTMLFormattingElementList
::~
HTMLFormattingElementList
()
48
Element*
HTMLFormattingElementList
::closestElementInScopeWithName(const AtomicString& targetName)
60
bool
HTMLFormattingElementList
::contains(Element* element)
65
HTMLFormattingElementList
::Entry*
HTMLFormattingElementList
::find(Element* element)
75
HTMLFormattingElementList
::Bookmark HTMLFormattingElementList::bookmarkFor(Element* element
[
all
...]
HTMLFormattingElementList.h
39
class
HTMLFormattingElementList
{
40
WTF_MAKE_NONCOPYABLE(
HTMLFormattingElementList
);
43
HTMLFormattingElementList
();
44
~
HTMLFormattingElementList
();
47
// between the
HTMLFormattingElementList
and HTMLElementStack and needs
147
WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(blink::
HTMLFormattingElementList
::Entry);
Completed in 696 milliseconds