Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dchrome_process_finder_win.cc55 inline char IntToHex(int i) { in IntToHex() function
75 escaped.push_back(IntToHex(c >> 4)); in Escape()
76 escaped.push_back(IntToHex(c & 0xf)); in Escape()
/external/chromium_org/net/base/
Descape.cc21 inline char IntToHex(int i) { in IntToHex() function
53 escaped.push_back(IntToHex(c >> 4)); in Escape()
54 escaped.push_back(IntToHex(c & 0xf)); in Escape()
/external/chromium/net/base/
Descape.cc19 inline char IntToHex(int i) { in IntToHex() function
58 escaped.push_back(IntToHex(c >> 4)); in Escape()
59 escaped.push_back(IntToHex(c & 0xf)); in Escape()