HomeSort by relevance Sort by last modified time
    Searched refs:canHyphenate (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/text/
Hyphenation.cpp 33 bool canHyphenate(const AtomicString& /* localeIdentifier */)
Hyphenation.h 34 bool canHyphenate(const AtomicString& localeIdentifier);
  /external/webkit/Source/WebCore/platform/text/mac/
HyphenationMac.mm 54 bool canHyphenate(const AtomicString& localeIdentifier)
62 ASSERT_UNUSED(localeIdentifier, canHyphenate(localeIdentifier));
  /external/webkit/Source/WebCore/platform/text/cf/
HyphenationCF.cpp 63 bool canHyphenate(const AtomicString& localeIdentifier)
81 bool canHyphenate(const AtomicString&)
  /external/webkit/Source/WebCore/platform/text/android/
HyphenationAndroid.cpp 60 bool canHyphenate(const AtomicString& /* localeIdentifier */)
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]

Completed in 56 milliseconds