/external/chromium/base/ |
D | simple_thread.h | 56 class SimpleThread : public PlatformThread::Delegate { 121 class Delegate { 123 Delegate() { } in Delegate() function 124 virtual ~Delegate() { } in ~Delegate() 128 DelegateSimpleThread(Delegate* delegate, in DelegateSimpleThread() 131 DelegateSimpleThread(Delegate* delegate, in DelegateSimpleThread() 139 Delegate* delegate_; 151 class DelegateSimpleThreadPool : public DelegateSimpleThread::Delegate { 153 typedef DelegateSimpleThread::Delegate Delegate; typedef 170 void AddWork(Delegate* work, int repeat_count); [all …]
|
D | waitable_event_watcher.h | 70 class Delegate { 72 virtual ~Delegate() { } in ~Delegate() 90 bool StartWatching(WaitableEvent* event, Delegate* delegate); 112 Delegate* delegate() { in delegate() 126 class ObjectWatcherHelper : public ObjectWatcher::Delegate { 156 Delegate* delegate_;
|
D | message_pump_mac.h | 59 virtual void Run(Delegate* delegate); 60 virtual void DoRun(Delegate* delegate) = 0; 168 Delegate* delegate_; 205 virtual void DoRun(Delegate* delegate); 224 virtual void DoRun(Delegate* delegate); 243 virtual void DoRun(Delegate* delegate);
|
D | platform_thread_posix.cc | 24 PlatformThread::Delegate* delegate = in ThreadFunc() 25 static_cast<PlatformThread::Delegate*>(closure); in ThreadFunc() 77 PlatformThread::Delegate* delegate, in CreateThread() 105 bool PlatformThread::Create(size_t stack_size, Delegate* delegate, in Create() 112 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
|
D | platform_thread.h | 53 class Delegate { 55 virtual ~Delegate() {} in ~Delegate() 67 static bool Create(size_t stack_size, Delegate* delegate, 73 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
|
D | directory_watcher.h | 21 class Delegate { 23 virtual ~Delegate() {} in ~Delegate() 41 bool Watch(const FilePath& path, Delegate* delegate, in Watch() 49 virtual bool Watch(const FilePath& path, Delegate* delegate,
|
D | directory_watcher_win.cc | 15 public base::ObjectWatcher::Delegate { 19 virtual bool Watch(const FilePath& path, DirectoryWatcher::Delegate* delegate, 29 DirectoryWatcher::Delegate* delegate_; 48 DirectoryWatcher::Delegate* delegate, in Watch()
|
D | platform_thread_win.cc | 24 PlatformThread::Delegate* delegate = in ThreadFunc() 25 static_cast<PlatformThread::Delegate*>(closure); in ThreadFunc() 68 bool PlatformThread::Create(size_t stack_size, Delegate* delegate, in Create() 88 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
|
D | message_pump.h | 18 class Delegate { 20 virtual ~Delegate() {} in ~Delegate() 102 virtual void Run(Delegate* delegate) = 0;
|
D | object_watcher.h | 44 class Delegate { 46 virtual ~Delegate() {} in ~Delegate() 61 bool StartWatching(HANDLE object, Delegate* delegate);
|
D | tools_sanity_unittest.cc | 13 class TOOLS_SANITY_TEST_CONCURRENT_THREAD : public PlatformThread::Delegate { 37 PlatformThread::Delegate *thread1 = in TEST() 39 PlatformThread::Delegate *thread2 = in TEST()
|
D | message_pump_glib.h | 57 virtual void RunWithDispatcher(Delegate* delegate, Dispatcher* dispatcher); 59 virtual void Run(Delegate* delegate) { RunWithDispatcher(delegate, NULL); } in Run() 85 Delegate* delegate;
|
D | simple_thread_unittest.cc | 14 class SetIntRunner : public base::DelegateSimpleThread::Delegate { 28 class WaitEventRunner : public base::DelegateSimpleThread::Delegate { 42 class SeqRunner : public base::DelegateSimpleThread::Delegate { 56 class VerifyPoolRunner : public base::DelegateSimpleThread::Delegate {
|
D | directory_watcher_mac.cc | 30 virtual bool Watch(const FilePath& path, DirectoryWatcher::Delegate* delegate, 47 DirectoryWatcher::Delegate* delegate_; 74 DirectoryWatcher::Delegate* delegate, in Watch()
|
D | message_pump_win.h | 75 void RunWithDispatcher(Delegate* delegate, Dispatcher* dispatcher); 78 virtual void Run(Delegate* delegate) { RunWithDispatcher(delegate, NULL); } in Run() 83 Delegate* delegate;
|
D | directory_watcher_inotify.cc | 104 virtual bool Watch(const FilePath& path, DirectoryWatcher::Delegate* delegate, 115 DirectoryWatcher::Delegate* delegate_; 175 DirectoryWatcherImplNotifyTask(DirectoryWatcher::Delegate* delegate, in DirectoryWatcherImplNotifyTask() 186 DirectoryWatcher::Delegate* delegate_; 432 DirectoryWatcher::Delegate* delegate, in Watch()
|
/external/chromium/net/proxy/ |
D | proxy_config_service_linux.h | 28 class Delegate; 54 virtual bool SetupNotification(Delegate* delegate) = 0; 104 class Delegate : public base::RefCountedThreadSafe<Delegate> { 108 explicit Delegate(base::EnvironmentVariableGetter* env_var_getter); 111 Delegate(base::EnvironmentVariableGetter* env_var_getter, 142 friend class base::RefCountedThreadSafe<Delegate>; 144 ~Delegate() {} in ~Delegate() 198 DISALLOW_COPY_AND_ASSIGN(Delegate); 232 scoped_refptr<Delegate> delegate_;
|
D | proxy_config_service_linux.cc | 77 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVarForScheme( in GetProxyFromEnvVarForScheme() 97 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVar( in GetProxyFromEnvVar() 103 bool ProxyConfigServiceLinux::Delegate::GetConfigFromEnv(ProxyConfig* config) { in GetConfigFromEnv() 245 bool SetupNotification(ProxyConfigServiceLinux::Delegate* delegate) { in SetupNotification() 389 ProxyConfigServiceLinux::Delegate* notify_delegate_; 468 bool SetupNotification(ProxyConfigServiceLinux::Delegate* delegate) { in SetupNotification() 793 ProxyConfigServiceLinux::Delegate* notify_delegate_; 814 bool ProxyConfigServiceLinux::Delegate::GetProxyFromGConf( in GetProxyFromGConf() 842 bool ProxyConfigServiceLinux::Delegate::GetConfigFromGConf( in GetConfigFromGConf() 954 ProxyConfigServiceLinux::Delegate::Delegate( in Delegate() function in net::ProxyConfigServiceLinux::Delegate [all …]
|
/external/chromium/net/tools/fetch/ |
D | http_listen_socket.h | 18 class Delegate { 24 virtual ~Delegate() {} in ~Delegate() 28 HttpListenSocket::Delegate* delegate); 46 HttpListenSocket(SOCKET s, HttpListenSocket::Delegate* del); 54 HttpListenSocket::Delegate* delegate_;
|
/external/chromium/net/socket/ |
D | client_socket_pool_base.h | 54 class Delegate { 56 Delegate() {} in Delegate() function 57 virtual ~Delegate() {} in ~Delegate() 63 DISALLOW_COPY_AND_ASSIGN(Delegate); 69 Delegate* delegate, 106 Delegate* delegate_; 122 public ConnectJob::Delegate, 158 ConnectJob::Delegate* delegate, 427 ConnectJob::Delegate* delegate, 536 ConnectJob::Delegate* delegate, in NewConnectJob()
|
/external/webkit/JavaScriptCore/yarr/ |
D | RegexParser.h | 48 template<class Delegate> 79 CharacterClassParserDelegate(Delegate& delegate, ErrorCode& err) in CharacterClassParserDelegate() 184 Delegate& m_delegate; 194 Parser(Delegate& delegate, const UString& pattern, unsigned backReferenceLimit) in Parser() 765 Delegate& m_delegate; 844 template<class Delegate> 845 const char* parse(Delegate& delegate, const UString& pattern, unsigned backReferenceLimit = UINT_MA… 847 return Parser<Delegate>(delegate, pattern, backReferenceLimit).parse();
|
/external/chromium/net/url_request/ |
D | url_request.h | 132 class Delegate { 134 virtual ~Delegate() {} in ~Delegate() 209 URLRequest(const GURL& url, Delegate* delegate); 283 Delegate* delegate() const { return delegate_; } in delegate() 284 void set_delegate(Delegate* delegate) { delegate_ = delegate; } in set_delegate() 585 Delegate* delegate_;
|
/external/chromium/net/base/ |
D | transport_security_state.h | 72 class Delegate { 79 void SetDelegate(Delegate*); 102 Delegate* delegate_;
|
/external/chromium/net/socket_stream/ |
D | socket_stream.h | 56 class Delegate { 58 virtual ~Delegate() {} in ~Delegate() 93 SocketStream(const GURL& url, Delegate* delegate); 104 Delegate* delegate() const { return delegate_; } in delegate() 260 Delegate* delegate_;
|
/external/webkit/WebKit/chromium/src/ |
D | DevToolsRPC.h | 325 explicit Class##Stub(Delegate* delegate) : DevToolsRPC(delegate) { } \ 367 class Delegate { 369 Delegate() { } 370 virtual ~Delegate() { } 374 explicit DevToolsRPC(Delegate* delegate) : m_delegate(delegate) { } 391 Delegate* m_delegate;
|