Searched defs:Delegate (Results 126 - 150 of 294) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_installed_bubble.h45 class Delegate { class in class:ExtensionInstalledBubble
47 virtual ~Delegate() {}
55 ExtensionInstalledBubble(Delegate* delegate,
90 Delegate* delegate_;
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_icon_painter.h40 class Delegate { class in class:WrenchIconPainter
44 virtual ~Delegate() {}
47 explicit WrenchIconPainter(Delegate* delegate);
71 Delegate* delegate_;
/external/chromium_org/chrome/browser/ui/views/
H A Dhung_renderer_view.h28 // The Delegate is notified any time a WebContents the model is listening to
30 class Delegate { class in class:HungPagesTableModel
35 virtual ~Delegate() {}
38 explicit HungPagesTableModel(Delegate* delegate);
90 Delegate* delegate_;
99 public HungPagesTableModel::Delegate {
132 // HungPagesTableModel::Delegate overrides:
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_view.h43 class Delegate : public views::DragController { class in class:BrowserActionView
73 virtual ~Delegate() {}
89 BrowserActionView::Delegate* delegate);
175 // Delegate that usually represents a container for BrowserActionView.
176 BrowserActionView::Delegate* delegate_;
/external/chromium_org/chromeos/dbus/
H A Dnfc_client_helpers.h56 // DBusObjectMap::Delegate must be implemented by classes that use an
58 class Delegate { class in class:chromeos::nfc_client_helpers::DBusObjectMap
60 virtual ~Delegate() {}
87 Delegate* delegate,
105 // via |Delegate::ObjectAdded| and |Delegate::ObjectRemoved|.
151 Delegate* delegate_;
176 DBusObjectMap::Delegate* delegate,
/external/chromium_org/chromeos/network/portal_detector/
H A Dnetwork_portal_detector_strategy.h26 class Delegate { class in class:chromeos::PortalDetectorStrategy
28 virtual ~Delegate() {}
44 Delegate* delegate);
70 explicit PortalDetectorStrategy(Delegate* delegate);
75 Delegate* delegate_;
/external/chromium_org/content/browser/
H A Dpower_save_blocker_mac.cc41 class PowerSaveBlockerImpl::Delegate class in class:content::PowerSaveBlockerImpl
42 : public base::RefCountedThreadSafe<PowerSaveBlockerImpl::Delegate> {
44 Delegate(PowerSaveBlockerType type, const std::string& reason) function in class:content::PowerSaveBlockerImpl::Delegate
52 friend class base::RefCountedThreadSafe<Delegate>;
53 ~Delegate() {}
59 void PowerSaveBlockerImpl::Delegate::ApplyBlock() {
89 void PowerSaveBlockerImpl::Delegate::RemoveBlock() {
102 : delegate_(new Delegate(type, reason)) {
105 base::Bind(&Delegate::ApplyBlock, delegate_));
111 base::Bind(&Delegate
[all...]
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_engine.h33 class Delegate { class in class:content::SpeechRecognitionEngine
44 virtual ~Delegate() {}
95 void set_delegate(Delegate* delegate) { delegate_ = delegate; }
98 Delegate* delegate() const { return delegate_; }
101 Delegate* delegate_;
105 // Visual Studio where it gets confused between multiple Delegate
107 typedef SpeechRecognitionEngine::Delegate SpeechRecognitionEngineDelegate;
/external/chromium_org/google_apis/gaia/
H A Dgaia_oauth_client.h37 class Delegate { class in class:gaia::GaiaOAuthClient
64 virtual ~Delegate() {}
81 Delegate* delegate);
92 Delegate* delegate);
100 Delegate* delegate);
108 Delegate* delegate);
118 Delegate* delegate);
129 Delegate* delegate);
/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo.h60 public MojoBootstrap::Delegate {
62 class Delegate { class in class:IPC::ChannelMojo
64 virtual ~Delegate() {}
65 virtual base::WeakPtr<Delegate> ToWeakPtr() = 0;
72 static scoped_ptr<ChannelMojo> Create(Delegate* delegate,
81 Delegate* delegate,
126 ChannelMojo(Delegate* delegate,
141 void InitDelegate(ChannelMojo::Delegate* delegate);
145 base::WeakPtr<Delegate> delegate_;
H A Dipc_mojo_bootstrap.h29 class Delegate { class in class:IPC::MojoBootstrap
41 Delegate* delegate);
60 Delegate* delegate() const { return delegate_; }
67 void Init(scoped_ptr<Channel> channel, Delegate* delegate);
74 Delegate* delegate_;
/external/chromium_org/net/socket/
H A Dstream_listen_socket.h44 public base::win::ObjectWatcher::Delegate {
55 class Delegate { class in class:net::StreamListenSocket
67 virtual ~Delegate() {}
90 StreamListenSocket(SocketDescriptor s, Delegate* del);
105 Delegate* const socket_delegate_;
147 StreamListenSocket::Delegate* delegate) const = 0;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_policy_disk_cache.h41 // Delegate interface for observing loads operations.
42 class Delegate { class in class:policy::UserPolicyDiskCache
44 virtual ~Delegate();
51 const base::WeakPtr<Delegate>& delegate,
83 base::WeakPtr<Delegate> delegate_;
/external/chromium_org/chrome/browser/chromeos/
H A Dsession_length_limiter.h26 class Delegate { class in class:chromeos::SessionLengthLimiter
28 virtual ~Delegate();
37 SessionLengthLimiter(Delegate* delegate, bool browser_restarted);
63 scoped_ptr<Delegate> delegate_;
66 scoped_ptr<base::OneShotTimer<SessionLengthLimiter::Delegate> > timer_;
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.h64 class Delegate { class in class:chromeos::NetworkMenu
66 virtual ~Delegate();
73 explicit NetworkMenu(Delegate* delegate);
86 Delegate* delegate() const { return delegate_; }
89 Delegate* delegate_;
/external/chromium_org/chrome/browser/download/
H A Ddownload_ui_controller.cc25 // constructed without specifying an explicit Delegate.
29 : public DownloadUIController::Delegate {
35 // DownloadUIController::Delegate
55 class DefaultUIControllerDelegate : public DownloadUIController::Delegate {
63 // DownloadUIController::Delegate
90 DownloadUIController::Delegate::~Delegate() {
94 scoped_ptr<Delegate> delegate)
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_session.h29 // Delegate to be implemented by client code.
30 class Delegate { class in class:local_discovery::PrivetV3Session
32 virtual ~Delegate();
60 PrivetV3Session(scoped_ptr<PrivetHTTPClient> client, Delegate* delegate);
75 Delegate* delegate_;
H A Dservice_discovery_device_lister.h20 class Delegate { class in class:local_discovery::ServiceDiscoveryDeviceLister
29 ServiceDiscoveryDeviceLister(Delegate* delegate,
55 Delegate* const delegate_;
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page.h41 class Delegate { class in class:InstantPage
54 virtual ~Delegate();
74 InstantPage(Delegate* delegate, const std::string& instant_url,
81 Delegate* delegate() const { return delegate_; }
120 Delegate* const delegate_;
H A Dsearch_ipc_router.h32 class Delegate { class in class:SearchIPCRouter
117 SearchIPCRouter(content::WebContents* web_contents, Delegate* delegate,
213 void set_delegate_for_testing(Delegate* delegate);
224 Delegate* delegate_;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.h31 public VersionInfoUpdater::Delegate,
34 class Delegate { class in class:chromeos::CoreOobeHandler
43 void SetDelegate(Delegate* delegate);
52 // VersionInfoUpdater::Delegate implementation:
140 Delegate* delegate_;
/external/chromium_org/chromeos/login/auth/
H A Donline_attempt_host.h30 class Delegate { class in class:chromeos::OnlineAttemptHost
36 explicit OnlineAttemptHost(Delegate* delegate);
60 Delegate* delegate_;
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_store.h31 class POLICY_EXPORT Delegate { class in class:policy::ComponentCloudPolicyStore
33 virtual ~Delegate();
41 ComponentCloudPolicyStore(Delegate* delegate,
132 Delegate* delegate_;
/external/chromium_org/content/test/
H A Dmock_google_streaming_server.h23 class Delegate { class in class:content::MockGoogleStreamingServer
31 explicit MockGoogleStreamingServer(Delegate* delegate);
53 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_;

Completed in 4776 milliseconds

1234567891011>>