Home
last modified time | relevance | path

Searched refs:EscapeSpaces (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Rewrite/Core/
DHTMLRewrite.cpp107 bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument
127 if (EscapeSpaces) in EscapeText()
140 if (EscapeSpaces) in EscapeText()
167 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument
181 if (EscapeSpaces) os << "&nbsp;"; in EscapeText()
187 if (EscapeSpaces) in EscapeText()
/external/clang/include/clang/Rewrite/Core/
DHTMLRewrite.h54 bool EscapeSpaces = false, bool ReplaceTabs = false);
61 bool EscapeSpaces = false, bool ReplaceTabs = false);
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
Dbrowserlauncher.py70 def EscapeSpaces(path): function
208 self.binary = EscapeSpaces(self.FindBinary())