Searched refs:Delegate (Results 101 - 125 of 1254) sorted by relevance

1234567891011>>

/external/chromium_org/components/infobars/core/
H A Dinfobar_container.h28 class Delegate { class in class:infobars::InfoBarContainer
42 virtual ~Delegate();
45 explicit InfoBarContainer(Delegate* delegate);
66 // Delegate::InfoBarContainerStateChanged() unless it causes an actual
79 const Delegate* delegate() const { return delegate_; }
125 Delegate* delegate_;
/external/chromium_org/ipc/mojo/
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/spdy/
H A Dspdy_websocket_stream.h27 : public SpdyStream::Delegate {
29 // Delegate handles asynchronous events.
30 class NET_EXPORT_PRIVATE Delegate { class in class:net::SpdyWebSocketStream
58 virtual ~Delegate() {}
62 Delegate* delegate);
77 // SpdyStream::Delegate
95 Delegate* delegate_;
/external/chromium_org/ppapi/proxy/
H A Dproxy_channel.h32 class PPAPI_PROXY_EXPORT Delegate { class in class:ppapi::proxy::ProxyChannel
34 virtual ~Delegate() {}
93 virtual bool InitWithChannel(Delegate* delegate,
98 ProxyChannel::Delegate* delegate() const {
104 ProxyChannel::Delegate* delegate_;
/external/chromium_org/remoting/client/plugin/
H A Dmedia_source_video_renderer.h24 class Delegate { class in class:remoting::MediaSourceVideoRenderer
26 Delegate() {} function in class:remoting::MediaSourceVideoRenderer::Delegate
27 virtual ~Delegate() {}
45 explicit MediaSourceVideoRenderer(Delegate* delegate);
58 Delegate* delegate_;
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.cc224 Delegate* delegate) {
227 d->RegisterHandler("bringToFront", &Delegate::ActivateWindow, delegate);
228 d->RegisterHandler("closeWindow", &Delegate::CloseWindow, delegate);
230 &Delegate::SetInspectedPageBounds, delegate);
232 &Delegate::InspectElementCompleted, delegate);
234 &Delegate::InspectedURLChanged, delegate);
235 d->RegisterHandler("moveWindowBy", &Delegate::MoveWindow, delegate);
236 d->RegisterHandler("setIsDocked", &Delegate::SetIsDocked, delegate);
237 d->RegisterHandler("openInNewTab", &Delegate::OpenInNewTab, delegate);
238 d->RegisterHandler("save", &Delegate
[all...]
/external/chromium_org/content/browser/
H A Dpower_save_blocker_x11.cc66 class PowerSaveBlockerImpl::Delegate class in class:content::PowerSaveBlockerImpl
67 : public base::RefCountedThreadSafe<PowerSaveBlockerImpl::Delegate> {
70 Delegate(PowerSaveBlockerType type, const std::string& reason);
81 friend class base::RefCountedThreadSafe<Delegate>;
82 ~Delegate() {}
124 DISALLOW_COPY_AND_ASSIGN(Delegate);
127 PowerSaveBlockerImpl::Delegate::Delegate(PowerSaveBlockerType type, function in class:content::PowerSaveBlockerImpl::Delegate
138 void PowerSaveBlockerImpl::Delegate::Init() {
143 base::Bind(&Delegate
[all...]
H A Dpower_save_blocker_win.cc110 class PowerSaveBlockerImpl::Delegate class in class:content::PowerSaveBlockerImpl
111 : public base::RefCountedThreadSafe<PowerSaveBlockerImpl::Delegate> {
113 Delegate(PowerSaveBlockerType type, const std::string& reason) function in class:content::PowerSaveBlockerImpl::Delegate
124 friend class base::RefCountedThreadSafe<Delegate>;
125 ~Delegate() {}
131 DISALLOW_COPY_AND_ASSIGN(Delegate);
134 void PowerSaveBlockerImpl::Delegate::ApplyBlock() {
142 void PowerSaveBlockerImpl::Delegate::RemoveBlock() {
150 POWER_REQUEST_TYPE PowerSaveBlockerImpl::Delegate::RequestType() {
162 : delegate_(new Delegate(typ
[all...]
/external/chromium_org/athena/home/
H A Dhome_card_gesture_manager.h21 class Delegate { class in class:athena::HomeCardGestureManager
42 HomeCardGestureManager(Delegate* delegate,
55 Delegate* delegate_; // Not owned.
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dmock_network_screen.h26 virtual void SetDelegate(Delegate* delegate);
28 MOCK_METHOD1(MockSetDelegate, void(Delegate* delegate));
41 Delegate* delegate_;
H A Dmock_update_screen.h28 virtual void SetDelegate(UpdateScreenActor::Delegate* screen) OVERRIDE;
30 MOCK_METHOD1(MockSetDelegate, void(UpdateScreenActor::Delegate* screen));
44 UpdateScreenActor::Delegate* screen_;
H A Dupdate_screen_actor.h22 class Delegate { class in class:chromeos::UpdateScreenActor
24 virtual ~Delegate() {}
39 virtual void SetDelegate(Delegate* screen) = 0;
H A Duser_image_screen_actor.h22 class Delegate { class in class:chromeos::UserImageScreenActor
24 virtual ~Delegate() {}
51 virtual void SetDelegate(Delegate* screen) = 0;
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_install_dialog_controller.h27 public ExtensionInstallPrompt::Delegate,
32 ExtensionInstallPrompt::Delegate* delegate,
36 // ExtensionInstallPrompt::Delegate implementation.
52 ExtensionInstallPrompt::Delegate* delegate_;
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/
H A Dpermission_bubble_controller.h23 // Delegate to be informed of user actions.
24 PermissionBubbleView::Delegate* delegate_; // Weak.
26 // Delegate that receives menu events on behalf of this.
27 scoped_ptr<ui::SimpleMenuModel::Delegate> menuDelegate_;
44 withDelegate:(PermissionBubbleView::Delegate*)delegate
/external/chromium_org/chromeos/accelerometer/
H A Daccelerometer_reader.h48 class Delegate { class in class:chromeos::AccelerometerReader
55 Delegate* delegate);
76 Delegate* delegate_;
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_characteristic_service_provider.h29 // property are delegated to the Delegate object, an instance of which is
36 class Delegate { class in class:chromeos::BluetoothGattCharacteristicServiceProvider
38 virtual ~Delegate() {}
98 Delegate* delegate,
H A Dbluetooth_gatt_descriptor_service_provider.h29 // property are delegated to the Delegate object, an instance of which is
36 class Delegate { class in class:chromeos::BluetoothGattDescriptorServiceProvider
38 virtual ~Delegate() {}
95 Delegate* delegate,
H A Dbluetooth_profile_service_provider.h30 // passed on to your Delegate object for handling. Responses should be returned
35 class Delegate { class in class:chromeos::BluetoothProfileServiceProvider
37 virtual ~Delegate() {}
113 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_service_stub.cc12 ComponentCloudPolicyService::Delegate::~Delegate() {}
15 Delegate* delegate,
H A Duser_info_fetcher.h27 // a provided Delegate when the request is complete.
30 class POLICY_EXPORT Delegate { class in class:policy::UserInfoFetcher
33 // response in |response|. Delegate may free the UserInfoFetcher in this
39 // error in |error|. Delegate may free the UserInfoFetcher in this
45 UserInfoFetcher(Delegate* delegate, net::URLRequestContextGetter* context);
55 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/mojo/services/native_viewport/
H A Dplatform_viewport.h25 class Delegate { class in class:mojo::PlatformViewport
27 virtual ~Delegate() {}
48 static scoped_ptr<PlatformViewport> Create(Delegate* delegate);
H A Dplatform_viewport_headless.h14 static scoped_ptr<PlatformViewport> Create(Delegate* delegate);
17 explicit PlatformViewportHeadless(Delegate* delegate);
29 Delegate* delegate_;

Completed in 2879 milliseconds

1234567891011>>