OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompactHTMLToken
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.h
39
class
CompactHTMLToken
{
52
CompactHTMLToken
(const HTMLToken*, const TextPosition&);
65
// size of
CompactHTMLToken
, we just use the m_attributes vector.
81
typedef Vector<
CompactHTMLToken
> CompactHTMLTokenStream;
CompactHTMLToken.cpp
27
#include "core/html/parser/
CompactHTMLToken
.h"
42
COMPILE_ASSERT(sizeof(
CompactHTMLToken
) == sizeof(SameSizeAsCompactHTMLToken), CompactHTMLToken_should_stay_small);
44
CompactHTMLToken
::
CompactHTMLToken
(const HTMLToken* token, const TextPosition& textPosition)
57
// size of
CompactHTMLToken
, we just use the m_attributes vector.
84
const
CompactHTMLToken
::Attribute*
CompactHTMLToken
::getAttributeItem(const QualifiedName& name) const
93
bool
CompactHTMLToken
::isSafeToSendToAnotherThread() const
HTMLTreeBuilderSimulator.h
34
class
CompactHTMLToken
;
57
bool simulate(const
CompactHTMLToken
&, HTMLTokenizer*);
HTMLPreloadScanner.h
31
#include "core/html/parser/
CompactHTMLToken
.h"
51
void scan(const
CompactHTMLToken
&, const SegmentedString&, PreloadRequestStream& requests);
HTMLTreeBuilderSimulator.cpp
40
static bool tokenExitsForeignContent(const
CompactHTMLToken
& token)
91
static bool tokenExitsSVG(const
CompactHTMLToken
& token)
97
static bool tokenExitsMath(const
CompactHTMLToken
& token)
132
bool HTMLTreeBuilderSimulator::simulate(const
CompactHTMLToken
& token, HTMLTokenizer* tokenizer)
HTMLDocumentParser.h
32
#include "core/html/parser/
CompactHTMLToken
.h"
53
class
CompactHTMLToken
;
155
void constructTreeFromCompactHTMLToken(const
CompactHTMLToken
&);
HTMLPreloadScanner.cpp
117
void processAttributes(const Vector<
CompactHTMLToken
::Attribute>& attributes)
121
for (Vector<
CompactHTMLToken
::Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter)
259
void TokenPreloadScanner::scan(const
CompactHTMLToken
& token, const SegmentedString& source, PreloadRequestStream& requests)
AtomicHTMLToken.h
30
#include "core/html/parser/
CompactHTMLToken
.h"
141
explicit AtomicHTMLToken(const
CompactHTMLToken
& token)
161
for (Vector<
CompactHTMLToken
::Attribute>::const_iterator it = token.attributes().begin(); it != token.attributes().end(); ++it) {
BackgroundHTMLParser.cpp
162
CompactHTMLToken
token(m_token.get(), TextPosition(m_input.current().currentLine(), m_input.current().currentColumn()));
HTMLDocumentParser.cpp
34
#include "core/html/parser/
CompactHTMLToken
.h"
405
for (Vector<
CompactHTMLToken
>::const_iterator it = tokens->begin(); it != tokens->end(); ++it) {
595
void HTMLDocumentParser::constructTreeFromCompactHTMLToken(const
CompactHTMLToken
& compactToken)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk
227
third_party/WebKit/Source/core/html/parser/
CompactHTMLToken
.cpp \
webcore_html.target.darwin-mips.mk
227
third_party/WebKit/Source/core/html/parser/
CompactHTMLToken
.cpp \
webcore_html.target.darwin-x86.mk
227
third_party/WebKit/Source/core/html/parser/
CompactHTMLToken
.cpp \
webcore_html.target.linux-arm.mk
227
third_party/WebKit/Source/core/html/parser/
CompactHTMLToken
.cpp \
webcore_html.target.linux-mips.mk
227
third_party/WebKit/Source/core/html/parser/
CompactHTMLToken
.cpp \
webcore_html.target.linux-x86.mk
227
third_party/WebKit/Source/core/html/parser/
CompactHTMLToken
.cpp \
Completed in 400 milliseconds