Home
last modified time | relevance | path

Searched refs:Delegate (Results 1 – 25 of 87) sorted by relevance

1234

/external/chromium/base/
Dsimple_thread.h56 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 …]
Dwaitable_event_watcher.h70 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_;
Dmessage_pump_mac.h59 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);
Dplatform_thread_posix.cc24 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()
Dplatform_thread.h53 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);
Ddirectory_watcher.h21 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,
Ddirectory_watcher_win.cc15 public base::ObjectWatcher::Delegate {
19 virtual bool Watch(const FilePath& path, DirectoryWatcher::Delegate* delegate,
29 DirectoryWatcher::Delegate* delegate_;
48 DirectoryWatcher::Delegate* delegate, in Watch()
Dplatform_thread_win.cc24 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()
Dmessage_pump.h18 class Delegate {
20 virtual ~Delegate() {} in ~Delegate()
102 virtual void Run(Delegate* delegate) = 0;
Dobject_watcher.h44 class Delegate {
46 virtual ~Delegate() {} in ~Delegate()
61 bool StartWatching(HANDLE object, Delegate* delegate);
Dtools_sanity_unittest.cc13 class TOOLS_SANITY_TEST_CONCURRENT_THREAD : public PlatformThread::Delegate {
37 PlatformThread::Delegate *thread1 = in TEST()
39 PlatformThread::Delegate *thread2 = in TEST()
Dmessage_pump_glib.h57 virtual void RunWithDispatcher(Delegate* delegate, Dispatcher* dispatcher);
59 virtual void Run(Delegate* delegate) { RunWithDispatcher(delegate, NULL); } in Run()
85 Delegate* delegate;
Dsimple_thread_unittest.cc14 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 {
Ddirectory_watcher_mac.cc30 virtual bool Watch(const FilePath& path, DirectoryWatcher::Delegate* delegate,
47 DirectoryWatcher::Delegate* delegate_;
74 DirectoryWatcher::Delegate* delegate, in Watch()
Dmessage_pump_win.h75 void RunWithDispatcher(Delegate* delegate, Dispatcher* dispatcher);
78 virtual void Run(Delegate* delegate) { RunWithDispatcher(delegate, NULL); } in Run()
83 Delegate* delegate;
Ddirectory_watcher_inotify.cc104 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/
Dproxy_config_service_linux.h28 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_;
Dproxy_config_service_linux.cc77 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/
Dhttp_listen_socket.h18 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/
Dclient_socket_pool_base.h54 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/
DRegexParser.h48 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/
Durl_request.h132 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/
Dtransport_security_state.h72 class Delegate {
79 void SetDelegate(Delegate*);
102 Delegate* delegate_;
/external/chromium/net/socket_stream/
Dsocket_stream.h56 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/
DDevToolsRPC.h325 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;

1234