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

  /external/chromium/net/base/
escape.cc 28 class Charmap {
30 Charmap(uint32 b0, uint32 b1, uint32 b2, uint32 b3,
44 // Given text to escape and a Charmap defining which values to escape,
46 // to +, otherwise, if spaces are in the charmap, they are converted to
48 std::string Escape(const std::string& text, const Charmap& charmap,
56 } else if (charmap.Contains(c)) {
197 static const Charmap kQueryCharmap(
213 static const Charmap kPathCharmap(
222 static const Charmap kUrlEscape
    [all...]
  /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)) {
218 static const Charmap kQueryCharmap = {{
224 static const Charmap kPathCharmap = {{
230 static const Charmap kUrlEscape = {{
236 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 2187 milliseconds