OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasEllipsisBox
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h
385
bool
hasEllipsisBox
() const { return m_bitfields.hasEllipsisBoxOrHyphen(); }
388
void setHasEllipsisBox(bool
hasEllipsisBox
) { m_bitfields.setHasEllipsisBoxOrHyphen(
hasEllipsisBox
); }
RootInlineBox.cpp
71
if (
hasEllipsisBox
()) {
86
if (
hasEllipsisBox
()) {
167
if (
hasEllipsisBox
() && paintInfo.shouldPaintWithinRoot(renderer()) && renderer()->style()->visibility() == VISIBLE
180
if (
hasEllipsisBox
() && visibleToHitTestRequest(request)) {
197
if (
hasEllipsisBox
())
678
if (!
hasEllipsisBox
())
[
all
...]
RootInlineBox.h
108
using InlineBox::
hasEllipsisBox
;
RenderBlockLineLayout.cpp
[
all
...]
Completed in 29 milliseconds