OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snippetforrange
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/parser/
XSSFilter.h
69
String
snippetForRange
(const HTMLToken&, int start, int end);
XSSFilter.cpp
276
if (isContainedInRequest(m_cachedSnippet +
snippetForRange
(token, start, end))) {
436
String XSSFilter::
snippetForRange
(const HTMLToken& token, int start, int end)
449
return
snippetForRange
(token, start, end);
Completed in 237 milliseconds