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

  /external/webkit/Source/WebCore/editing/
HTMLInterchange.cpp 45 convertedSpaceString.append(noBreakSpace);
htmlediting.h 225 return c == noBreakSpace || c == ' ' || c == '\n' || c == '\t';
MarkupAccumulator.cpp 59 { noBreakSpace, nbspReference, EntityNbsp },
htmlediting.cpp 380 rebalancedString[i] = noBreakSpace;
400 DEFINE_STATIC_LOCAL(String, nonBreakingSpaceString, (&noBreakSpace, 1));
    [all...]
VisibleSelection.cpp 236 if ((!isSpaceOrNewline(c) && c != noBreakSpace) || c == '\n')
TextIterator.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
CharacterNames.h 65 const UChar noBreakSpace = 0x00A0;
119 using WTF::Unicode::noBreakSpace;
  /external/webkit/Source/WebCore/rendering/
break_lines.cpp 46 case noBreakSpace:
141 return ch > asciiLineBreakTableLastChar && ch != noBreakSpace;
RenderText.cpp 100 stringWithPrevious[0] = previous == noBreakSpace ? ' ' : previous;
103 if (characters[i - 1] == noBreakSpace)
119 data[startOfWord - 1] = characters[startOfWord - 1] == noBreakSpace ? noBreakSpace : toTitleCase(stringWithPrevious[startOfWord]);
745 return c == ' ' || (c == noBreakSpace && style->nbspMode() == SPACE);
    [all...]
RenderBlockLineLayout.cpp 645 if (character == noBreakSpace)
    [all...]
RenderTreeAsText.cpp 208 } else if (c == '\n' || c == noBreakSpace)
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 211 static bool treatAsSpace(UChar c) { return c == ' ' || c == '\t' || c == '\n' || c == noBreakSpace; }
GlyphPageTreeNode.cpp 209 buffer[noBreakSpace] = ' ';
  /external/webkit/Source/WebCore/html/
FTPDirectoryDocument.cpp 119 element->appendChild(Text::create(document(), String(&noBreakSpace, 1)), ec);
  /external/webkit/Source/WebCore/dom/
Position.cpp     [all...]
SelectElement.cpp     [all...]
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 208 NSString *NonBreakingSpaceString = [NSString stringWithCharacters:&noBreakSpace length:1];
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 797 if (string[i] != noBreakSpace
    [all...]

Completed in 467 milliseconds