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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/mojo/services/clipboard/
main.cc 19 class Delegate : public mojo::ApplicationDelegate,
22 Delegate() {}
23 virtual ~Delegate() {}
43 mojo::ApplicationRunnerChromium runner(new Delegate);
  /external/chromium_org/base/message_loop/
message_pump.h 20 // these delegate methods are used.
21 class BASE_EXPORT Delegate {
23 virtual ~Delegate() {}
53 // messages as well as for giving cycles to the delegate periodically. The
54 // message pump should take care to mix delegate callbacks with native
109 virtual void Run(Delegate* delegate) = 0;
  /external/chromium_org/chrome/browser/ui/website_settings/
permission_bubble_view.h 19 // The delegate will receive events caused by user action which need to
21 class Delegate {
23 virtual ~Delegate() {}
35 // Sets the delegate which will receive UI events forwarded from the bubble.
36 virtual void SetDelegate(Delegate* delegate) = 0;
  /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/chrome/browser/local_discovery/
privet_device_lister.h 23 class Delegate {
  /external/chromium_org/mojo/services/network/
main.cc 20 class Delegate : public mojo::ApplicationDelegate,
23 Delegate() {}
53 mojo::ApplicationRunnerChromium runner(new Delegate);
  /external/chromium_org/ash/system/chromeos/network/
tray_network_state_observer.h 17 class Delegate {
28 virtual ~Delegate() {}
31 explicit TrayNetworkStateObserver(Delegate* delegate);
46 Delegate* delegate_;
  /external/chromium_org/ash/system/locale/
locale_observer.h 14 class Delegate {
16 virtual ~Delegate() {}
24 virtual void OnLocaleChanged(Delegate* delegate,
  /external/chromium_org/ash/wm/
immersive_revealed_lock.h 21 class ASH_EXPORT Delegate {
32 virtual ~Delegate() {}
35 ImmersiveRevealedLock(const base::WeakPtr<Delegate>& delegate,
36 Delegate::AnimateReveal animate_reveal);
40 base::WeakPtr<Delegate> delegate_;
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_check_screen_actor.h 15 class Delegate {
17 virtual ~Delegate() {}
22 // This method is called, when actor is being destroyed. Note, if Delegate
30 virtual void SetDelegate(Delegate* delegate) = 0;
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.h 30 class Delegate {
40 virtual ~Delegate() {}
67 // Loads and prepares profile for the session. Fires |delegate| in the end.
76 Delegate* delegate) = 0;
78 // Invalidates |delegate|, which was passed to PrepareProfile method call.
79 virtual void DelegateDeleted(Delegate* delegate) = 0;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
controller_pairing_screen_actor.h 63 class Delegate {
65 virtual ~Delegate() {}
76 virtual void SetDelegate(Delegate* delegate) = 0;
eula_screen_actor.h 20 class Delegate {
22 virtual ~Delegate() {}
39 // This method is called, when actor is being destroyed. Note, if Delegate
49 virtual void SetDelegate(Delegate* delegate) = 0;
hid_detection_screen_actor.h 19 class Delegate {
21 virtual ~Delegate() {}
26 // This method is called, when actor is being destroyed. Note, if Delegate
35 virtual void SetDelegate(Delegate* delegate) = 0;
host_pairing_screen_actor.h 40 class Delegate {
42 virtual ~Delegate() {}
51 virtual void SetDelegate(Delegate* delegate) = 0;
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;
network_screen_actor.h 16 class Delegate {
18 virtual ~Delegate() {}
26 virtual void SetDelegate(Delegate* screen) = 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;
terms_of_service_screen_actor.h 16 class Delegate {
18 virtual ~Delegate() {}
33 virtual void SetDelegate(Delegate* screen) = 0;
user_image_screen_actor.h 22 class Delegate {
24 virtual ~Delegate() {}
51 virtual void SetDelegate(Delegate* screen) = 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;