Searched refs:Delegate (Results 226 - 250 of 1470) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/p2p/
H A Dsocket_client.h30 // Delegate is called on the the same thread on which P2PSocketCLient is
32 class Delegate { class in class:content::P2PSocketClient
34 virtual ~Delegate() { }
53 Delegate* delegate);
64 void set_delegate(Delegate* delegate);
116 Delegate* delegate_;
/external/chromium_org/jingle/notifier/communicator/
H A Dlogin.h44 public SingleLoginAttempt::Delegate {
46 class Delegate { class in class:notifier::Login
64 virtual ~Delegate();
68 Login(Delegate* delegate,
95 // SingleLoginAttempt::Delegate implementation.
118 Delegate* const delegate_;
/external/chromium_org/net/server/
H A Dhttp_server.h24 class HttpServer : public StreamListenSocket::Delegate,
27 class Delegate { class in class:net::HttpServer
41 virtual ~Delegate() {}
45 HttpServer::Delegate* delegate);
91 HttpServer::Delegate* delegate_;
/external/chromium_org/remoting/host/win/
H A Dworker_process_launcher.h42 public base::win::ObjectWatcher::Delegate {
44 class Delegate { class in class:remoting::WorkerProcessLauncher
46 virtual ~Delegate();
67 WorkerProcessLauncher(scoped_ptr<Delegate> launcher_delegate,
82 // Notification methods invoked by |Delegate|.
85 // Delegate::LaunchProcess(). The delegate has to make sure that this method
94 // Mirrors methods of IPC::Listener to be invoked by |Delegate|. |Delegate|
103 // base::win::ObjectWatcher::Delegate implementation used to watch for
131 scoped_ptr<WorkerProcessLauncher::Delegate> launcher_delegate
[all...]
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_storage.h37 class WEBKIT_STORAGE_BROWSER_EXPORT Delegate { class in class:appcache::AppCacheStorage
73 virtual ~Delegate() {}
82 virtual void GetAllInfo(Delegate* delegate) = 0;
89 virtual void LoadCache(int64 id, Delegate* delegate) = 0;
97 const GURL& manifest_url, Delegate* delegate) = 0;
106 Delegate* delegate);
118 AppCacheGroup* group, AppCache* newest_cache, Delegate* delegate) = 0;
125 Delegate* delegate) = 0;
144 AppCacheGroup* group, Delegate* delegate) = 0;
150 void CancelDelegateCallbacks(Delegate* delegat
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_pump_mac.h74 virtual void Run(Delegate* delegate) OVERRIDE;
75 virtual void DoRun(Delegate* delegate) = 0;
88 void SetDelegate(Delegate* delegate);
167 // (weak) Delegate passed as an argument to the innermost Run call.
168 Delegate* delegate_;
205 virtual void DoRun(Delegate* delegate) OVERRIDE;
224 virtual void DoRun(Delegate* delegate) OVERRIDE;
247 virtual void DoRun(Delegate* delegate) OVERRIDE;
252 virtual void Attach(Delegate* delegate);
267 virtual void DoRun(Delegate* delegat
[all...]
/external/chromium_org/content/test/net/
H A Durl_request_prepackaged_interceptor.cc38 class URLRequestPrepackagedInterceptor::Delegate class in class:content::URLRequestPrepackagedInterceptor
41 Delegate(const std::string& scheme, const std::string& hostname) function in class:content::URLRequestPrepackagedInterceptor::Delegate
43 virtual ~Delegate() {}
127 DISALLOW_COPY_AND_ASSIGN(Delegate);
136 delegate_(new Delegate(scheme, hostname)) {
138 base::Bind(&Delegate::Register,
144 base::Bind(&Delegate::Unregister,
155 base::Bind(&Delegate::SetResponse,
166 base::Bind(&Delegate::SetResponse,
/external/chromium_org/remoting/host/setup/
H A Dservice_client.cc34 ServiceClient::Delegate* delegate);
38 ServiceClient::Delegate* delegate);
57 ServiceClient::Delegate* delegate);
61 ServiceClient::Delegate* delegate_;
72 Delegate* delegate) {
91 Delegate* delegate) {
106 ServiceClient::Delegate* delegate) {
116 // URLFetcher::Delegate implementation.
160 Delegate* delegate) {
168 Delegate* delegat
[all...]
/external/chromium/base/
H A Dmessage_pump_mac.h68 virtual void Run(Delegate* delegate);
69 virtual void DoRun(Delegate* delegate) = 0;
157 // (weak) Delegate passed as an argument to the innermost Run call.
158 Delegate* delegate_;
194 virtual void DoRun(Delegate* delegate);
213 virtual void DoRun(Delegate* delegate);
232 virtual void DoRun(Delegate* delegate);
/external/chromium/chrome/browser/chromeos/login/
H A Dmock_url_fetchers.h26 URLFetcher::Delegate* d);
45 URLFetcher::Delegate* d);
62 URLFetcher::Delegate* d);
79 URLFetcher::Delegate* d);
96 URLFetcher::Delegate* d);
121 URLFetcher::Delegate* d);
H A Dmock_auth_response_handler.cc36 void MockAuthResponseHandler::CompleteFetch(URLFetcher::Delegate* delegate,
51 URLFetcher::Delegate* delegate) {
H A Duser_image_downloader.h23 class UserImageDownloader : public URLFetcher::Delegate,
24 public ImageDecoder::Delegate {
37 // Overriden from URLFetcher::Delegate:
45 // Overriden from ImageDecoder::Delegate:
H A Duser_image_screen.h19 public CameraController::Delegate,
20 public UserImageView::Delegate,
31 // CameraController::Delegate implementation:
35 // UserImageView::Delegate implementation:
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_container.h33 class Delegate { class in class:SidebarContainer
35 Delegate() {} function in class:SidebarContainer::Delegate
36 virtual ~Delegate() {}
39 DISALLOW_COPY_AND_ASSIGN(Delegate);
44 Delegate* delegate);
133 Delegate* delegate_;
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble.h36 class Delegate { class in class:SpeechInputBubble
49 virtual ~Delegate() {
59 Delegate* delegate,
65 Delegate* delegate,
71 Delegate*,
102 // |Delegate::InfoBubbleFocusChanged| as well.
188 // Visual Studio where it gets confused between multiple Delegate
191 typedef SpeechInputBubble::Delegate SpeechInputBubbleDelegate;
/external/chromium/chrome/common/net/
H A Durl_fetcher.h46 // The object you supply as a delegate must inherit from URLFetcher::Delegate;
70 class Delegate { class in class:URLFetcher
84 virtual ~Delegate() {}
94 Delegate* d) = 0;
103 URLFetcher(const GURL& url, RequestType request_type, Delegate* d);
126 Delegate* d);
225 Delegate* delegate() const;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_display.h32 class Delegate { class in class:chromeos::LoginDisplay
104 virtual ~Delegate();
108 LoginDisplay(Delegate* delegate, const gfx::Rect& background_bounds);
168 Delegate* delegate() { return delegate_; }
169 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
181 Delegate* delegate_;
/external/chromium_org/chrome/browser/chromeos/
H A Dsession_length_limiter.cc32 class SessionLengthLimiterDelegateImpl : public SessionLengthLimiter::Delegate {
60 SessionLengthLimiter::Delegate::~Delegate() {
69 SessionLengthLimiter::SessionLengthLimiter(Delegate* delegate,
141 timer_.reset(new base::OneShotTimer<SessionLengthLimiter::Delegate>);
143 &SessionLengthLimiter::Delegate::StopSession);
/external/chromium_org/chrome/browser/speech/
H A Dspeech_recognition_bubble.h41 class Delegate { class in class:SpeechRecognitionBubble
54 virtual ~Delegate() {
64 Delegate* delegate,
71 Delegate* delegate,
77 Delegate*,
108 // |Delegate::InfoBubbleFocusChanged| as well.
193 // Visual Studio where it gets confused between multiple Delegate
196 typedef SpeechRecognitionBubble::Delegate SpeechRecognitionBubbleDelegate;
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc15 Delegate* delegate)
42 const Delegate::PinCodeCallback& callback) {
58 const Delegate::PasskeyCallback& callback) {
75 const Delegate::ConfirmationCallback& callback) {
83 const Delegate::ConfirmationCallback& callback) {
92 const Delegate::ConfirmationCallback& callback) {
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprivet_http_server.h20 class PrivetHttpServer: public net::HttpServer::Delegate {
58 class Delegate { class in class:PrivetHttpServer
60 Delegate() {} function in class:PrivetHttpServer::Delegate
62 virtual ~Delegate() {}
97 explicit PrivetHttpServer(Delegate* delegate);
109 // net::HttpServer::Delegate methods:
158 Delegate* delegate_;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt.h50 : public OAuth2MintTokenFlow::Delegate,
186 class Delegate { class in class:ExtensionInstallPrompt
196 virtual ~Delegate() {}
216 ExtensionInstallPrompt::Delegate*,
264 virtual void ConfirmStandaloneInstall(Delegate* delegate,
275 Delegate* delegate,
285 virtual void ConfirmInstall(Delegate* delegate,
293 virtual void ConfirmReEnable(Delegate* delegate,
301 Delegate* delegate,
309 virtual void ConfirmPermissions(Delegate* delegat
[all...]
/external/chromium_org/chrome/browser/policy/cloud/
H A Dtest_request_interceptor.cc154 class TestRequestInterceptor::Delegate class in class:policy::TestRequestInterceptor
157 explicit Delegate(const std::string& hostname);
158 virtual ~Delegate();
177 TestRequestInterceptor::Delegate::Delegate(const std::string& hostname) function in class:policy::TestRequestInterceptor::Delegate
180 TestRequestInterceptor::Delegate::~Delegate() {}
182 net::URLRequestJob* TestRequestInterceptor::Delegate::MaybeCreateJob(
203 void TestRequestInterceptor::Delegate::GetPendingSize(
209 void TestRequestInterceptor::Delegate
[all...]
/external/chromium/base/synchronization/
H A Dwaitable_event_watcher_win.cc33 Delegate* delegate) {
52 Delegate* delegate = delegate_;
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_tree.h61 class Delegate { class in class:gtk_tree::TableAdapter
80 virtual ~Delegate() {}
84 TableAdapter(Delegate* delegate,
91 // only be called during the Delegate's OnModelChanged call, or if the adapter
130 Delegate* delegate_;
149 class Delegate { class in class:gtk_tree::TreeAdapter
159 virtual ~Delegate() {}
162 TreeAdapter(Delegate* delegate, ui::TreeModel* tree_model);
200 Delegate* delegate_;

Completed in 624 milliseconds

1234567891011>>