Searched refs:Delegate (Results 126 - 150 of 1470) sorted by relevance

1234567891011>>

/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/ui/base/ime/win/
H A Dtsf_event_router.cc20 // TSFEventRouter::Delegate ------------------------------------
27 class ATL_NO_VTABLE TSFEventRouter::Delegate class in class:ui::TSFEventRouter
32 BEGIN_COM_MAP(Delegate)
37 Delegate();
38 ~Delegate();
90 DISALLOW_COPY_AND_ASSIGN(Delegate);
93 TSFEventRouter::Delegate::Delegate() function in class:ui::TSFEventRouter::Delegate
100 TSFEventRouter::Delegate::~Delegate() {}
[all...]
/external/chromium_org/content/browser/
H A Dpower_save_blocker_x11.cc71 class PowerSaveBlockerImpl::Delegate class in class:content::PowerSaveBlockerImpl
72 : public base::RefCountedThreadSafe<PowerSaveBlockerImpl::Delegate> {
75 Delegate(PowerSaveBlockerType type, const std::string& reason);
86 friend class base::RefCountedThreadSafe<Delegate>;
87 ~Delegate() {}
129 DISALLOW_COPY_AND_ASSIGN(Delegate);
132 PowerSaveBlockerImpl::Delegate::Delegate(PowerSaveBlockerType type, function in class:content::PowerSaveBlockerImpl::Delegate
143 void PowerSaveBlockerImpl::Delegate::Init() {
148 base::Bind(&Delegate
[all...]
H A Dpower_save_blocker_win.cc110 class PowerSaveBlockerImpl::Delegate class in class:content::PowerSaveBlockerImpl
111 : public base::RefCountedThreadSafe<PowerSaveBlockerImpl::Delegate> {
113 Delegate(PowerSaveBlockerType type, const std::string& reason) function in class:content::PowerSaveBlockerImpl::Delegate
124 friend class base::RefCountedThreadSafe<Delegate>;
125 ~Delegate() {}
131 DISALLOW_COPY_AND_ASSIGN(Delegate);
134 void PowerSaveBlockerImpl::Delegate::ApplyBlock() {
142 void PowerSaveBlockerImpl::Delegate::RemoveBlock() {
150 POWER_REQUEST_TYPE PowerSaveBlockerImpl::Delegate::RequestType() {
162 : delegate_(new Delegate(typ
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dmock_auth_response_handler.h38 URLFetcher::Delegate* catcher));
40 URLFetcher* MockNetwork(std::string data, URLFetcher::Delegate* delegate);
48 static void CompleteFetch(URLFetcher::Delegate* delegate,
H A Dlogin_display.h20 // Delegate to be used while user removing.
34 class Delegate { class in class:chromeos::LoginDisplay
60 virtual ~Delegate();
64 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);
101 Delegate* delegate() { return delegate_; }
102 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
111 Delegate* delegate_;
/external/chromium/net/socket/
H A Ddns_cert_provenance_checker.h21 class Delegate { class in class:net::DnsCertProvenanceChecker
23 virtual ~Delegate();
43 // chain. In the event that the lookup reports a failure, the Delegate is
49 Delegate* delegate);
/external/chromium_org/ash/wm/
H A Doverlay_event_filter.h26 class Delegate { class in class:ash::internal::OverlayEventFilter
46 void Activate(Delegate* delegate);
63 Delegate* delegate_;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dcaptive_portal_window_proxy.h21 // Delegate interface for CaptivePortalWindowProxy.
34 typedef CaptivePortalWindowProxyDelegate Delegate; typedef in class:chromeos::CaptivePortalWindowProxy
36 CaptivePortalWindowProxy(Delegate* delegate, gfx::NativeWindow parent);
90 Delegate* delegate_;
H A Donline_attempt_host.h26 class Delegate { class in class:chromeos::OnlineAttemptHost
32 explicit OnlineAttemptHost(Delegate *delegate);
53 Delegate* delegate_;
H A Dlogin_performer.h32 public OnlineAttemptHost::Delegate {
41 // Delegate class to get notifications from the LoginPerformer.
42 class Delegate : public LoginStatusConsumer { class in class:chromeos::LoginPerformer
44 virtual ~Delegate() {}
50 explicit LoginPerformer(Delegate* delegate);
105 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
110 // Implements OnlineAttemptHost::Delegate.
134 Delegate* delegate_;
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dmock_network_screen.h26 virtual void SetDelegate(Delegate* delegate);
28 MOCK_METHOD1(MockSetDelegate, void(Delegate* delegate));
41 Delegate* delegate_;
H A Dmock_update_screen.h28 virtual void SetDelegate(UpdateScreenActor::Delegate* screen) OVERRIDE;
30 MOCK_METHOD1(MockSetDelegate, void(UpdateScreenActor::Delegate* screen));
44 UpdateScreenActor::Delegate* screen_;
H A Dupdate_screen_actor.h22 class Delegate { class in class:chromeos::UpdateScreenActor
24 virtual ~Delegate() {}
35 virtual void SetDelegate(Delegate* screen) = 0;
H A Duser_image_screen_actor.h22 class Delegate { class in class:chromeos::UserImageScreenActor
24 virtual ~Delegate() {}
48 virtual void SetDelegate(Delegate* screen) = 0;
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_device_lister_impl.h23 PrivetDeviceLister::Delegate* delegate,
28 PrivetDeviceLister::Delegate* delegate);
54 PrivetDeviceLister::Delegate* delegate_;
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_info_fetcher.h26 // a provided Delegate when the request is complete.
29 class Delegate { class in class:policy::UserInfoFetcher
32 // response in |response|. Delegate may free the UserInfoFetcher in this
38 // error in |error|. Delegate may free the UserInfoFetcher in this
44 UserInfoFetcher(Delegate* delegate, net::URLRequestContextGetter* context);
54 Delegate* delegate_;
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_install_dialog_controller.h23 public ExtensionInstallPrompt::Delegate,
28 ExtensionInstallPrompt::Delegate* delegate,
32 // ExtensionInstallPrompt::Delegate implementation.
48 ExtensionInstallPrompt::Delegate* delegate_;
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system.h75 class Delegate { class in class:cloud_print::PrintSystem::PrintServerWatcher
81 virtual ~Delegate() {}
84 virtual bool StartWatching(PrintServerWatcher::Delegate* delegate) = 0;
95 class Delegate { class in class:cloud_print::PrintSystem::PrinterWatcher
102 virtual ~Delegate() {}
105 virtual bool StartWatching(PrinterWatcher::Delegate* delegate) = 0;
118 class Delegate { class in class:cloud_print::PrintSystem::JobSpooler
124 virtual ~Delegate() {}
129 // time. Subsequent calls to Spool (before the Delegate::OnJobSpoolSucceeded
130 // or Delegate
[all...]
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_service_provider.h30 // passed on to your Delegate object for handling. Responses should be returned
35 class Delegate { class in class:chromeos::BluetoothProfileServiceProvider
37 virtual ~Delegate() {}
111 Delegate* delegate);
/external/chromium_org/net/socket/
H A Dtcp_listen_socket.h23 const std::string& ip, int port, StreamListenSocket::Delegate* del);
35 TCPListenSocket(SocketDescriptor s, StreamListenSocket::Delegate* del);
53 StreamListenSocket::Delegate* delegate) const OVERRIDE;
/external/chromium/chrome/browser/extensions/
H A Dextension_function_dispatcher.h33 class Delegate { class in class:ExtensionFunctionDispatcher
50 virtual ~Delegate() {}
81 Delegate* delegate,
86 Delegate* delegate() { return delegate_; }
120 Delegate* delegate,
131 Delegate* delegate_;
/external/chromium/net/base/
H A Dnetwork_config_watcher_mac.cc24 NetworkConfigWatcherMac::Delegate* net_config_delegate =
25 static_cast<NetworkConfigWatcherMac::Delegate*>(config_delegate);
31 NetworkConfigWatcherMacThread(NetworkConfigWatcherMac::Delegate* delegate);
45 NetworkConfigWatcherMac::Delegate* const delegate_;
52 NetworkConfigWatcherMac::Delegate* delegate)
111 NetworkConfigWatcherMac::NetworkConfigWatcherMac(Delegate* delegate)
/external/chromium_org/content/renderer/media/
H A Dvideo_capture_message_filter.h27 class CONTENT_EXPORT Delegate { class in class:content::VideoCaptureMessageFilter
55 virtual ~Delegate() {}
61 void AddDelegate(Delegate* delegate);
64 void RemoveDelegate(Delegate* delegate);
82 typedef std::map<int32, Delegate*> Delegates;
101 Delegate* find_delegate(int device_id) const;
/external/chromium_org/net/base/
H A Dnetwork_config_watcher_mac.cc25 NetworkConfigWatcherMac::Delegate* net_config_delegate =
26 static_cast<NetworkConfigWatcherMac::Delegate*>(config_delegate);
33 NetworkConfigWatcherMacThread(NetworkConfigWatcherMac::Delegate* delegate);
47 NetworkConfigWatcherMac::Delegate* const delegate_;
54 NetworkConfigWatcherMac::Delegate* delegate)
121 NetworkConfigWatcherMac::NetworkConfigWatcherMac(Delegate* delegate)

Completed in 327 milliseconds

1234567891011>>