OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotateForInterchange
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
HTMLInterchange.h
41
enum EAnnotateForInterchange { DoNotAnnotateForInterchange,
AnnotateForInterchange
};
markup.cpp
140
bool shouldAnnotate() { return m_shouldAnnotate ==
AnnotateForInterchange
; }
503
if (shouldAnnotate ==
AnnotateForInterchange
) {
573
if (shouldAnnotate ==
AnnotateForInterchange
&& needInterchangeNewlineAfter(visibleStart)) {
624
if (shouldAnnotate ==
AnnotateForInterchange
&& needInterchangeNewlineAfter(visibleEnd.previous()))
[
all
...]
Editor.cpp
422
String html = createMarkup(selectedRange, 0,
AnnotateForInterchange
, false, ResolveNonLocalURLs);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Clipboard.cpp
348
m_dataObject->setHTMLAndBaseURL(createMarkup(selectedRange, 0,
AnnotateForInterchange
, false, ResolveNonLocalURLs), frame->document()->url());
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp
[
all
...]
Completed in 3070 milliseconds