OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EscapeSpaces
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Rewrite/Core/
HTMLRewrite.h
54
bool
EscapeSpaces
= false, bool ReplaceTabs = false);
61
bool
EscapeSpaces
= false, bool ReplaceTabs = false);
/external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp
107
bool
EscapeSpaces
, bool ReplaceTabs) {
127
if (
EscapeSpaces
)
140
if (
EscapeSpaces
)
167
std::string html::EscapeText(StringRef s, bool
EscapeSpaces
, bool ReplaceTabs) {
181
if (
EscapeSpaces
) os << " ";
187
if (
EscapeSpaces
)
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py
70
def
EscapeSpaces
(path):
208
self.binary =
EscapeSpaces
(self.FindBinary())
Completed in 7985 milliseconds