Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/autocomplete/
Dextension_app_provider.cc80 app.should_match_against_launch_url ? app.launch_url : input.text(); in CreateAutocompleteMatch()
81 match.destination_url = GURL(app.launch_url); in CreateAutocompleteMatch()
88 match.description = app.launch_url; in CreateAutocompleteMatch()
90 input.text().length(), app.launch_url.length(), in CreateAutocompleteMatch()
97 app.name.length() : app.launch_url.length(), in CreateAutocompleteMatch()
128 const base::string16& url = app->launch_url; in Start()
170 GURL launch_url = app->is_platform_app() ? in RefreshAppList() local
172 DCHECK(launch_url.is_valid()); in RefreshAppList()
176 UTF8ToUTF16(launch_url.spec()), in RefreshAppList()
Dextension_app_provider_unittest.cc55 const char* launch_url; in SetUp() member
71 ASCIIToUTF16(kExtensionApps[i].launch_url), in SetUp()
77 history::URLRow info(GURL(kExtensionApps[i].launch_url)); in SetUp()
Dextension_app_provider.h52 base::string16 launch_url; member
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
Dstandalone_hack.js56 launch_url: 'http://poppit.pogo.com/hd/PoppitHD.html', property
68 launch_url: 'https://mail.google.com/', property
80 launch_url: 'http://books.google.com/ebooks?source=chrome-app', property
93 launch_url: 'http://maps.google.com/', property
105 launch_url: 'http://entanglement.gopherwoodstudios.com/', property
117 launch_url: 'http://www.nytimes.com/chrome/', property
128 launch_url: 'http://www.youtube.com/', property
246 window.location = (app.launch_url);
253 window.open(app.launch_url, app.name,
/external/chromium/chrome/common/extensions/
Dextension_set_unittest.cc17 const std::string& launch_url, in CreateTestExtension() argument
30 if (!launch_url.empty()) in CreateTestExtension()
31 manifest.SetString("app.launch.web_url", launch_url); in CreateTestExtension()
Dextension.cc1275 std::string launch_url; in LoadLaunchURL() local
1276 if (!temp->GetAsString(&launch_url)) { in LoadLaunchURL()
1282 GURL url(launch_url); in LoadLaunchURL()
1289 launch_web_url_ = launch_url; in LoadLaunchURL()
1297 GURL launch_url(launch_web_url()); in LoadLaunchURL() local
1303 pattern.set_host(launch_url.host()); in LoadLaunchURL()
/external/chromium_org/chrome/common/extensions/
Dextension_set_unittest.cc19 const std::string& launch_url, in CreateTestExtension() argument
32 if (!launch_url.empty()) in CreateTestExtension()
33 manifest.SetString("app.launch.web_url", launch_url); in CreateTestExtension()
Dsync_type_unittest.cc32 const GURL& launch_url, in MakeSyncTestExtensionWithPluginPermission() argument
49 if (!launch_url.is_empty()) { in MakeSyncTestExtensionWithPluginPermission()
50 source.SetString(keys::kLaunchWebURL, launch_url.spec()); in MakeSyncTestExtensionWithPluginPermission()
84 const GURL& launch_url, in MakeSyncTestExtension() argument
89 type, update_url, launch_url, location, extension_path, in MakeSyncTestExtension()
/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dapp_launch_info.cc149 std::string launch_url; in LoadLaunchURL() local
150 if (!temp->GetAsString(&launch_url)) { in LoadLaunchURL()
158 GURL url(launch_url); in LoadLaunchURL()
/external/chromium/chrome/browser/sync/glue/
Dextension_util_unittest.cc47 const GURL& launch_url, in MakeExtension() argument
62 if (!launch_url.is_empty()) { in MakeExtension()
64 launch_url.spec()); in MakeExtension()
/external/chromium/chrome/browser/resources/touch_ntp/
Dnewtab.js300 launch_url: templateData.web_store_url,
385 window.location = app.launch_url;
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dapp_launcher_handler.cc676 GURL launch_url(url); in HandleGenerateAppForLink() local
699 install_info->app_url = launch_url; in HandleGenerateAppForLink()
703 FaviconService::FaviconForURLParams(launch_url, in HandleGenerateAppForLink()
/external/chromium/chrome/browser/ui/cocoa/
Dexternal_protocol_dialog.mm124 UMA_HISTOGRAM_LONG_TIMES("clickjacking.launch_url",
/external/chromium_org/chrome/browser/ui/cocoa/
Dexternal_protocol_dialog.mm133 UMA_HISTOGRAM_LONG_TIMES("clickjacking.launch_url",
/external/chromium_org/chrome/browser/ui/webui/options/
Dcontent_settings_handler.cc244 GURL launch_url = in AddExceptionsGrantedByHostedApps() local
247 if (web_extent.MatchesURL(launch_url)) in AddExceptionsGrantedByHostedApps()
249 AddExceptionForHostedApp(launch_url.spec(), *extension->get(), exceptions); in AddExceptionsGrantedByHostedApps()
/external/chromium/chrome/browser/resources/ntp4/
Dnew_tab.js296 launch_url: templateData.web_store_url,