OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasHyphen
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h
391
bool
hasHyphen
() const { return m_bitfields.hasEllipsisBoxOrHyphen(); }
392
void setHasHyphen(bool
hasHyphen
) { m_bitfields.setHasEllipsisBoxOrHyphen(
hasHyphen
); }
InlineTextBox.h
77
using InlineBox::
hasHyphen
;
InlineTextBox.cpp
212
bool respectHyphen = ePos == m_len &&
hasHyphen
();
667
TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength,
hasHyphen
() ? &charactersWithHyphen : 0);
668
if (
hasHyphen
())
[
all
...]
RenderTreeAsText.cpp
425
if (run.
hasHyphen
())
[
all
...]
RootInlineBox.cpp
96
if (toInlineTextBox(box)->
hasHyphen
())
[
all
...]
RenderBlockLineLayout.cpp
467
if (toInlineTextBox(run->m_box)->
hasHyphen
()) {
[
all
...]
Completed in 3767 milliseconds