/external/chromium/base/threading/ |
D | simple_thread.h | 58 class BASE_API SimpleThread : public PlatformThread::Delegate { 119 class BASE_API Delegate { 121 Delegate() { } in Delegate() function 122 virtual ~Delegate() { } in ~Delegate() 126 DelegateSimpleThread(Delegate* delegate, 128 DelegateSimpleThread(Delegate* delegate, 135 Delegate* delegate_; 148 : public DelegateSimpleThread::Delegate { 150 typedef DelegateSimpleThread::Delegate Delegate; typedef 165 void AddWork(Delegate* work, int repeat_count); [all …]
|
/external/chromium/net/proxy/ |
D | proxy_config_service_linux.h | 30 class Delegate; 56 virtual bool SetupNotification(Delegate* delegate) = 0; 116 class Delegate : public base::RefCountedThreadSafe<Delegate> { 120 explicit Delegate(base::Environment* env_var_getter); 123 Delegate(base::Environment* env_var_getter, 157 friend class base::RefCountedThreadSafe<Delegate>; 159 ~Delegate(); 215 DISALLOW_COPY_AND_ASSIGN(Delegate); 247 scoped_refptr<Delegate> delegate_;
|
/external/chromium/chrome/browser/printing/cloud_print/ |
D | cloud_print_setup_handler.h | 18 : public CloudPrintSetupFlow::Delegate, 21 class Delegate { 23 virtual ~Delegate() {} in ~Delegate() 28 explicit CloudPrintSetupHandler(Delegate* handler); 35 Delegate* handler_; 41 typedef CloudPrintSetupHandler::Delegate CloudPrintSetupHandlerDelegate;
|
/external/chromium/chrome/browser/chromeos/login/ |
D | signed_settings.h | 43 public OwnerManager::Delegate { 54 class Delegate { 67 SignedSettings::Delegate<bool>* d); 71 SignedSettings::Delegate<bool>* d); 78 SignedSettings::Delegate<bool>* d); 82 SignedSettings::Delegate<std::string>* d); 88 SignedSettings::Delegate<bool>* d); 91 SignedSettings::Delegate<const em::PolicyFetchResponse&>* d); 120 : public SignedSettings::Delegate<const em::PolicyFetchResponse&> {
|
D | signed_settings_helper.cc | 23 class Delegate { class in chromeos::__anondd5da7fc0111::OpContext 42 Delegate* delegate = delegate_; in Execute() 71 void set_delegate(Delegate* delegate) { in set_delegate() 77 Delegate* delegate) in OpContext() 95 Delegate* delegate_; 101 class WhitelistOpContext : public SignedSettings::Delegate<bool>, 113 OpContext::Delegate* delegate) in WhitelistOpContext() 167 class StorePropertyOpContext : public SignedSettings::Delegate<bool>, 173 OpContext::Delegate* delegate) in StorePropertyOpContext() 202 : public SignedSettings::Delegate<std::string>, [all …]
|
D | user_image_view.h | 26 public TakePhotoView::Delegate, 27 public DefaultImagesView::Delegate { 30 class Delegate { 32 virtual ~Delegate() {} in ~Delegate() 49 explicit UserImageView(Delegate* delegate); 95 Delegate* delegate_;
|
D | user_image_loader.h | 24 public ImageDecoder::Delegate { 26 class Delegate { 36 virtual ~Delegate() {} in ~Delegate() 39 explicit UserImageLoader(Delegate* delegate); 47 void set_delegate(Delegate* delegate) { delegate_ = delegate; } in set_delegate() 83 Delegate* delegate_;
|
D | camera_controller.h | 16 class CameraController: public Camera::Delegate { 18 class Delegate { 20 virtual ~Delegate() {} in ~Delegate() 29 explicit CameraController(Delegate* delegate); 72 Delegate* delegate_;
|
D | existing_user_controller.h | 42 class ExistingUserController : public LoginDisplay::Delegate, 44 public LoginPerformer::Delegate, 45 public LoginUtils::Delegate, 46 public CaptchaView::Delegate, 47 public PasswordChangedView::Delegate { 120 void set_login_performer_delegate(LoginPerformer::Delegate* d) { in set_login_performer_delegate() 132 scoped_ptr<LoginPerformer::Delegate> login_performer_delegate_;
|
D | login_display.h | 34 class Delegate { 60 virtual ~Delegate(); 64 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds); 101 Delegate* delegate() { return delegate_; } in delegate() 102 void set_delegate(Delegate* delegate) { delegate_ = delegate; } in set_delegate() 111 Delegate* delegate_;
|
D | user_controller.h | 35 public NewUserView::Delegate, 36 public UserView::Delegate { 38 class Delegate { 56 virtual ~Delegate() {} in ~Delegate() 60 UserController(Delegate* delegate, bool is_guest); 63 UserController(Delegate* delegate, const UserManager::User& user); 186 Delegate* delegate_;
|
/external/chromium/chrome/browser/chromeos/offline/ |
D | offline_load_page.h | 29 class Delegate { 31 Delegate() {} in Delegate() function 32 virtual ~Delegate() {} in ~Delegate() 38 DISALLOW_COPY_AND_ASSIGN(Delegate); 41 const GURL& url, Delegate* delegate); 48 Delegate* delegate); 80 Delegate* delegate_;
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | cryptohome_library.cc | 31 Delegate* d) { in AsyncCheckKey() 49 Delegate* d) { in AsyncMigrateKey() 69 Delegate* d) { in AsyncMount() 84 bool AsyncMountForBwsi(Delegate* d) { in AsyncMountForBwsi() 98 bool AsyncRemove(const std::string& user_email, Delegate* d) { in AsyncRemove() 126 bool AsyncDoAutomaticFreeDiskSpaceControl(Delegate* d) { in AsyncDoAutomaticFreeDiskSpaceControl() 236 bool CacheCallback(int async_id, Delegate* d, const char* error) { in CacheCallback() 246 typedef base::hash_map<int, Delegate*> CallbackMap; 266 Delegate* callback) { in AsyncCheckKey() 282 Delegate* callback) { in AsyncMigrateKey() [all …]
|
D | 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/base/synchronization/ |
D | waitable_event_watcher.h | 73 class Delegate { 75 virtual ~Delegate() { } in ~Delegate() 93 bool StartWatching(WaitableEvent* event, Delegate* delegate); 115 Delegate* delegate() { in delegate() 127 class ObjectWatcherHelper : public win::ObjectWatcher::Delegate { 159 Delegate* delegate_;
|
/external/chromium/chrome/common/net/gaia/ |
D | gaia_oauth_client.cc | 26 public URLFetcher::Delegate { 40 GaiaOAuthClient::Delegate* delegate); 44 GaiaOAuthClient::Delegate* delegate); 58 GaiaOAuthClient::Delegate* delegate); 69 GaiaOAuthClient::Delegate* delegate_; 77 GaiaOAuthClient::Delegate* delegate) { in GetTokensFromAuthCode() 91 GaiaOAuthClient::Delegate* delegate) { in RefreshToken() 104 GaiaOAuthClient::Delegate* delegate) { in MakeGaiaRequest() 201 Delegate* delegate) { in GetTokensFromAuthCode() 211 Delegate* delegate) { in RefreshToken()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_tree.h | 61 class Delegate { 80 virtual ~Delegate() {} in ~Delegate() 84 TableAdapter(Delegate* delegate, 130 Delegate* delegate_; 149 class Delegate { 159 virtual ~Delegate() {} in ~Delegate() 162 TreeAdapter(Delegate* delegate, ui::TreeModel* tree_model); 200 Delegate* delegate_;
|
/external/chromium/chrome/browser/extensions/ |
D | extension_uninstall_dialog.h | 19 class Delegate { 28 virtual ~Delegate() {} in ~Delegate() 39 void ConfirmUninstall(Delegate* delegate, const Extension* extension); 44 Delegate* delegate, 61 Delegate* delegate_;
|
D | extension_function_dispatcher.h | 33 class Delegate { 50 virtual ~Delegate() {} in ~Delegate() 81 Delegate* delegate, 86 Delegate* delegate() { return delegate_; } in delegate() 120 Delegate* delegate, 131 Delegate* delegate_;
|
/external/chromium/net/base/ |
D | network_config_watcher_mac.cc | 24 NetworkConfigWatcherMac::Delegate* net_config_delegate = in DynamicStoreCallback() 25 static_cast<NetworkConfigWatcherMac::Delegate*>(config_delegate); in DynamicStoreCallback() 31 NetworkConfigWatcherMacThread(NetworkConfigWatcherMac::Delegate* delegate); 45 NetworkConfigWatcherMac::Delegate* const delegate_; 52 NetworkConfigWatcherMac::Delegate* delegate) in NetworkConfigWatcherMacThread() 111 NetworkConfigWatcherMac::NetworkConfigWatcherMac(Delegate* delegate) in NetworkConfigWatcherMac()
|
/external/chromium/chrome/browser/ |
D | crash_upload_list.h | 25 class Delegate { 32 virtual ~Delegate() {} in ~Delegate() 37 static CrashUploadList* Create(Delegate* delegate); 40 explicit CrashUploadList(Delegate* delegate); 78 Delegate* delegate_;
|
/external/chromium/net/tools/fetch/ |
D | http_listen_socket.h | 19 class Delegate { 25 virtual ~Delegate() {} in ~Delegate() 29 HttpListenSocket::Delegate* delegate); 47 HttpListenSocket(SOCKET s, HttpListenSocket::Delegate* del); 55 HttpListenSocket::Delegate* delegate_;
|
/external/chromium/net/spdy/ |
D | spdy_stream.h | 44 class Delegate { 46 Delegate() {} in Delegate() function 85 friend class base::RefCounted<Delegate>; 86 virtual ~Delegate() {} in ~Delegate() 89 DISALLOW_COPY_AND_ASSIGN(Delegate); 101 void SetDelegate(Delegate* delegate); 102 Delegate* GetDelegate() { return delegate_; } in GetDelegate() 293 SpdyStream::Delegate* delegate_;
|
/external/chromium/chrome/browser/sidebar/ |
D | sidebar_container.h | 33 class Delegate { 35 Delegate() {} in Delegate() function 36 virtual ~Delegate() {} in ~Delegate() 39 DISALLOW_COPY_AND_ASSIGN(Delegate); 44 Delegate* delegate); 133 Delegate* delegate_;
|
/external/chromium/chrome/browser/speech/ |
D | speech_input_bubble.h | 36 class Delegate { 49 virtual ~Delegate() { in ~Delegate() 59 Delegate* delegate, 65 Delegate* delegate, 71 Delegate*, 191 typedef SpeechInputBubble::Delegate SpeechInputBubbleDelegate;
|