Searched defs:delegate (Results 276 - 300 of 1356) sorted by path

<<11121314151617181920>>

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_signin_flow.cc17 IdentitySigninFlow::IdentitySigninFlow(Delegate* delegate, Profile* profile) argument
18 : delegate_(delegate),
H A Dweb_auth_flow.cc45 Delegate* delegate,
49 : delegate_(delegate),
44 WebAuthFlow( Delegate* delegate, Profile* profile, const GURL& provider_url, Mode mode) argument
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_device_lister.cc34 DnsSdDelegate* delegate,
36 : delegate_(delegate),
32 DnsSdDeviceLister( local_discovery::ServiceDiscoveryClient* service_discovery_client, DnsSdDelegate* delegate, const std::string& service_type) argument
H A Ddns_sd_registry.cc124 DnsSdDelegate* delegate,
127 return new DnsSdDeviceLister(discovery_client, delegate, service_type);
123 CreateDnsSdDeviceLister( DnsSdDelegate* delegate, const std::string& service_type, local_discovery::ServiceDiscoverySharedClient* discovery_client) argument
/external/chromium_org/chrome/browser/extensions/api/page_capture/
H A Dpage_capture_api.cc54 void PageCaptureSaveAsMHTMLFunction::SetTestDelegate(TestDelegate* delegate) { argument
55 test_delegate_ = delegate;
H A Dpage_capture_apitest.cc45 PageCaptureSaveAsMHTMLDelegate delegate; local
47 ASSERT_FALSE(delegate.temp_file_.empty());
51 ASSERT_FALSE(base::PathExists(delegate.temp_file_));
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dobfuscated_gaia_id_fetcher.cc51 Delegate* delegate,
54 delegate_(delegate) {
55 DCHECK(delegate);
49 ObfuscatedGaiaIdFetcher( URLRequestContextGetter* context, Delegate* delegate, const std::string& access_token) argument
H A Dobfuscated_gaia_id_fetcher_unittest.cc77 TestDelegate delegate; local
78 ObfuscatedGaiaIdFetcher fetcher(NULL, &delegate, std::string());
87 EXPECT_TRUE(delegate.succeeded());
91 TestDelegate delegate; local
92 ObfuscatedGaiaIdFetcher fetcher(NULL, &delegate, std::string());
101 EXPECT_TRUE(delegate.failed());
H A Dpush_messaging_invalidation_handler.cc84 PushMessagingInvalidationHandlerDelegate* delegate)
86 delegate_(delegate) {
82 PushMessagingInvalidationHandler( invalidation::InvalidationService* service, PushMessagingInvalidationHandlerDelegate* delegate) argument
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_api.cc448 TabRestoreServiceDelegate* delegate = local
452 tab_restore_service->RestoreMostRecentEntry(delegate, host_desktop_type);
488 TabRestoreServiceDelegate* delegate = local
492 tab_restore_service->RestoreEntryById(delegate,
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dpolicy_value_store.cc34 scoped_ptr<ValueStore> delegate)
37 delegate_(delegate.Pass()) {}
31 PolicyValueStore( const std::string& extension_id, const scoped_refptr<SettingsObserverList>& observers, scoped_ptr<ValueStore> delegate) argument
H A Dpolicy_value_store.h32 scoped_ptr<ValueStore> delegate);
63 ValueStore* delegate() { return delegate_.get(); } function in class:extensions::PolicyValueStore
H A Dsyncable_settings_storage.cc23 ValueStore* delegate,
28 delegate_(delegate),
19 SyncableSettingsStorage( const scoped_refptr<ObserverListThreadSafe<SettingsObserver> >& observers, const std::string& extension_id, ValueStore* delegate, syncer::ModelType sync_type, const syncer::SyncableService::StartSyncFlare& flare) argument
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_api.cc150 WebstoreInstaller::Delegate* delegate) {
151 test_webstore_installer_delegate = delegate;
197 dispatcher()->delegate()->GetAssociatedWebContents(),
520 dispatcher()->delegate()->GetAssociatedWebContents(),
149 SetWebstoreInstallerDelegateForTesting( WebstoreInstaller::Delegate* delegate) argument
/external/chromium_org/chrome/browser/extensions/
H A Dapp_icon_loader_impl.cc36 AppIconLoader::Delegate* delegate)
38 delegate_(delegate),
33 AppIconLoaderImpl( Profile* profile, int icon_size, AppIconLoader::Delegate* delegate) argument
H A Dbundle_installer.cc136 void BundleInstaller::PromptForApproval(Delegate* delegate) { argument
137 delegate_ = delegate;
145 Delegate* delegate) {
148 delegate_ = delegate;
144 CompleteInstall(content::WebContents* web_contents, Delegate* delegate) argument
H A Dcontext_menu_matcher.cc44 ui::SimpleMenuModel::Delegate* delegate,
49 delegate_(delegate),
42 ContextMenuMatcher( content::BrowserContext* browser_context, ui::SimpleMenuModel::Delegate* delegate, ui::SimpleMenuModel* menu_model, const base::Callback<bool(const MenuItem*)>& filter) argument
H A Dextension_context_menu_model.cc100 PopupDelegate* delegate)
105 delegate_(delegate),
98 ExtensionContextMenuModel(const Extension* extension, Browser* browser, PopupDelegate* delegate) argument
H A Dextension_error_controller_unittest.cc28 explicit MockExtensionErrorUI(ExtensionErrorUI::Delegate* delegate);
36 ExtensionErrorUI::Delegate* delegate() { return delegate_; } function in class:extensions::__anon3929::MockExtensionErrorUI
44 // Keep a copy of the delegate around for ourselves.
55 ExtensionErrorUI::Delegate* delegate)
56 : ExtensionErrorUI(delegate),
57 delegate_(delegate) {
89 ExtensionErrorUI* CreateMockUI(ExtensionErrorUI::Delegate* delegate) { argument
90 return new MockExtensionErrorUI(delegate);
162 ExtensionErrorUI::Delegate* delegate = g_error_ui->delegate(); local
54 MockExtensionErrorUI( ExtensionErrorUI::Delegate* delegate) argument
[all...]
H A Dextension_error_ui.cc40 ExtensionErrorUI::ExtensionErrorUI(Delegate* delegate) : delegate_(delegate) {} argument
H A Dextension_error_ui_default.cc19 ExtensionErrorUI::Delegate* delegate)
20 : ExtensionErrorUI(delegate),
21 profile_(Profile::FromBrowserContext(delegate->GetContext())),
114 ExtensionErrorUI::Delegate* delegate) {
115 return new ExtensionErrorUIDefault(delegate);
18 ExtensionErrorUIDefault( ExtensionErrorUI::Delegate* delegate) argument
113 Create( ExtensionErrorUI::Delegate* delegate) argument
H A Dextension_install_prompt.cc147 bool AutoConfirmPrompt(ExtensionInstallPrompt::Delegate* delegate) { argument
151 // We use PostTask instead of calling the delegate directly here, because in
158 base::Unretained(delegate)));
164 base::Unretained(delegate),
649 Delegate* delegate,
655 delegate_ = delegate;
663 Delegate* delegate,
671 ConfirmInstall(delegate, extension, show_dialog_callback);
675 Delegate* delegate,
680 delegate_ = delegate;
648 ConfirmStandaloneInstall( Delegate* delegate, const Extension* extension, SkBitmap* icon, scoped_refptr<Prompt> prompt) argument
662 ConfirmWebstoreInstall( Delegate* delegate, const Extension* extension, const SkBitmap* icon, const ShowDialogCallback& show_dialog_callback) argument
674 ConfirmInstall( Delegate* delegate, const Extension* extension, const ShowDialogCallback& show_dialog_callback) argument
702 ConfirmReEnable(Delegate* delegate, const Extension* extension) argument
726 ConfirmExternalInstall( Delegate* delegate, const Extension* extension, const ShowDialogCallback& show_dialog_callback, scoped_refptr<Prompt> prompt) argument
740 ConfirmPermissions( Delegate* delegate, const Extension* extension, const PermissionSet* permissions) argument
753 ReviewPermissions( Delegate* delegate, const Extension* extension, const std::vector<base::FilePath>& retained_file_paths) argument
[all...]
H A Dextension_install_prompt_unittest.cc28 ExtensionInstallPrompt::Delegate* delegate,
62 prompt.ConfirmPermissions(NULL, // no delegate
23 VerifyPromptPermissionsCallback( const base::Closure& quit_closure, size_t regular_permissions_count, size_t withheld_permissions_count, const ExtensionInstallPrompt::ShowParams& params, ExtensionInstallPrompt::Delegate* delegate, scoped_refptr<ExtensionInstallPrompt::Prompt> install_prompt) argument
H A Dextension_install_ui_browsertest.cc47 ConfirmInfoBarDelegate* delegate = local
48 infobar_service->infobar_at(0)->delegate()->AsConfirmInfoBarDelegate();
49 ASSERT_TRUE(delegate);
50 delegate->Cancel();
H A Dextension_keybinding_registry.cc29 Delegate* delegate)
32 delegate_(delegate),
112 // not set the delegate as it deals only with named commands (not page/browser
26 ExtensionKeybindingRegistry( content::BrowserContext* context, ExtensionFilter extension_filter, Delegate* delegate) argument

Completed in 1134 milliseconds

<<11121314151617181920>>