HomeSort by relevance Sort by last modified time
    Searched refs:Delegate (Results 51 - 75 of 1616) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/mojo/system/
raw_channel.h 47 // The |Delegate| is only accessed on the same thread as the message loop
49 class MOJO_SYSTEM_IMPL_EXPORT Delegate {
66 virtual ~Delegate() {}
70 // Does *not* take ownership of |delegate| and |message_loop|, which must
73 Delegate* delegate,
88 RawChannel(Delegate* delegate, base::MessageLoop* message_loop)
89 : delegate_(delegate), message_loop_(message_loop) {}
91 Delegate* delegate() { return delegate_; function in class:mojo::system::RawChannel
    [all...]
  /external/chromium_org/net/tools/fetch/
http_listen_socket.h 19 public net::StreamListenSocket::Delegate {
21 class Delegate {
27 virtual ~Delegate() {}
33 const std::string& ip, int port, HttpListenSocket::Delegate* delegate);
39 // StreamListenSocket::Delegate.
55 HttpListenSocket(net::SocketDescriptor s, HttpListenSocket::Delegate* del);
62 HttpListenSocket::Delegate* const 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/
image_downloader.h 21 class ImageDownloader : public URLFetcher::Delegate {
25 ImageDownloader(ImageDecoder::Delegate* delegate,
31 // Overriden from URLFetcher::Delegate:
39 ImageDecoder::Delegate* delegate_;
default_images_view.h 24 class Delegate {
26 virtual ~Delegate() {}
35 explicit DefaultImagesView(Delegate* delegate);
70 Delegate* delegate_;
image_decoder.h 19 class Delegate {
27 // Called when decoding image failed. Delegate can do some cleanup in
32 virtual ~Delegate() {}
35 ImageDecoder(Delegate* delegate,
52 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/chrome/browser/chromeos/login/screens/
app_launch_splash_screen_actor.h 24 class Delegate {
37 virtual ~Delegate() {}
43 virtual void SetDelegate(Delegate* screen) = 0;
mock_eula_screen.h 26 virtual void SetDelegate(Delegate* delegate);
34 MOCK_METHOD1(MockSetDelegate, void(Delegate* delegate));
38 Delegate* delegate_;
  /external/chromium_org/chrome/browser/local_discovery/
privet_http.h 35 class Delegate {
37 virtual ~Delegate() {}
41 // TODO(noamsml): Remove http_code from this delegate; it's unnecessary in
71 class Delegate {
73 ~Delegate() {}
110 class Delegate {
112 virtual ~Delegate() {}
129 class Delegate {
131 virtual ~Delegate() {}
174 PrivetRegisterOperation::Delegate* delegate) = 0
    [all...]
privet_device_lister_impl.h 18 public ServiceDiscoveryDeviceLister::Delegate {
22 PrivetDeviceLister::Delegate* delegate,
27 PrivetDeviceLister::Delegate* delegate);
42 PrivetDeviceLister::Delegate* delegate_;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.h 30 class Delegate {
35 virtual ~Delegate() {}
38 LauncherFaviconLoader(Delegate* delegate,
  /external/chromium_org/ipc/
ipc_channel_factory.h 17 // delegate. The delegate is then responsible for creating a new IPC::Channel
21 class Delegate {
23 // Called when a client connects to the factory. It is the delegate's
32 ChannelFactory(const base::FilePath& path, Delegate* delegate);
50 Delegate* delegate_;
  /external/chromium_org/third_party/sfntly/cpp/src/test/
platform_thread.h 45 class Delegate {
47 virtual ~Delegate() {}
56 // and |delegate|'s ThreadMain method will be executed on the newly created
60 // the Delegate object outlives the thread.
61 static bool Create(Delegate* delegate, PlatformThreadHandle* thread_handle);
  /external/sfntly/cpp/src/test/
platform_thread.h 45 class Delegate {
47 virtual ~Delegate() {}
56 // and |delegate|'s ThreadMain method will be executed on the newly created
60 // the Delegate object outlives the thread.
61 static bool Create(Delegate* delegate, PlatformThreadHandle* thread_handle);
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_handler.cc 7 CloudPrintSetupHandler::CloudPrintSetupHandler(Delegate* handler)
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.h 20 // The delegate is notified once the user clicks on the link to import
22 class Delegate {
27 virtual ~Delegate() {}
30 explicit BookmarkBarInstructionsGtk(Delegate* delegate, Profile* profile);
46 Delegate* delegate_;
  /external/chromium_org/base/win/
object_watcher.h 29 // class MyClass : public base::ObjectWatcher::Delegate {
50 class BASE_EXPORT Delegate {
52 virtual ~Delegate() {}
61 // When the object is signaled, the given delegate is notified on the thread
63 // deleting the delegate.
67 bool StartWatching(HANDLE object, Delegate* delegate);
70 // watch is still active, then it is canceled, and the associated delegate is
85 void Signal(Delegate* delegate);
    [all...]
  /external/chromium_org/chrome/browser/download/
download_ui_controller.h 26 // Then the NotifyDownloadStarting() method of the Delegate is invoked.
29 // The delegate is responsible for figuring out how to notify the UI.
30 class Delegate {
32 virtual ~Delegate();
37 // |delegate.get()| is NULL, then the default delegate is constructed.
39 // On Android the default delegate notifies DownloadControllerAndroid. On
44 scoped_ptr<Delegate> delegate);
56 scoped_ptr<Delegate> delegate_
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
mtab_watcher_linux.h 30 class Delegate {
32 virtual ~Delegate() {}
39 base::WeakPtr<Delegate> delegate);
55 base::WeakPtr<Delegate> delegate_;
  /external/chromium_org/chrome/browser/ui/website_settings/
permission_menu_model.h 14 public ui::SimpleMenuModel::Delegate {
22 class Delegate {
31 PermissionMenuModel(Delegate* delegate,
37 // Overridden from ui::SimpleMenuModel::Delegate:
46 // The delegate of the |PermissionMenuModel|. |delegate_| can be NULL.
47 Delegate* delegate_;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
screen_manager_handler.h 22 class Delegate {
24 virtual ~Delegate() {}
35 void SetDelegate(Delegate* delegate);
50 Delegate* delegate_;
  /external/chromium_org/content/browser/
power_save_blocker_chromeos.cc 20 class PowerSaveBlockerImpl::Delegate
21 : public base::RefCountedThreadSafe<PowerSaveBlockerImpl::Delegate> {
23 Delegate(PowerSaveBlockerType type, const std::string& reason)
57 friend class base::RefCountedThreadSafe<Delegate>;
58 virtual ~Delegate() {}
66 DISALLOW_COPY_AND_ASSIGN(Delegate);
71 : delegate_(new Delegate(type, reason)) {
73 base::Bind(&Delegate::ApplyBlock, delegate_));
78 base::Bind(&Delegate::RemoveBlock, delegate_));
  /external/chromium/chrome/browser/net/
chrome_cookie_notification_details.h 15 net::CookieMonster::Delegate::ChangeCause cause)
23 net::CookieMonster::Delegate::ChangeCause cause;
  /external/chromium/chrome/browser/ui/tabs/
tab_menu_model.h 19 TabMenuModel(ui::SimpleMenuModel::Delegate* delegate, bool is_pinned);
20 TabMenuModel(ui::SimpleMenuModel::Delegate* delegate,

Completed in 990 milliseconds

1 23 4 5 6 7 8 91011>>