repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
Source
/
build
/
scripts
/
templates
/
ElementLookupTrie.h.tmpl
blob
c207cf57677fdaf301fd2052db4e6d55747b760f
1
{% from "macros.tmpl" import license %}
2
{{ license() }}
3
4
#ifndef {{namespace}}ElementLookupTrie_h
5
#define {{namespace}}ElementLookupTrie_h
6
7
#include "wtf/text/StringImpl.h"
8
9
namespace blink {
10
11
StringImpl* lookup{{namespace}}Tag(const UChar* data, unsigned length);
12
13
} // namespace blink
14
15
#endif