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

  /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/chrome/common/
web_app_schema.json 22 "launch_url": {
web_apps_unittest.cc 112 EXPECT_EQ(GURL("http://example.com/launch_url"), web_app->app_url);
125 EXPECT_EQ(GURL("http://example.com/launch_url"), web_app->app_url);
web_apps.cc 94 "Invalid value for property 'launch_url'. Must be a valid relative URL or "
248 CHECK(definition->GetString("launch_url", &app_url_string));
  /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/ui/cocoa/
external_protocol_dialog.mm 124 UMA_HISTOGRAM_LONG_TIMES("clickjacking.launch_url",
  /external/chromium/chrome/browser/ui/gtk/
external_protocol_dialog_gtk.cc 124 UMA_HISTOGRAM_LONG_TIMES("clickjacking.launch_url",
  /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/chrome/browser/ui/views/
external_protocol_dialog.cc 98 UMA_HISTOGRAM_LONG_TIMES("clickjacking.launch_url",
  /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,
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 94 value->SetString("launch_url", extension->GetFullLaunchURL().spec());

Completed in 1972 milliseconds