Searched defs:launch_url (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dextension_set_unittest.cc17 const std::string& launch_url,
30 if (!launch_url.empty())
31 manifest.SetString("app.launch.web_url", launch_url);
16 CreateTestExtension(const std::string& name, const std::string& launch_url, const std::string& extent) argument
H A Dextension.cc1275 std::string launch_url; local
1276 if (!temp->GetAsString(&launch_url)) {
1282 GURL url(launch_url);
1289 launch_web_url_ = launch_url;
1297 GURL launch_url(launch_web_url());
1303 pattern.set_host(launch_url.host());
/external/chromium_org/chrome/browser/autocomplete/
H A Dextension_app_provider.h52 string16 launch_url; member in struct:ExtensionAppProvider::ExtensionApp
53 // If false, then the launch_url will not be considered for matching,
H A Dextension_app_provider_unittest.cc55 const char* launch_url; member in struct:TestExtensionApp
71 ASCIIToUTF16(kExtensionApps[i].launch_url),
77 history::URLRow info(GURL(kExtensionApps[i].launch_url));
H A Dextension_app_provider.cc80 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(),
127 const string16& url = app->launch_url;
168 GURL launch_url = app->is_platform_app() ? local
170 DCHECK(launch_url.is_valid());
174 UTF8ToUTF16(launch_url.spec()),
/external/chromium_org/chrome/common/extensions/
H A Dextension_set_unittest.cc19 const std::string& launch_url,
32 if (!launch_url.empty())
33 manifest.SetString("app.launch.web_url", launch_url);
18 CreateTestExtension(const std::string& name, const std::string& launch_url, const std::string& extent) argument
H A Dsync_type_unittest.cc32 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,
29 MakeSyncTestExtensionWithPluginPermission( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags, int num_plugins, bool has_plugin_permission, const std::string& expected_error) argument
81 MakeSyncTestExtension( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags) argument
/external/chromium/chrome/browser/sync/glue/
H A Dextension_util_unittest.cc47 const GURL& launch_url,
62 if (!launch_url.is_empty()) {
64 launch_url.spec());
45 MakeExtension( bool is_theme, const GURL& update_url, const GURL& launch_url, bool converted_from_user_script, Extension::Location location, int num_plugins, const FilePath& extension_path) argument
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dapp_launch_info.cc148 std::string launch_url; local
149 if (!temp->GetAsString(&launch_url)) {
157 GURL url(launch_url);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc241 GURL launch_url = local
244 if (web_extent.MatchesURL(launch_url))
246 AddExceptionForHostedApp(launch_url.spec(), *extension->get(), exceptions);

Completed in 417 milliseconds