Home | History | Annotate | Download | only in ui

Lines Matching refs:url

440     tab.url = urls[i];
493 if (extension_service->IsInstalledApp(autolaunch_tabs.at(i).url)) {
510 void BrowserInit::AddFirstRunTab(const GURL& url) {
511 first_run_tabs_.push_back(url);
767 // to look at the app URL. OpenApplicationWindow() will open app url
795 // Open an URL to the gallery page of the extension id?
821 GURL url(url_string);
824 if (!url.is_empty() && url.is_valid()) {
827 if (policy->IsWebSafeScheme(url.scheme()) ||
828 url.SchemeIs(chrome::kFileScheme)) {
830 if (profile->GetExtensionService()->IsInstalledApp(url)) {
840 url,
946 if (urls[i] == (*tabs)[j].url) {
954 tab.url = urls[i];
1001 // a URL, should the handler be (incorrectly) configured to be us. Anyone
1002 // asking us to open such a URL should really ask the handler directly.
1003 if (!process_startup && !net::URLRequest::IsHandledURL(tabs[i].url))
1013 browser::NavigateParams params(browser, tabs[i].url,
1090 const GURL& url);
1107 const GURL& url)
1111 learn_more_url_(url) {
1255 if (default_provider && default_provider->url()) {
1256 const TemplateURLRef* search_url = default_provider->url();
1267 // Otherwise, fall through to treating it as a URL.
1269 // This will create a file URL or a regular URL.
1273 GURL url;
1276 url = URLFixerUpper::FixupRelativeFile(cur_dir, param);
1279 if (url.is_valid()) {
1282 if (policy->IsWebSafeScheme(url.scheme()) ||
1283 url.SchemeIs(chrome::kFileScheme) ||
1287 (url.spec().find(chrome::kChromeUISettingsURL) == 0) ||
1289 (url.spec().compare(chrome::kAboutBlankURL) == 0)) {
1290 urls.push_back(url);