Searched refs:gurl (Results 76 - 100 of 148) sorted by relevance

123456

/external/chromium/chrome/browser/ui/webui/
H A Dnew_tab_ui.cc471 const GURL& gurl) {
472 dictionary->SetString("url", gurl.spec());
478 title_to_set = UTF8ToUTF16(gurl.spec());
469 SetURLTitleAndDirection(DictionaryValue* dictionary, const string16& title, const GURL& gurl) argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc236 GURL gurl(url);
237 std::string suggested_file_name = gurl.is_valid() ?
238 gurl.ExtractFileName() : url;
/external/chromium_org/chromeos/network/
H A Dnetwork_state.cc143 GURL gurl(url_string);
144 if (!gurl.is_valid()) {
145 web_proxy_auto_discovery_url_ = gurl;
/external/chromium/chrome/browser/debugger/
H A Ddevtools_manager.h84 const GURL& gurl);
H A Ddevtools_manager.cc26 #include "googleurl/src/gurl.h"
225 const GURL& gurl) {
237 client_host->FrameNavigating(gurl.spec());
223 OnNavigatingToPendingEntry(RenderViewHost* rvh, RenderViewHost* dest_rvh, const GURL& gurl) argument
/external/chromium_org/chrome_frame/test/
H A Dautomation_client_mock.h47 MOCK_METHOD2(OnNavigationFailed, void(int error_code, const GURL& gurl));
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DNotificationPresenter.cpp42 #include <url/gurl.h>
/external/chromium/chrome/browser/history/
H A Dtext_database_unittest.cc78 GURL gurl(url);
80 if (results[i].url == gurl)
H A Durl_database.cc15 #include "googleurl/src/gurl.h"
61 std::string URLDatabase::GURLToDatabaseURL(const GURL& gurl) { argument
69 return (gurl.ReplaceComponents(replacements)).spec();
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc25 #include "googleurl/src/gurl.h"
100 void SetCache(const GURL& gurl, bool is_phishing, base::Time time) { argument
101 csd_service_->cache_[gurl] =
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_model_associator_unittest.cc11 #include "googleurl/src/gurl.h"
24 GURL gurl(url);
25 history::URLRow history_url(gurl);
/external/chromium/net/http/
H A Dhttp_auth_handler_negotiate_unittest.cc184 GURL gurl(url_string);
194 gurl,
/external/chromium_org/android_webview/renderer/
H A Daw_render_view_ext.cc45 GURL gurl(url);
46 return !gurl.IsStandard();
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy_unittest.cc191 GURL gurl("http://www.google.com");
206 action_dom->set_page_url(gurl);
/external/chromium/net/spdy/
H A Dspdy_test_util.cc341 GURL gurl(url);
344 std::string str_path = gurl.PathForRequest();
345 std::string str_scheme = gurl.scheme();
346 std::string str_host = gurl.host();
347 if (gurl.has_port()) {
349 str_host += gurl.port();
/external/chromium_org/extensions/common/matcher/
H A Durl_matcher_unittest.cc9 #include "url/gurl.h"
244 GURL gurl("https://www.google.com:1234/webhp?sourceid=chrome-instant&ie=UTF-8"
247 std::string url = factory.CanonicalizeURLForComponentSearches(gurl);
357 GURL gurl("https://www.google.com:443/webhp?sourceid=chrome-instant&ie=UTF-8"
360 std::string url = factory.CanonicalizeURLForFullSearches(gurl);
395 gurl = GURL("https://www.google.com:1234/webhp?sourceid=chrome-instant&"
398 url = factory.CanonicalizeURLForFullSearches(gurl);
/external/chromium_org/chrome/browser/android/provider/
H A Dchrome_browser_provider.cc168 GURL gurl(url);
169 if (!gurl.is_valid() && !gurl.has_scheme()) {
172 gurl = GURL(refined_url);
174 return gurl;
214 GURL gurl = ParseAndMaybeAppendScheme(url, kDefaultUrlScheme); local
217 const BookmarkNode* node = model->GetMostRecentlyAddedNodeForURL(gurl);
228 node = model->AddURL(parent_node, 0, title, gurl);
1094 GURL gurl = ParseAndMaybeAppendScheme(raw_url, kDefaultUrlScheme); local
1095 row->set_url(gurl);
[all...]
/external/chromium_org/chrome/browser/history/
H A Durl_index_private_data.cc702 const GURL& gurl(row.url());
705 if (!URLSchemeIsWhitelisted(gurl, scheme_whitelist))
710 string16 url(net::FormatUrl(gurl, languages,
758 const GURL& gurl(row.url());
759 const string16& url = CleanUpUrlForMatching(gurl, languages);
1252 const GURL& gurl,
1254 return whitelist.find(gurl.scheme()) != whitelist.end();
1251 URLSchemeIsWhitelisted( const GURL& gurl, const std::set<std::string>& whitelist) argument
/external/chromium_org/chrome/browser/net/
H A Dpredictor.cc465 GURL gurl = tab_start_pref.urls[i]; local
466 if (!gurl.is_valid() || gurl.SchemeIsFile() || gurl.host().empty())
468 if (gurl.SchemeIs("http") || gurl.SchemeIs("https"))
469 urls.push_back(gurl.GetWithEmptyPath());
/external/chromium/chrome/browser/importer/
H A Die_importer.cc38 #include "googleurl/src/gurl.h"
410 GURL gurl = GURL(url); local
411 template_url->set_keyword(TemplateURLModel::GenerateKeyword(gurl,
414 TemplateURLPrepopulateData::GetSearchEngineLogo(gurl));
/external/chromium_org/chrome/common/net/
H A Durl_fixer_upper.cc590 GURL gurl(trimmed);
591 if (gurl.is_valid() && gurl.IsStandard())
/external/chromium_org/chrome_frame/
H A Dchrome_frame_activex.cc29 #include "url/gurl.h"
215 void ChromeFrameActivex::OnLoad(const GURL& gurl) { argument
217 std::string url = gurl.spec();
222 Base::OnLoad(gurl);
/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.cc42 GURL gurl(url.as_string());
43 path->assign(gurl.PathForRequest());
44 scheme->assign(gurl.scheme());
45 host->assign(gurl.host());
46 if (gurl.has_port()) {
48 host->append(gurl.port());
/external/chromium/googleurl/src/
H A Dgurl_unittest.cc4 #include "googleurl/src/gurl.h"
37 GURL gurl(src);
38 return gurl.possibly_invalid_spec();
/external/chromium_org/url/
H A Dgurl_unittest.cc6 #include "url/gurl.h"
38 GURL gurl(src);
39 return gurl.possibly_invalid_spec();

Completed in 676 milliseconds

123456