OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAnnotationsAfter
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.h
155
bool
hasAnnotationsAfter
() const { return m_hasAnnotationsAfter; }
RootInlineBox.cpp
266
bool
hasAnnotationsAfter
= false;
268
lineTopIncludingMargins, lineBottomIncludingMargins, hasAnnotationsBefore,
hasAnnotationsAfter
, baselineType());
270
m_hasAnnotationsAfter =
hasAnnotationsAfter
;
307
if (prevRootBox() && prevRootBox()->
hasAnnotationsAfter
())
321
if (!prevRootBox() || !prevRootBox()->
hasAnnotationsAfter
())
[
all
...]
InlineFlowBox.h
191
LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool&
hasAnnotationsAfter
, FontBaseline);
InlineFlowBox.cpp
599
LayoutUnit& lineTopIncludingMargins, LayoutUnit& lineBottomIncludingMargins, bool& hasAnnotationsBefore, bool&
hasAnnotationsAfter
, FontBaseline baselineType)
672
hasAnnotationsAfter
= true;
689
hasAnnotationsAfter
= true;
[
all
...]
Completed in 124 milliseconds