OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldAnnotate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp
140
bool
shouldAnnotate
() { return m_shouldAnnotate == AnnotateForInterchange; }
153
inline StyledMarkupAccumulator::StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange
shouldAnnotate
,
156
, m_shouldAnnotate(
shouldAnnotate
)
231
if (!
shouldAnnotate
() || parentIsTextarea)
283
const bool shouldAnnotateOrForceInline = element->isHTMLElement() && (
shouldAnnotate
() || addDisplayInline);
307
if (
shouldAnnotate
())
337
m_wrappingStyle = EditingStyle::wrappingStyleForSerialization(m_highestNodeToBeSerialized->parentNode(),
shouldAnnotate
());
498
static Node* highestAncestorToWrapMarkup(const Range* range, EAnnotateForInterchange
shouldAnnotate
, Node* constrainingAncestor)
503
if (
shouldAnnotate
== AnnotateForInterchange) {
546
EAnnotateForInterchange
shouldAnnotate
, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor
[
all
...]
EditingStyle.h
135
static PassRefPtr<EditingStyle> wrappingStyleForSerialization(Node* context, bool
shouldAnnotate
);
EditingStyle.cpp
[
all
...]
Completed in 3015 milliseconds