Searched refs:Callback (Results 401 - 425 of 2184) sorted by path

<<11121314151617181920>>

/external/chromium_org/chrome/browser/extensions/
H A Dbookmark_app_helper.h35 typedef base::Callback<void(const Extension*, const WebApplicationInfo&)>
106 const base::Callback<void(const WebApplicationInfo&)> callback);
H A Dcontext_menu_matcher.cc46 const base::Callback<bool(const MenuItem*)>& filter)
H A Dcontext_menu_matcher.h42 const base::Callback<bool(const MenuItem*)>& filter);
99 base::Callback<bool(const MenuItem*)> filter_;
H A Dextension_assets_manager.h26 // Callback that is invoked when the extension assets are installed.
28 typedef base::Callback<void(const base::FilePath& file_path)>
H A Dextension_creator.cc199 const base::Callback<bool(const base::FilePath&)>& filter_cb =
H A Dextension_install_checker.cc32 const Callback& callback) {
166 Callback callback_copy = callback_;
H A Dextension_install_checker.h30 typedef base::Callback<void(int)> Callback; typedef in class:extensions::ExtensionInstallChecker
55 void Start(int enabled_checks, bool fail_fast, const Callback& callback);
126 Callback callback_;
H A Dextension_install_prompt.h288 typedef base::Callback<void(const ExtensionInstallPrompt::ShowParams&,
293 // Callback to show the default extension install dialog.
H A Dextension_tab_util.cc563 const base::Callback<void(WebContents*)>& callback) {
H A Dextension_tab_util.h169 const base::Callback<void(content::WebContents*)>& callback);
H A Dextension_test_notification_observer.cc28 typedef base::Callback<bool(void)> ConditionCallback;
H A Dextension_test_notification_observer.h96 void WaitForCondition(const base::Callback<bool(void)>& condition,
118 base::Callback<bool(void)> condition_;
H A Dextension_web_ui.cc354 base::Callback<void(WebContents*)> callback =
H A Dfavicon_downloader.h30 typedef base::Callback<void(
92 // Callback to run on favicon download completion.
H A Dinstall_signer.h63 typedef base::Callback<void(scoped_ptr<InstallSignature>)> SignatureCallback;
H A Drequirements_checker.cc31 base::Callback<void(std::vector<std::string> errors)> callback) {
H A Drequirements_checker.h35 base::Callback<void(std::vector<std::string> requirement)> callback);
51 base::Callback<void(std::vector<std::string> requirement_errorss)> callback_;
H A Dstartup_helper.cc51 WebstoreStandaloneInstaller::Callback callback) {
242 typedef base::Callback<void()> DoneCallback;
254 WebstoreStandaloneInstaller::Callback Callback();
272 WebstoreStandaloneInstaller::Callback AppInstallHelper::Callback() { function in class:extensions::__anon4018::AppInstallHelper
284 WebstoreStandaloneInstaller::Callback callback =
H A Dtab_helper.cc359 WebstoreStandaloneInstaller::Callback callback =
H A Dunpacked_installer.h32 typedef base::Callback<void(const base::FilePath&, const std::string&)>
83 // Callback from ExtensionInstallChecker.
H A Duser_script_loader.cc40 typedef base::Callback<
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_cache.h22 // Callback that is invoked when the file placed when PutExtension done.
23 typedef base::Callback<void(const base::FilePath& file_path,
H A Dextension_downloader.h61 typedef base::Callback<
H A Dextension_updater.cc102 const base::Callback<void(const std::set<std::string>&)>& callback,
109 const base::Callback<void(const std::set<std::string>&)>& callback) {
167 const base::Callback<void(const std::set<std::string>&)>& callback) {
H A Dlocal_extension_cache.h25 // Callback invoked on UI thread when PutExtension is completed.
26 typedef base::Callback<void(const base::FilePath& file_path,

Completed in 303 milliseconds

<<11121314151617181920>>