Searched refs:SetPath (Results 1 – 16 of 16) sorted by relevance
/external/chromium/chrome/common/extensions/ |
D | url_pattern.cc | 113 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
|
D | url_pattern.h | 152 void SetPath(const std::string& path);
|
D | extension.cc | 1240 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/ |
D | url_canon_stdstring.h | 118 this->SetPath(s.data(), in SetPathStr()
|
D | url_canon_unittest.cc | 1321 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()
|
D | gurl_unittest.cc | 261 SetupReplacement(&GURL::Replacements::SetPath, &repl, cur.path); in TEST()
|
D | url_canon_relative.cc | 404 replacements.SetPath(relative_url, relative_parsed.path); in DoResolveRelativeHost()
|
D | url_canon.h | 693 void SetPath(const CHAR* s, const url_parse::Component& comp) { in SetPath() function
|
/external/chromium/chrome/browser/ |
D | browser_url_handler.cc | 57 repl.SetPath(url->spec().c_str(), in ReverseViewSource()
|
D | jumplist_win.cc | 187 result = link->SetPath(application.c_str());
|
/external/chromium/base/ |
D | file_util_win.cc | 430 if (FAILED(i_shell_link->SetPath(source))) in CreateShortcutLink() 481 if (source && FAILED(i_shell_link->SetPath(source))) in UpdateShortcutLink()
|
D | file_util_unittest.cc | 1364 result = shell->SetPath(target_file.value().c_str()); in TEST_F()
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_util.cc | 314 hp_replacements.SetPath(path_without_consecutive_slash.data(), in CanonicalizeUrl()
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url.cc | 565 rep.SetPath(favicon_path, url_parse::Component(0, favicon_path_len)); in GenerateFaviconURL()
|
/external/webkit/Source/WebCore/platform/ |
D | KURLGoogle.cpp | 762 replacements.SetPath(CharactersOrEmpty(path), in setPath()
|
/external/chromium/net/url_request/ |
D | url_request_unittest.cc | 1132 result = shell->SetPath(app_path.value().c_str()); in TEST_F()
|