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

1 2 3 4 5 6 7 8 91011>>

  /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/policy/
asynchronous_policy_provider.h 21 // policy is handled by a delegate passed at construction time.
28 class Delegate {
30 virtual ~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/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/chrome/browser/ui/
input_window_dialog.h 17 class Delegate {
19 virtual ~Delegate() {}
32 // |delegate| is taken by InputWindowDialog or InputWindowDialog's owner.
37 Delegate* delegate);
  /external/chromium_org/base/message_loop/
message_pump.h 18 // these delegate methods are used.
19 class BASE_EXPORT Delegate {
21 virtual ~Delegate() {}
50 // messages as well as for giving cycles to the delegate periodically. The
51 // message pump should take care to mix delegate callbacks with native
106 virtual void Run(Delegate* delegate) = 0;
  /external/chromium_org/chrome/browser/ui/gtk/
view_id_util.h 14 // Use this delegate to override default view id searches.
15 class Delegate {
20 virtual ~Delegate() {}
29 static void SetDelegateForWidget(GtkWidget* widget, Delegate* delegate);
  /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/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/chrome/browser/chromeos/cros/
cryptohome_library.h 21 class Delegate {
42 Delegate* callback) = 0;
58 Delegate* callback) = 0;
78 Delegate* callback) = 0;
86 virtual bool AsyncMountForBwsi(Delegate* callback) = 0;
99 Delegate* callback) = 0;
109 virtual bool AsyncDoAutomaticFreeDiskSpaceControl(Delegate* callback) = 0;
  /external/chromium/net/socket/
dns_cert_provenance_checker.h 21 class Delegate {
23 virtual ~Delegate();
43 // chain. In the event that the lookup reports a failure, the Delegate is
49 Delegate* delegate);
  /external/chromium/base/threading/
platform_thread.h 55 class BASE_API Delegate {
57 virtual ~Delegate() {}
76 // and |delegate|'s ThreadMain method will be executed on the newly created
80 // the Delegate object outlives the thread.
81 static bool Create(size_t stack_size, Delegate* delegate,
87 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
  /external/chromium/base/win/
object_watcher.h 28 // class MyClass : public base::ObjectWatcher::Delegate {
47 class Delegate {
49 virtual ~Delegate() {}
58 // When the object is signaled, the given delegate is notified on the thread
60 // deleting the delegate.
64 bool StartWatching(HANDLE object, Delegate* delegate);
67 // watch is still active, then it is canceled, and the associated delegate is
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.h 24 class Delegate {
26 virtual ~Delegate() {}
35 explicit DefaultImagesView(Delegate* delegate);
70 Delegate* delegate_;
  /external/chromium/chrome/browser/
crash_upload_list.h 25 class Delegate {
32 virtual ~Delegate() {}
36 // of the crash upload list with the given callback delegate.
37 static CrashUploadList* Create(Delegate* delegate);
39 // Creates a new crash upload list with the given callback delegate.
40 explicit CrashUploadList(Delegate* delegate);
46 // Clears the delegate, so that any outstanding asynchronous load will not
47 // call the delegate on completion
    [all...]
  /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);
  /external/chromium/net/tools/fetch/
http_listen_socket.h 19 class Delegate {
25 virtual ~Delegate() {}
29 HttpListenSocket::Delegate* delegate);
47 HttpListenSocket(SOCKET s, HttpListenSocket::Delegate* del);
55 HttpListenSocket::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/ash/system/locale/
locale_observer.h 14 class Delegate {
16 virtual ~Delegate() {}
24 virtual void OnLocaleChanged(Delegate* delegate,
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.h 27 class Delegate {
37 virtual ~Delegate() {}
62 // 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/
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;
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;

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 91011>>