Searched defs:delegate (Results 276 - 300 of 1241) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/web_resource/
H A Djson_asynchronous_unpacker.cc27 JSONAsynchronousUnpackerDelegate* delegate)
28 : JSONAsynchronousUnpacker(delegate),
103 JSONAsynchronousUnpackerDelegate* delegate) {
104 return new JSONAsynchronousUnpackerImpl(delegate);
26 JSONAsynchronousUnpackerImpl( JSONAsynchronousUnpackerDelegate* delegate) argument
102 Create( JSONAsynchronousUnpackerDelegate* delegate) argument
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_characteristic_service_provider.cc17 Delegate* delegate,
25 delegate_(delegate) {
78 // Pass on to the delegate.
100 // Pass on to the delegate.
15 FakeBluetoothGattCharacteristicServiceProvider( const dbus::ObjectPath& object_path, Delegate* delegate, const std::string& uuid, const std::vector<std::string>& flags, const std::vector<std::string>& permissions, const dbus::ObjectPath& service_path) argument
H A Dfake_bluetooth_gatt_descriptor_service_provider.cc18 Delegate* delegate,
25 delegate_(delegate) {
87 // Pass on to the delegate.
118 // Pass on to the delegate.
16 FakeBluetoothGattDescriptorServiceProvider( const dbus::ObjectPath& object_path, Delegate* delegate, const std::string& uuid, const std::vector<std::string>& permissions, const dbus::ObjectPath& characteristic_path) argument
/external/chromium_org/components/infobars/core/
H A Dinfobar_container.h33 // The delegate is notified each time the infobar container changes height,
37 // The delegate needs to tell us whether "unspoofable" arrows should be
45 explicit InfoBarContainer(Delegate* delegate);
59 // Called by the delegate when the distance between what the top infobar's
79 const Delegate* delegate() const { return delegate_; } function in class:infobars::InfoBarContainer
/external/chromium_org/components/navigation_interception/
H A Dintercept_navigation_delegate.cc51 scoped_ptr<InterceptNavigationDelegate> delegate) {
53 delegate.release());
49 Associate( WebContents* web_contents, scoped_ptr<InterceptNavigationDelegate> delegate) argument
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_info_fetcher.cc32 UserInfoFetcher::UserInfoFetcher(Delegate* delegate, argument
34 : delegate_(delegate),
36 DCHECK(delegate);
74 // to the delegate.
/external/chromium_org/components/web_modal/
H A Dweb_contents_modal_dialog_manager.h28 WebContentsModalDialogManagerDelegate* delegate() const { return delegate_; } function in class:web_modal::WebContentsModalDialogManager
/external/chromium_org/components/webdata/common/
H A Dweb_data_service_backend.cc18 Delegate* delegate,
25 delegate_(delegate) {
16 WebDataServiceBackend( const FilePath& path, Delegate* delegate, const scoped_refptr<base::MessageLoopProxy>& db_thread) argument
/external/chromium_org/content/browser/android/
H A Dinterstitial_page_delegate_android.cc88 InterstitialPageDelegateAndroid* delegate = local
91 return reinterpret_cast<intptr_t>(delegate);
/external/chromium_org/content/browser/devtools/
H A Ddevtools_frontend_host.cc19 DevToolsFrontendHostDelegate* delegate) {
21 static_cast<WebContentsImpl*>(client_web_contents), delegate);
33 DevToolsFrontendHostDelegate* delegate)
35 delegate_(delegate) {
17 CreateDevToolsFrontendHost( WebContents* client_web_contents, DevToolsFrontendHostDelegate* delegate) argument
31 DevToolsFrontendHost( WebContentsImpl* web_contents, DevToolsFrontendHostDelegate* delegate) argument
/external/chromium_org/content/browser/download/
H A Ddrag_download_file_browsertest.cc66 ShellDownloadManagerDelegate* delegate = variable
70 delegate->SetDownloadBehaviorForTesting(downloads_directory());
/external/chromium_org/content/shell/renderer/
H A Dshell_render_process_observer.cc51 void ShellRenderProcessObserver::SetTestDelegate(WebTestDelegate* delegate) { argument
52 test_interfaces_->setDelegate(delegate);
53 test_delegate_ = delegate;
/external/chromium_org/extensions/browser/api/storage/
H A Dweak_unlimited_settings_storage.cc10 ValueStore* delegate)
11 : delegate_(delegate) {}
9 WeakUnlimitedSettingsStorage( ValueStore* delegate) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager.cc38 AsyncPixelTransferDelegate* delegate = local
40 delegate_map_[ref] = make_linked_ptr(delegate);
42 return delegate;
67 AsyncPixelTransferDelegate* delegate = GetPixelTransferDelegate(ref); local
68 return delegate && delegate->TransferIsInProgress();
/external/chromium_org/jingle/notifier/listener/
H A Dpush_notifications_listen_task.cc25 buzz::XmppTaskParentInterface* parent, Delegate* delegate)
27 delegate_(delegate) {
24 PushNotificationsListenTask( buzz::XmppTaskParentInterface* parent, Delegate* delegate) argument
H A Dpush_notifications_subscribe_task.cc25 Delegate* delegate)
27 subscriptions_(subscriptions), delegate_(delegate) {
22 PushNotificationsSubscribeTask( buzz::XmppTaskParentInterface* parent, const SubscriptionList& subscriptions, Delegate* delegate) argument
/external/chromium_org/media/audio/
H A Dtest_audio_input_controller_factory.h66 // Notifies the TestAudioControllerOpened() event to the delegate (if any).
106 void set_delegate(TestAudioInputControllerDelegate* delegate) { argument
107 delegate_ = delegate;
122 // The delegate for tests for receiving audio controller events.
/external/chromium_org/media/midi/
H A Dusb_midi_device_android.cc17 UsbMidiDeviceDelegate* delegate)
18 : raw_device_(raw_device), delegate_(delegate) {
16 UsbMidiDeviceAndroid(ObjectRef raw_device, UsbMidiDeviceDelegate* delegate) argument
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_x11.cc24 NativeViewportX11(NativeViewportDelegate* delegate) argument
25 : delegate_(delegate) {
158 NativeViewportDelegate* delegate) {
159 return scoped_ptr<NativeViewport>(new NativeViewportX11(delegate)).Pass();
156 Create( shell::Context* context, NativeViewportDelegate* delegate) argument
/external/chromium_org/mojo/shell/
H A Dchild_process_host.cc25 Delegate* delegate,
28 delegate_(delegate),
31 DCHECK(delegate);
24 ChildProcessHost(Context* context, Delegate* delegate, ChildProcess::Type type) argument
/external/chromium_org/net/android/
H A Dnetwork_change_notifier_android.cc24 // 2) NetworkChangeNotifierDelegateAndroid ('delegate')
27 // The factory constructs and owns the delegate. The factory is constructed and
29 // delegate on the main thread too. This guarantees that the calls to the Java
32 // be called from any thread since the delegate's construction (performing the
40 // factory passes the delegate to the notifier (without transferring ownership).
42 // delegate as explained above. But the factory naturally creates multiple
44 // between delegate and notifier (i.e. a single delegate can be shared by
47 // notifications fired by the delegate. These notifications, received by the
48 // delegate (an
126 NetworkChangeNotifierAndroid( NetworkChangeNotifierDelegateAndroid* delegate) argument
[all...]
/external/chromium_org/net/quic/
H A Dquic_ack_notifier.cc28 QuicAckNotifier::QuicAckNotifier(DelegateInterface* delegate) argument
29 : delegate_(delegate),
34 DCHECK(delegate);
H A Dquic_alarm_test.cc25 explicit TestAlarm(QuicAlarm::Delegate* delegate) : QuicAlarm(delegate) {} argument
H A Dquic_connection_helper.cc24 QuicAlarm::Delegate* delegate)
25 : QuicAlarm(delegate),
114 QuicAlarm* QuicConnectionHelper::CreateAlarm(QuicAlarm::Delegate* delegate) { argument
115 return new QuicChromeAlarm(clock_, task_runner_, delegate);
22 QuicChromeAlarm(const QuicClock* clock, base::TaskRunner* task_runner, QuicAlarm::Delegate* delegate) argument
/external/chromium_org/net/tools/quic/
H A Dquic_epoll_connection_helper.cc25 QuicAlarm::Delegate* delegate)
26 : QuicAlarm(delegate),
83 QuicAlarm::Delegate* delegate) {
84 return new QuicEpollAlarm(epoll_server_, delegate);
24 QuicEpollAlarm(EpollServer* epoll_server, QuicAlarm::Delegate* delegate) argument
82 CreateAlarm( QuicAlarm::Delegate* delegate) argument

Completed in 411 milliseconds

<<11121314151617181920>>