OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Charmap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/base/
escape.cc
31
struct
Charmap
{
39
// Given text to escape and a
Charmap
defining which values to escape,
41
// to +, otherwise, if spaces are in the
charmap
, they are converted to
43
std::string Escape(const std::string& text, const
Charmap
&
charmap
,
51
} else if (
charmap
.Contains(c)) {
272
static const
Charmap
kQueryCharmap = {{
278
static const
Charmap
kPathCharmap = {{
284
static const
Charmap
kUrlEscape = {{
290
static const
Charmap
kNonASCIICharmap = {
[
all
...]
/external/chromium_org/chrome/browser/
chrome_process_finder_win.cc
46
struct
Charmap
{
61
// Given text to escape and a
Charmap
defining which values to escape,
63
// to +, otherwise, if spaces are in the
charmap
, they are converted to
65
std::string Escape(const std::string& text, const
Charmap
&
charmap
,
73
} else if (
charmap
.Contains(c)) {
86
static const
Charmap
kQueryCharmap = {{
Completed in 1138 milliseconds