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

  /external/chromium/googleurl/src/
url_util.h 86 // As with the url_canon::Canonicalize* functions, the charset converter can
92 bool Canonicalize(const char* spec,
97 bool Canonicalize(const char16* spec,
108 // will produce a canonical version of that URL. See Canonicalize() for more
url_util.cc 190 // This is the parsed version of the input URL, we have to canonicalize it
256 // Relative, resolve and canonicalize.
265 // Not relative, canonicalize the input.
362 bool Canonicalize(const char* spec,
371 bool Canonicalize(const char16* spec,
gurl.cc 57 bool success = url_util::Canonicalize(
132 // and we can't always canonicalize then reproducabely.
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 567 if (!url_util::Canonicalize(url, length, 0, &buffer, &parsed))
588 // When we're not using GoogleURL, first canonicalize it so we can resolve it
593 if (!url_util::Canonicalize(str.characters(), str.length(), 0, &srcCanon, &srcParsed))
  /external/v8/test/cctest/
test-regexp.cc 1376 static uc32 canonicalize(uc32 c) { function
    [all...]
  /external/v8/src/
ast.h     [all...]
jsregexp.cc     [all...]
jsregexp.h 269 static void Canonicalize(ZoneList<CharacterRange>* ranges);
    [all...]

Completed in 67 milliseconds