HomeSort by relevance Sort by last modified time
    Searched refs:launch_url (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
extension_app_provider.cc 80 app.should_match_against_launch_url ? app.launch_url : input.text();
81 match.destination_url = GURL(app.launch_url);
88 match.description = app.launch_url;
90 input.text().length(), app.launch_url.length(),
97 app.name.length() : app.launch_url.length(),
128 const base::string16& url = app->launch_url;
170 GURL launch_url = app->is_platform_app() ? local
172 DCHECK(launch_url.is_valid());
176 UTF8ToUTF16(launch_url.spec()),
extension_app_provider.h 52 base::string16 launch_url; member in struct:ExtensionAppProvider::ExtensionApp
53 // If false, then the launch_url will not be considered for matching,
extension_app_provider_unittest.cc 55 const char* launch_url; member in struct:TestExtensionApp
71 ASCIIToUTF16(kExtensionApps[i].launch_url),
77 history::URLRow info(GURL(kExtensionApps[i].launch_url));
  /external/chromium/chrome/common/extensions/
extension_set_unittest.cc 17 const std::string& launch_url,
30 if (!launch_url.empty())
31 manifest.SetString("app.launch.web_url", launch_url);
extension.cc 1275 std::string launch_url; local
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_set_unittest.cc 19 const std::string& launch_url,
32 if (!launch_url.empty())
33 manifest.SetString("app.launch.web_url", launch_url);
sync_type_unittest.cc 32 const GURL& launch_url,
49 if (!launch_url.is_empty()) {
50 source.SetString(keys::kLaunchWebURL, launch_url.spec());
84 const GURL& launch_url,
89 type, update_url, launch_url, location, extension_path,
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
app_launch_info.cc 149 std::string launch_url; local
150 if (!temp->GetAsString(&launch_url)) {
158 GURL url(launch_url);
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 56 launch_url: 'http://poppit.pogo.com/hd/PoppitHD.html',
68 launch_url: 'https://mail.google.com/',
80 launch_url: 'http://books.google.com/ebooks?source=chrome-app',
93 launch_url: 'http://maps.google.com/',
105 launch_url: 'http://entanglement.gopherwoodstudios.com/',
117 launch_url: 'http://www.nytimes.com/chrome/',
128 launch_url: 'http://www.youtube.com/',
246 window.location = (app.launch_url);
253 window.open(app.launch_url, app.name,
  /external/chromium/chrome/browser/sync/glue/
extension_util_unittest.cc 47 const GURL& launch_url,
62 if (!launch_url.is_empty()) {
64 launch_url.spec());
  /external/chromium/chrome/browser/resources/ntp/
apps.js 167 a.href = app['launch_url'];
723 a.href = app['launch_url'];
740 a.href = app['launch_url'];
756 'launch_url': localStrings.getString('web_store_url')
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.cc 676 GURL launch_url(url);
699 install_info->app_url = launch_url;
703 FaviconService::FaviconForURLParams(launch_url,
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.cc 244 GURL launch_url = local
247 if (web_extent.MatchesURL(launch_url))
249 AddExceptionForHostedApp(launch_url.spec(), *extension->get(), exceptions);
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 300 launch_url: templateData.web_store_url,
385 window.location = app.launch_url;
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 296 launch_url: templateData.web_store_url,

Completed in 417 milliseconds