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

  /external/chromium/chrome/common/
googleurl_dummy.cc 5 namespace url_util { namespace
7 // A dummy version of the url_util function called by url_constants.cc for all
18 } // namespace url_util
url_constants.cc 8 #include "googleurl/src/url_util.h"
254 url_util::AddStandardScheme(kChromeDevToolsScheme);
255 url_util::AddStandardScheme(kChromeUIScheme);
256 url_util::AddStandardScheme(kExtensionScheme);
257 url_util::AddStandardScheme(kMetadataScheme);
259 url_util::AddStandardScheme(kCrosScheme);
267 url_util::LockStandardSchemes();
  /external/chromium/googleurl/src/
url_util_unittest.cc 34 #include "googleurl/src/url_util.h"
42 EXPECT_TRUE(url_util::FindAndCompareScheme(
44 EXPECT_TRUE(url_util::FindAndCompareScheme(
49 EXPECT_FALSE(url_util::FindAndCompareScheme(
55 EXPECT_FALSE(url_util::FindAndCompareScheme(
61 EXPECT_TRUE(url_util::FindAndCompareScheme(
66 EXPECT_FALSE(url_util::FindAndCompareScheme("", 0, "", &found_scheme));
72 EXPECT_TRUE(url_util::FindAndCompareScheme(
80 EXPECT_FALSE(url_util::FindAndCompareScheme(
94 url_util::ReplaceComponents(NULL, 0, parsed, replacements, NULL, &output
    [all...]
gurl.cc 43 #include "googleurl/src/url_util.h"
58 bool success = url_util::Canonicalize(
189 if (!url_util::ResolveRelative(
217 if (!url_util::ResolveRelative(
244 result.is_valid_ = url_util::ReplaceComponents(
266 result.is_valid_ = url_util::ReplaceComponents(
315 return url_util::IsStandard(spec_.data(), parsed_.scheme);
321 return url_util::LowerCaseEqualsASCII(spec_.data() + parsed_.scheme.begin,
436 if (!url_util::LowerCaseEqualsASCII(start_pos,
url_util.h 40 namespace url_util { namespace
67 // with any other url_util function. It will assert if the list of standard
220 } // namespace url_util
url_util.cc 33 #include "googleurl/src/url_util.h"
39 namespace url_util { namespace
553 } // namespace url_util
  /external/chromium/chrome/browser/autocomplete/
history_provider.cc 17 #include "googleurl/src/url_util.h"
96 !url_util::FindAndCompareScheme(UTF16ToUTF8(input_text),
autocomplete.cc 37 #include "googleurl/src/url_util.h"
519 if (url_util::FindAndCompareScheme(utf8_input, chrome::kViewSourceScheme,
522 return url_util::FindAndCompareScheme(utf8_input, chrome::kHttpScheme, NULL);
    [all...]
history_url_provider.cc 26 #include "googleurl/src/url_util.h"
193 url_util::FindAndCompareScheme(UTF16ToUTF8(params->input.text()),
    [all...]
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 51 #include <googleurl/src/url_util.h>
236 m_isValid = url_util::ResolveRelative(baseStr.data(), baseStr.length(),
314 m_isValid = url_util::ReplaceComponents(utf8String().data(),
810 url_util::DecodeURLEscapeSequences(input, inputLength, &unescaped);
864 return url_util::IsStandard(
940 return url_util::FindAndCompareScheme(url.characters(), url.length(),
    [all...]
  /external/chromium/chrome/common/extensions/
url_pattern.cc 12 #include "googleurl/src/url_util.h"
74 return url_util::IsStandard(scheme.c_str(),
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 34 #include <googleurl/src/url_util.h>
932 if (!url_util::Canonicalize(url, length, 0, &buffer, &parsed))
    [all...]
  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 19 #include "googleurl/src/url_util.h"
411 !url_util::IsStandard(scheme.c_str(),
482 if (url_util::IsStandard(scheme.c_str(),
  /external/chromium/chrome/browser/prerender/
prerender_manager.cc 25 #include "googleurl/src/url_util.h"
79 url_util::DecodeURLEscapeSequences(url.spec().c_str() + value.begin,
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.cc 13 #include "googleurl/src/url_util.h"
320 url_util::ReplaceComponents(url_unescaped_str.data(),
325 // 6. Step needed to revert escaping done in url_util::ReplaceComponents.
  /external/chromium/
Android.mk 33 googleurl/src/url_util.cc \
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 23 #include "googleurl/src/url_util.h"
714 if (url_util::FindAndCompareScheme(url, chrome::kHttpScheme, NULL)) {
    [all...]

Completed in 642 milliseconds