Searched refs:hyphens (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleRareInheritedData.cpp86 , hyphens(HyphensManual)
167 , hyphens(o.hyphens)
286 && hyphens == o.hyphens
H A DStyleRareInheritedData.h96 unsigned hyphens : 2; // Hyphens
H A DRenderStyle.cpp503 || rareInheritedData->hyphens != other->rareInheritedData->hyphens
1148 ASSERT(hyphens() != HyphensNone);
H A DRenderStyle.h973 Hyphens hyphens() const { return static_cast<Hyphens>(rareInheritedData->hyphens); }
1501 void setHyphens(Hyphens h) { SET_VAR(rareInheritedData, hyphens, h); }
/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DBreakingContextInlineHeaders.h611 bool canHyphenate = style.hyphens() == HyphensAuto && WebCore::canHyphenate(style.locale());
662 if (c == softHyphen && m_autoWrap && !hyphenWidth && style.hyphens() != HyphensNone) {
680 && (style.hyphens() != HyphensNone || (m_current.previousInSameNode() != softHyphen)));
768 if (m_lineBreak.renderer() && m_lineBreak.offset() && m_lineBreak.renderer()->isText() && toRenderText(m_lineBreak.renderer())->textLength() && toRenderText(m_lineBreak.renderer())->characterAt(m_lineBreak.offset() - 1) == softHyphen && style.hyphens() != HyphensNone)
910 if (!hyphenated && m_lineBreak.previousInSameNode() == softHyphen && style.hyphens() != HyphensNone) {
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderText.cpp693 if (style.hyphens() == HyphensAuto && canHyphenate(style.locale())) {
744 // Ignore spaces and soft hyphens
749 } else if (c == softHyphen && style.hyphens() != HyphensNone) {
760 while (c != '\n' && !isSpaceAccordingToStyle(c, style) && c != '\t' && (c != softHyphen || style.hyphens() == HyphensNone)) {
781 if (c == softHyphen && style.hyphens() != HyphensNone)
H A DSimpleLineLayout.cpp149 if (style.hyphens() == HyphensAuto)
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.cpp3367 void hyphenate(const char *word, int len, int *hyphens);
3563 void hyphen_trie::hyphenate(const char *word, int len, int *hyphens) argument
3567 hyphens[j] = 0;
3569 h = hyphens + j;
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js413 "grid-template-rows", "hanging-punctuation", "height", "hyphens",
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js413 "grid-template-rows", "hanging-punctuation", "height", "hyphens",
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSPrimitiveValueMappings.h3872 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(Hyphens hyphens) argument
3876 switch (hyphens) {
H A DCSSComputedStyleDeclaration.cpp2129 return cssValuePool().createValue(style->hyphens());
H A DDeprecatedStyleBuilder.cpp2517 setPropertyHandler(CSSPropertyWebkitHyphens, ApplyPropertyDefault<Hyphens, &RenderStyle::hyphens, Hyphens, &RenderStyle::setHyphens, Hyphens, &RenderStyle::initialHyphens>::createHandler());
/macosx-10.10/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex3863 % insert empty discretionaries after hyphens, which means that it will
3865 % are best written with fairly long node names, containing hyphens, this
/macosx-10.10/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex5882 % insert empty discretionaries after hyphens, which means that it will
5884 % are best written with fairly long node names, containing hyphens, this
/macosx-10.10/bc-21/bc/doc/
H A Dtexinfo.tex5239 % insert empty discretionaries after hyphens, which means that it will
5241 % are best written with fairly long node names, containing hyphens, this
/macosx-10.10/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex5866 % insert empty discretionaries after hyphens, which means that it will
5868 % are best written with fairly long node names, containing hyphens, this
/macosx-10.10/gnudiff-19/diffutils/config/
H A Dtexinfo.tex5588 % insert empty discretionaries after hyphens, which means that it will
5590 % are best written with fairly long node names, containing hyphens, this
/macosx-10.10/gnutar-453/gnutar/doc/
H A Dtexinfo.tex6001 % insert empty discretionaries after hyphens, which means that it will
6003 % are best written with fairly long node names, containing hyphens, this
/macosx-10.10/groff-38/groff/doc/
H A Dtexinfo.tex6001 % insert empty discretionaries after hyphens, which means that it will
6003 % are best written with fairly long node names, containing hyphens, this
/macosx-10.10/uucp-11/uucp/
H A Dtexinfo.tex5447 % insert empty discretionaries after hyphens, which means that it will
5449 % are best written with fairly long node names, containing hyphens, this
/macosx-10.10/emacs-93/emacs/man/
H A Dtexinfo.tex6722 % insert empty discretionaries after hyphens, which means that it will
6724 % are best written with fairly long node names, containing hyphens, this
/macosx-10.10/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex6724 % insert empty discretionaries after hyphens, which means that it will
6726 % are best written with fairly long node names, containing hyphens, this

Completed in 421 milliseconds