/external/chromium_org/chrome/browser/autocomplete/ |
D | extension_app_provider.cc | 80 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()
|
D | extension_app_provider_unittest.cc | 55 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()
|
D | extension_app_provider.h | 52 base::string16 launch_url; member
|
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
D | standalone_hack.js | 56 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/ |
D | extension_set_unittest.cc | 17 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()
|
D | extension.cc | 1275 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/ |
D | extension_set_unittest.cc | 19 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()
|
D | sync_type_unittest.cc | 32 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/ |
D | app_launch_info.cc | 149 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/ |
D | extension_util_unittest.cc | 47 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/ |
D | newtab.js | 300 launch_url: templateData.web_store_url, 385 window.location = app.launch_url;
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
D | app_launcher_handler.cc | 676 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/ |
D | external_protocol_dialog.mm | 124 UMA_HISTOGRAM_LONG_TIMES("clickjacking.launch_url",
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | external_protocol_dialog.mm | 133 UMA_HISTOGRAM_LONG_TIMES("clickjacking.launch_url",
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | content_settings_handler.cc | 244 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/ |
D | new_tab.js | 296 launch_url: templateData.web_store_url,
|