Home
last modified time | relevance | path

Searched refs:SetPath (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/common/extensions/
Durl_pattern.cc113 SetPath("/*"); in Parse()
181 SetPath(pattern.substr(path_start_pos)); in Parse()
211 void URLPattern::SetPath(const std::string& path) { in SetPath() function in URLPattern
Durl_pattern.h152 void SetPath(const std::string& path);
Dextension.cc1240 pattern.SetPath(pattern.path() + '*'); in LoadExtent()
1304 pattern.SetPath("/*"); in LoadLaunchURL()
1335 pattern.SetPath(pattern.path() + '*'); in LoadLaunchURL()
2263 pattern.SetPath("/*"); in InitFromValue()
2910 origin_only_pattern.SetPath("/*"); in OverlapsWithOrigin()
/external/chromium/googleurl/src/
Durl_canon_stdstring.h118 this->SetPath(s.data(), in SetPathStr()
Durl_canon_unittest.cc1321 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST()
1346 r.SetPath(reinterpret_cast<char*>(0x00000001), url_parse::Component(0, 0)); in TEST()
1355 r.SetPath(reinterpret_cast<char*>(0x00000001), url_parse::Component()); in TEST()
1394 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST()
1434 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST()
1486 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST()
1975 repl.SetPath(new_path.c_str(), url_parse::Component(0, 4)); in TEST()
Dgurl_unittest.cc261 SetupReplacement(&GURL::Replacements::SetPath, &repl, cur.path); in TEST()
Durl_canon_relative.cc404 replacements.SetPath(relative_url, relative_parsed.path); in DoResolveRelativeHost()
Durl_canon.h693 void SetPath(const CHAR* s, const url_parse::Component& comp) { in SetPath() function
/external/chromium/chrome/browser/
Dbrowser_url_handler.cc57 repl.SetPath(url->spec().c_str(), in ReverseViewSource()
Djumplist_win.cc187 result = link->SetPath(application.c_str());
/external/chromium/base/
Dfile_util_win.cc430 if (FAILED(i_shell_link->SetPath(source))) in CreateShortcutLink()
481 if (source && FAILED(i_shell_link->SetPath(source))) in UpdateShortcutLink()
Dfile_util_unittest.cc1364 result = shell->SetPath(target_file.value().c_str()); in TEST_F()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_util.cc314 hp_replacements.SetPath(path_without_consecutive_slash.data(), in CanonicalizeUrl()
/external/chromium/chrome/browser/search_engines/
Dtemplate_url.cc565 rep.SetPath(favicon_path, url_parse::Component(0, favicon_path_len)); in GenerateFaviconURL()
/external/webkit/Source/WebCore/platform/
DKURLGoogle.cpp762 replacements.SetPath(CharactersOrEmpty(path), in setPath()
/external/chromium/net/url_request/
Durl_request_unittest.cc1132 result = shell->SetPath(app_path.value().c_str()); in TEST_F()