HomeSort by relevance Sort by last modified time
    Searched refs:Delegate (Results 1 - 25 of 1494) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/
power_save_blocker_ozone.cc 14 class PowerSaveBlockerImpl::Delegate
15 : public base::RefCountedThreadSafe<PowerSaveBlockerImpl::Delegate> {
17 Delegate() {}
20 friend class base::RefCountedThreadSafe<Delegate>;
21 virtual ~Delegate() {}
23 DISALLOW_COPY_AND_ASSIGN(Delegate);
28 : delegate_(new Delegate()) {
  /external/chromium_org/remoting/host/
pairing_registry_delegate_mac.cc 13 scoped_ptr<PairingRegistry::Delegate> CreatePairingRegistryDelegate() {
14 return scoped_ptr<PairingRegistry::Delegate>();
  /external/chromium_org/ui/linux_ui/
status_icon_linux.cc 7 StatusIconLinux::Delegate::~Delegate() {
status_icon_linux.h 22 // callbacks to a delegate.
25 class Delegate {
31 virtual ~Delegate();
46 Delegate* delegate() { return delegate_; } function in class:StatusIconLinux
47 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
50 Delegate* delegate_;
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_handler.h 18 : public CloudPrintSetupFlow::Delegate,
21 class Delegate {
23 virtual ~Delegate() {}
28 explicit CloudPrintSetupHandler(Delegate* handler);
31 // CloudPrintSetupFlow::Delegate implementation.
35 Delegate* handler_;
41 typedef CloudPrintSetupHandler::Delegate CloudPrintSetupHandlerDelegate;
  /external/chromium_org/chrome/browser/chromeos/login/
login_display.cc 9 LoginDisplay::Delegate::~Delegate() {}
11 LoginDisplay::LoginDisplay(Delegate* delegate,
13 : delegate_(delegate),
  /external/chromium_org/chrome/browser/chromeos/login/screens/
kiosk_autolaunch_screen_actor.h 17 class Delegate {
19 virtual ~Delegate() {}
24 // This method is called, when actor is being destroyed. Note, if Delegate
32 virtual void SetDelegate(Delegate* delegate) = 0;
kiosk_autostart_screen_actor.h 17 class Delegate {
19 virtual ~Delegate() {}
24 // This method is called, when actor is being destroyed. Note, if Delegate
34 virtual void SetDelegate(Delegate* delegate) = 0;
kiosk_enable_screen_actor.h 17 class Delegate {
19 virtual ~Delegate() {}
24 // This method is called, when actor is being destroyed. Note, if Delegate
32 virtual void SetDelegate(Delegate* delegate) = 0;
reset_screen_actor.h 17 class Delegate {
19 virtual ~Delegate() {}
24 // This method is called, when actor is being destroyed. Note, if Delegate
34 virtual void SetDelegate(Delegate* delegate) = 0;
wrong_hwid_screen_actor.h 17 class Delegate {
19 virtual ~Delegate() {}
24 // This method is called, when actor is being destroyed. Note, if Delegate
34 virtual void SetDelegate(Delegate* delegate) = 0;
  /external/chromium_org/chrome_frame/ready_mode/
ready_mode.h 23 class Delegate {
25 virtual ~Delegate() {}
31 }; // class Delegate
37 void Configure(Delegate* chrome_frame, IWebBrowser2* web_browser);
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_signin_flow.h 19 // When the flow completes, the delegate is notified, and on success will
23 class Delegate {
25 Delegate() {}
26 virtual ~Delegate() {}
32 DISALLOW_COPY_AND_ASSIGN(Delegate);
35 IdentitySigninFlow(Delegate* delegate,
46 Delegate* delegate_;
  /external/chromium_org/chrome/browser/ui/views/
load_complete_listener.h 13 // A class which takes a delegate which can be notified after the first page
18 class Delegate {
24 virtual ~Delegate() {}
27 explicit LoadCompleteListener(Delegate* delegate);
39 // Delegate to be notified after the first page load has completed.
40 Delegate* delegate_;
  /external/chromium_org/chrome/browser/chromeos/
session_length_limiter.h 24 class Delegate {
26 virtual ~Delegate();
35 SessionLengthLimiter(Delegate* delegate, bool browser_restarted);
43 scoped_ptr<Delegate> delegate_;
46 scoped_ptr<base::OneShotTimer<SessionLengthLimiter::Delegate> > timer_;
  /external/chromium_org/jingle/notifier/listener/
push_notifications_listen_task.h 29 class Delegate {
34 virtual ~Delegate();
38 Delegate* delegate);
49 Delegate* delegate_;
54 typedef PushNotificationsListenTask::Delegate
  /external/chromium_org/chrome/browser/
crash_upload_list.h 14 // of the crash upload list with the given callback delegate.
15 static CrashUploadList* Create(Delegate* delegate);
21 // Creates a new crash upload list with the given callback delegate.
22 CrashUploadList(Delegate* delegate, const base::FilePath& upload_log_path);
  /external/chromium_org/chrome/browser/media/
webrtc_log_upload_list.h 13 // Creates the WebRTC log upload list with the given callback delegate.
14 static WebRtcLogUploadList* Create(Delegate* delegate);
20 // Creates a new WebRTC log upload list with the given callback delegate.
22 explicit WebRtcLogUploadList(Delegate* delegate,
  /external/chromium_org/ash/system/chromeos/network/
tray_network_state_observer.h 18 class Delegate {
29 virtual ~Delegate() {}
32 explicit TrayNetworkStateObserver(Delegate* delegate);
46 Delegate* delegate_;
  /external/chromium_org/chrome/test/base/
menu_model_test.h 19 // A menu delegate that counts the number of times certain things are called
21 class Delegate : public ui::SimpleMenuModel::Delegate,
24 Delegate() : execute_count_(0), enable_count_(0) {}
39 // match the number of times the delegate is called to ensure every item
43 Delegate delegate_;
  /external/chromium_org/net/quic/
quic_alarm.h 15 // scheduled time, and execute the |OnAlarm| method of the delegate.
21 class NET_EXPORT_PRIVATE Delegate {
23 virtual ~Delegate() {}
31 explicit QuicAlarm(Delegate* delegate);
60 // delegates |OnAlarm| if a delegate is set, and if the deadline
69 scoped_ptr<Delegate> delegate_;
  /external/chromium/base/
message_pump.h 19 // these delegate methods are used.
20 class BASE_API Delegate {
22 virtual ~Delegate() {}
51 // messages as well as for giving cycles to the delegate periodically. The
52 // message pump should take care to mix delegate callbacks with native
107 virtual void Run(Delegate* delegate) = 0;
  /external/chromium/chrome/browser/chromeos/login/
login_display.cc 9 LoginDisplay::Delegate::~Delegate() {}
11 LoginDisplay::LoginDisplay(Delegate* delegate,
13 : delegate_(delegate),
  /external/chromium/chrome/browser/ui/gtk/
view_id_util.h 15 // Use this delegate to override default view id searches.
16 class Delegate {
21 virtual ~Delegate() {}
30 static void SetDelegateForWidget(GtkWidget* widget, Delegate* delegate);
  /external/chromium/net/base/
network_config_watcher_mac.h 24 // NOTE: The lifetime of Delegate is expected to exceed the lifetime of
26 class Delegate {
28 virtual ~Delegate() {}
40 explicit NetworkConfigWatcherMac(Delegate* delegate);

Completed in 445 milliseconds

1 2 3 4 5 6 7 8 91011>>