OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAnnotateForInterchange
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
HTMLInterchange.h
41
enum
EAnnotateForInterchange
{ DoNotAnnotateForInterchange, AnnotateForInterchange };
markup.h
65
String createMarkup(const Range*, Vector<Node*>* = 0,
EAnnotateForInterchange
= DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = 0);
markup.cpp
121
StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs,
EAnnotateForInterchange
, const Range*, Node* highestNodeToBeSerialized = 0);
148
const
EAnnotateForInterchange
m_shouldAnnotate;
153
inline StyledMarkupAccumulator::StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs,
EAnnotateForInterchange
shouldAnnotate,
498
static Node* highestAncestorToWrapMarkup(const Range* range,
EAnnotateForInterchange
shouldAnnotate, Node* constrainingAncestor)
546
EAnnotateForInterchange
shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor)
630
String createMarkup(const Range* range, Vector<Node*>* nodes,
EAnnotateForInterchange
shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor)
[
all
...]
Completed in 291 milliseconds