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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
HTMLInterchange.cpp 45 COMPILE_ASSERT((static_cast<unsigned char>('\xA0') == noBreakSpace), ConvertedSpaceStringSpaceIsNoBreakSpace);
htmlediting.h 259 return c == noBreakSpace || c == ' ' || c == '\n' || c == '\t';
htmlediting.cpp 402 rebalancedString.append(noBreakSpace);
423 DEFINE_STATIC_LOCAL(String, nonBreakingSpaceString, (&noBreakSpace, 1));
    [all...]
MarkupAccumulator.cpp 87 { noBreakSpace, nbspReference, EntityNbsp },
VisibleSelection.cpp 319 if ((!isSpaceOrNewline(c) && c != noBreakSpace) || c == '\n')
ReplaceSelectionCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Character.h 54 static bool treatAsSpace(UChar c) { return c == space || c == characterTabulation || c == newlineCharacter || c == noBreakSpace; }
WidthIterator.cpp 154 && (charData.characterOffset || charData.character == noBreakSpace)
GlyphPageTreeNode.cpp 175 buffer[noBreakSpace] = space;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TypeAhead.cpp 53 if (string[i] != noBreakSpace && !isSpaceOrNewline(string[i]))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
break_lines.cpp 45 case noBreakSpace:
143 return ch > asciiLineBreakTableLastChar && ch != noBreakSpace;
RenderText.cpp 111 stringWithPrevious[0] = previous == noBreakSpace ? space : previous;
114 if (input[i - 1] == noBreakSpace)
131 result.append(input[startOfWord - 1] == noBreakSpace ? noBreakSpace : toTitleCase(stringWithPrevious[startOfWord]));
    [all...]
RenderTreeAsText.cpp 143 } else if (c == '\n' || c == noBreakSpace)
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
CharacterNames.h 76 const UChar noBreakSpace = 0x00A0;
144 using WTF::Unicode::noBreakSpace;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTTokenizer.cpp 147 result.append(noBreakSpace);
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 303 if (string[i] != noBreakSpace
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 396 return c == space || c == noBreakSpace || c == newlineCharacter;
    [all...]

Completed in 463 milliseconds