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

/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_inline_installer_factory.cc14 const std::string& webstore_item_id,
18 contents, webstore_item_id, requestor_url, callback);
12 CreateInstaller( content::WebContents* contents, const std::string& webstore_item_id, const GURL& requestor_url, const WebstoreStandaloneInstaller::Callback& callback) argument
H A Dwebstore_startup_installer.cc10 const std::string& webstore_item_id,
14 : WebstoreInstallWithPrompt(webstore_item_id, profile, callback),
9 WebstoreStartupInstaller( const std::string& webstore_item_id, Profile* profile, bool show_prompt, const Callback& callback) argument
H A Dwebstore_data_fetcher.cc28 const std::string webstore_item_id)
32 id_(webstore_item_id),
24 WebstoreDataFetcher( WebstoreDataFetcherDelegate* delegate, net::URLRequestContextGetter* request_context, const GURL& referrer_url, const std::string webstore_item_id) argument
H A Dwebstore_install_with_prompt.cc18 const std::string& webstore_item_id,
21 : WebstoreStandaloneInstaller(webstore_item_id, profile, callback),
30 const std::string& webstore_item_id,
34 : WebstoreStandaloneInstaller(webstore_item_id, profile, callback),
17 WebstoreInstallWithPrompt( const std::string& webstore_item_id, Profile* profile, const Callback& callback) argument
29 WebstoreInstallWithPrompt( const std::string& webstore_item_id, Profile* profile, gfx::NativeWindow parent_window, const Callback& callback) argument
H A Dwebstore_inline_installer.cc28 const std::string& webstore_item_id,
32 webstore_item_id,
26 WebstoreInlineInstaller( content::WebContents* web_contents, const std::string& webstore_item_id, const GURL& requestor_url, const Callback& callback) argument
H A Dwebstore_standalone_installer.cc42 const std::string& webstore_item_id,
45 : id_(webstore_item_id),
41 WebstoreStandaloneInstaller( const std::string& webstore_item_id, Profile* profile, const Callback& callback) argument
H A Dtab_helper.cc342 const std::string& webstore_item_id,
357 return_route_id, this, webstore_item_id, listeners_mask);
367 webstore_item_id,
340 OnInlineWebstoreInstall(int install_id, int return_route_id, const std::string& webstore_item_id, const GURL& requestor_url, int listeners_mask) argument
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_installer.cc9 WebstoreInstaller::WebstoreInstaller(const std::string& webstore_item_id, argument
13 : WebstoreInstallWithPrompt(webstore_item_id,
/external/chromium_org/chrome/renderer/extensions/
H A Dwebstore_bindings.cc80 std::string webstore_item_id; local
85 frame, preferred_store_link_url, &webstore_item_id, &error)) {
96 webstore_item_id,
106 std::string* webstore_item_id, std::string* error) {
182 *webstore_item_id = candidate_webstore_item_id;
104 GetWebstoreItemIdFromFrame( WebFrame* frame, const std::string& preferred_store_link_url, std::string* webstore_item_id, std::string* error) argument
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_launcher.cc98 const std::string& webstore_item_id,
103 new EphemeralAppLauncher(webstore_item_id,
113 const std::string& webstore_item_id,
117 new EphemeralAppLauncher(webstore_item_id, web_contents, callback);
157 EphemeralAppLauncher::EphemeralAppLauncher(const std::string& webstore_item_id, argument
161 : WebstoreStandaloneInstaller(webstore_item_id, profile, Callback()),
168 EphemeralAppLauncher::EphemeralAppLauncher(const std::string& webstore_item_id, argument
171 : WebstoreStandaloneInstaller(webstore_item_id,
97 CreateForLauncher( const std::string& webstore_item_id, Profile* profile, gfx::NativeWindow parent_window, const LaunchCallback& callback) argument
112 CreateForWebContents( const std::string& webstore_item_id, content::WebContents* web_contents, const LaunchCallback& callback) argument

Completed in 207 milliseconds