Searched refs:launch_url (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/autocomplete/ |
D | extension_app_provider.cc | 84 app.should_match_against_launch_url ? app.launch_url : input.text(); in CreateAutocompleteMatch() 85 match.destination_url = GURL(app.launch_url); in CreateAutocompleteMatch() 92 match.description = app.launch_url; in CreateAutocompleteMatch() 94 input.text().length(), app.launch_url.length(), in CreateAutocompleteMatch() 101 app.name.length() : app.launch_url.length(), in CreateAutocompleteMatch() 132 const base::string16& url = app->launch_url; in Start() 173 GURL launch_url = app->is_platform_app() ? in RefreshAppList() local 175 DCHECK(launch_url.is_valid()); in RefreshAppList() 179 base::UTF8ToUTF16(launch_url.spec()), in RefreshAppList()
|
D | extension_app_provider_unittest.cc | 58 const char* launch_url; in SetUp() member 74 ASCIIToUTF16(kExtensionApps[i].launch_url), in SetUp() 80 history::URLRow info(GURL(kExtensionApps[i].launch_url)); in SetUp()
|
D | extension_app_provider.h | 53 base::string16 launch_url; member
|
/external/chromium_org/extensions/common/ |
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()
|
/external/chromium_org/chrome/common/extensions/ |
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 | 150 std::string launch_url; in LoadLaunchURL() local 151 if (!temp->GetAsString(&launch_url)) { in LoadLaunchURL() 159 GURL url(launch_url); in LoadLaunchURL()
|
/external/chromium_org/chrome/browser/extensions/api/management/ |
D | management_api.cc | 903 GURL launch_url(params->url); in RunAsync() local 904 if (!launch_url.is_valid() || !launch_url.SchemeIsHTTPOrHTTPS()) { in RunAsync() 921 launch_url_ = launch_url; in RunAsync() 925 launch_url, favicon_base::FAVICON, gfx::kFaviconSize), in RunAsync()
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
D | app_launcher_handler.cc | 678 GURL launch_url(url); in HandleGenerateAppForLink() local 700 install_info->app_url = launch_url; in HandleGenerateAppForLink() 705 launch_url, favicon_base::FAVICON, gfx::kFaviconSize), in HandleGenerateAppForLink()
|
/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 | 254 GURL launch_url = in AddExceptionsGrantedByHostedApps() local 257 if (web_extent.MatchesURL(launch_url)) in AddExceptionsGrantedByHostedApps() 259 AddExceptionForHostedApp(launch_url.spec(), *extension->get(), exceptions); in AddExceptionsGrantedByHostedApps()
|