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

  /external/webkit/WebCore/rendering/
break_lines.cpp 45 case noBreakSpace:
94 return ch > 0x7F && ch != noBreakSpace;
RenderTreeAsText.cpp 163 } else if (c == '\n' || c == noBreakSpace)
RenderBlockLineLayout.cpp 519 if (character == noBreakSpace)
    [all...]
RenderText.cpp 554 return c == ' ' || (c == noBreakSpace && style->nbspMode() == SPACE);
    [all...]
  /external/webkit/WebCore/editing/
HTMLInterchange.cpp 45 convertedSpaceString.append(noBreakSpace);
htmlediting.cpp 413 rebalancedString.replace(noBreakSpace, ' ');
436 DEFINE_STATIC_LOCAL(String, nonBreakingSpaceString, (&noBreakSpace, 1));
    [all...]
VisibleSelection.cpp 240 if ((!isSpaceOrNewline(c) && c != noBreakSpace) || c == '\n')
markup.cpp 130 case noBreakSpace:
172 case noBreakSpace:
    [all...]
CompositeEditCommand.cpp 390 return c == noBreakSpace || c == ' ' || c == '\n' || c == '\t';
    [all...]
  /external/webkit/WebCore/platform/text/
CharacterNames.h 54 const UChar noBreakSpace = 0x00A0;
StringImpl.cpp 372 stringWithPrevious[0] = previous == noBreakSpace ? ' ' : previous;
375 if (m_data[i - 1] == noBreakSpace)
391 data[startOfWord - 1] = m_data[startOfWord - 1] == noBreakSpace ? noBreakSpace : toTitleCase(stringWithPrevious[startOfWord]);
  /external/webkit/WebCore/loader/
FTPDirectoryDocument.cpp 116 element->appendChild(Text::create(m_doc, String(&noBreakSpace, 1)), ec);
  /external/webkit/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 164 buffer[noBreakSpace] = ' ';
  /external/webkit/WebCore/dom/
Position.cpp     [all...]
SelectElement.cpp     [all...]
  /external/webkit/WebCore/platform/mac/
PasteboardMac.mm 190 NSString *NonBreakingSpaceString = [NSString stringWithCharacters:&noBreakSpace length:1];
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 703 if (string[i] != noBreakSpace
    [all...]

Completed in 506 milliseconds