Searched defs:Delegate (Results 101 - 125 of 294) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_verifier.h32 class Delegate { class in class:chromeos::OAuth2LoginVerifier
34 virtual ~Delegate() {}
49 OAuth2LoginVerifier(OAuth2LoginVerifier::Delegate* delegate,
112 OAuth2LoginVerifier::Delegate* delegate_;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dversion_info_updater.h25 class Delegate { class in class:chromeos::VersionInfoUpdater
27 virtual ~Delegate() {}
38 explicit VersionInfoUpdater(Delegate* delegate);
42 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
82 Delegate* delegate_;
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_database.h39 // \--(ActivityDatabase::Delegate)-/
43 // (as an instance of ActivityDatabase::Delegate).
51 // ActivityDatabase::Delegate::OnDatabaseClose().
52 // 4. ActivityDatabase::Delegate::OnDatabaseClose() should delete the
58 // ActivityDatabase and implements the ActivityDatabase::Delegate interface.
67 class Delegate { class in class:extensions::ActivityDatabase
71 // A Delegate is never directly deleted; it should instead delete itself
73 virtual ~Delegate() {}
101 // Need to call Init to actually use the ActivityDatabase. The Delegate
104 explicit ActivityDatabase(Delegate* delegat
[all...]
/external/chromium_org/chrome/browser/
H A Dicon_loader.h44 class Delegate { class in class:IconLoader
59 virtual ~Delegate() {}
64 Delegate* delegate);
101 Delegate* delegate_;
H A Dimage_decoder.h21 class Delegate { class in class:ImageDecoder
29 // Called when decoding image failed. Delegate can do some cleanup in
34 virtual ~Delegate() {}
42 ImageDecoder(Delegate* delegate,
54 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
71 Delegate* delegate_;
/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_icon_menu_model.h27 public ui::SimpleMenuModel::Delegate,
30 class Delegate { class in class:StatusIconMenuModel
42 virtual ~Delegate() {}
54 // The Delegate can be NULL.
55 explicit StatusIconMenuModel(Delegate* delegate);
79 // Overridden from ui::SimpleMenuModel::Delegate:
97 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
98 Delegate* delegate() { return delegate_; }
101 // Overridden from ui::SimpleMenuModel::Delegate:
114 Delegate* delegate
[all...]
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.h30 class Delegate { class in class:BackgroundContents
43 virtual ~Delegate() {}
49 Delegate* delegate,
84 Delegate* delegate_;
/external/chromium_org/chrome/service/cloud_print/
H A Djob_status_updater.h27 class Delegate { class in class:cloud_print::JobStatusUpdater
33 virtual ~Delegate() {}
41 Delegate* delegate);
47 // CloudPrintURLFetcher::Delegate implementation.
72 Delegate* delegate_;
80 // Visual Studio where it gets confused between multiple Delegate
83 typedef JobStatusUpdater::Delegate JobStatusUpdaterDelegate;
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_xmpp_listener.h39 class Delegate { class in class:CloudPrintXmppListener
41 virtual ~Delegate() {}
66 Delegate* delegate);
120 Delegate* delegate_;
/external/chromium_org/content/browser/
H A Dpower_save_blocker_android.cc22 class PowerSaveBlockerImpl::Delegate class in class:content::PowerSaveBlockerImpl
23 : public base::RefCountedThreadSafe<PowerSaveBlockerImpl::Delegate> {
25 explicit Delegate(NativeView view_android) { function in class:content::PowerSaveBlockerImpl::Delegate
35 friend class base::RefCountedThreadSafe<Delegate>;
36 ~Delegate() {}
40 DISALLOW_COPY_AND_ASSIGN(Delegate);
43 void PowerSaveBlockerImpl::Delegate::ApplyBlock() {
51 void PowerSaveBlockerImpl::Delegate::RemoveBlock() {
68 base::Bind(&Delegate::RemoveBlock, delegate_));
76 delegate_ = new Delegate(view_androi
[all...]
/external/chromium_org/content/browser/ssl/
H A Dssl_error_handler.h45 // Delegate functions must be called from IO thread. All functions accept
50 class CONTENT_EXPORT Delegate { class in class:content::SSLErrorHandler
63 virtual ~Delegate() {}
110 SSLErrorHandler(const base::WeakPtr<Delegate>& delegate,
133 base::WeakPtr<Delegate> delegate_;
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider.h28 class CONTENT_EXPORT Delegate { class in class:content::WindowSlider
30 virtual ~Delegate() {}
69 WindowSlider(Delegate* delegate,
92 // Note that depending on the sate of the Delegate and the WindowSlider, this
117 Delegate* delegate_;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_device_enumeration_host_helper.h41 class Delegate { class in class:content::PepperDeviceEnumerationHostHelper
43 virtual ~Delegate() {}
62 base::WeakPtr<Delegate> delegate,
97 base::WeakPtr<Delegate> delegate_;
/external/chromium_org/mojo/examples/window_manager/
H A Ddebug_panel.h33 class Delegate { class in class:mojo::examples::DebugPanel
41 virtual ~Delegate(){}
44 DebugPanel(Delegate* delegate, View* view);
58 Delegate* delegate_;
/external/chromium_org/ppapi/proxy/
H A Dproxy_channel.h32 class PPAPI_PROXY_EXPORT Delegate { class in class:ppapi::proxy::ProxyChannel
34 virtual ~Delegate() {}
93 virtual bool InitWithChannel(Delegate* delegate,
98 ProxyChannel::Delegate* delegate() const {
104 ProxyChannel::Delegate* delegate_;
/external/chromium_org/printing/
H A Dprinting_context.h29 class Delegate { class in class:printing::PrintingContext
31 Delegate() {}; function in class:printing::PrintingContext::Delegate
32 virtual ~Delegate() {};
115 static scoped_ptr<PrintingContext> Create(Delegate* delegate);
124 explicit PrintingContext(Delegate* delegate);
136 Delegate* delegate_;
/external/chromium_org/base/threading/
H A Dplatform_thread.h129 class BASE_EXPORT Delegate { class in class:base::PlatformThread
134 virtual ~Delegate() {}
168 // the Delegate object outlives the thread.
169 static bool Create(size_t stack_size, Delegate* delegate,
177 static bool CreateWithPriority(size_t stack_size, Delegate* delegate,
184 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dexternal_cache.h44 class Delegate { class in class:chromeos::ExternalCache
46 virtual ~Delegate() {}
73 Delegate* delegate,
168 // Delegate that would like to get notifications about cache updates.
169 Delegate* delegate_;
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_web_dialog.h30 // Delegate class to get notifications from the dialog.
31 class Delegate { class in class:chromeos::LoginWebDialog
37 virtual ~Delegate() {}
46 Delegate* delegate,
97 Delegate* delegate_;
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_config_view.h35 class Delegate { class in class:chromeos::NetworkConfigView
44 virtual ~Delegate() {}
76 void set_delegate(Delegate* delegate) {
106 Delegate* delegate_;
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_ui_bindings.h36 public content::DevToolsFrontendHost::Delegate,
37 public DevToolsEmbedderMessageDispatcher::Delegate,
45 class Delegate { class in class:DevToolsUIBindings
47 virtual ~Delegate() {}
71 void SetDelegate(Delegate* delegate);
87 // content::DevToolsFrontendHost::Delegate implementation.
101 // DevToolsEmbedderMessageDispatcher::Delegate implementation.
178 scoped_ptr<Delegate> delegate_;
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dweb_auth_flow.h61 class Delegate { class in class:extensions::WebAuthFlow
73 virtual ~Delegate() {}
78 WebAuthFlow(Delegate* delegate,
124 Delegate* delegate_;
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.h38 class Delegate { class in class:local_discovery::PrivetNotificationsListener
40 virtual ~Delegate() {}
51 Delegate* delegate);
54 // These two methods are akin to those of PrivetDeviceLister::Delegate. The
84 Delegate* delegate_;
93 public PrivetDeviceLister::Delegate,
94 public PrivetNotificationsListener::Delegate,
100 // PrivetDeviceLister::Delegate implementation:
105 // PrivetNotificationListener::Delegate implementation:
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter.h43 class EvictedDomainCookieCounter : public net::CookieMonster::Delegate {
63 class Delegate { class in class:chrome_browser_net::EvictedDomainCookieCounter
65 virtual ~Delegate() {}
77 scoped_refptr<net::CookieMonster::Delegate> next_cookie_monster_delegate);
81 scoped_refptr<net::CookieMonster::Delegate> next_cookie_monster_delegate,
82 scoped_ptr<Delegate> cookie_counter_delegate,
89 // CookieMonster::Delegate implementation.
130 scoped_refptr<net::CookieMonster::Delegate> next_cookie_monster_delegate_;
132 scoped_ptr<Delegate> cookie_counter_delegate_;
/external/chromium_org/chrome/browser/notifications/
H A Dextension_welcome_notification.h48 class Delegate { class in class:ExtensionWelcomeNotification
50 Delegate() {} function in class:ExtensionWelcomeNotification::Delegate
51 virtual ~Delegate() {}
58 DISALLOW_COPY_AND_ASSIGN(Delegate);
76 Delegate* const delegate);
93 ExtensionWelcomeNotification::Delegate* const delegate);
157 // Delegate for Chrome global calls like base::Time::GetTime() for
159 scoped_ptr<Delegate> delegate_;

Completed in 2141 milliseconds

1234567891011>>