Searched defs:delegate (Results 326 - 350 of 1356) sorted by relevance

<<11121314151617181920>>

/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
H A Dquic_connection_helper_test.cc54 TestDelegate* delegate = new TestDelegate(); local
55 scoped_ptr<QuicAlarm> alarm(helper_.CreateAlarm(delegate));
67 EXPECT_TRUE(delegate->fired());
71 TestDelegate* delegate = new TestDelegate(); local
72 scoped_ptr<QuicAlarm> alarm(helper_.CreateAlarm(delegate));
85 EXPECT_FALSE(delegate->fired());
89 TestDelegate* delegate = new TestDelegate(); local
90 scoped_ptr<QuicAlarm> alarm(helper_.CreateAlarm(delegate));
105 EXPECT_FALSE(delegate->fired());
112 EXPECT_TRUE(delegate
116 TestDelegate* delegate = new TestDelegate(); local
145 TestDelegate* delegate = new TestDelegate(); local
[all...]
/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
H A Dquic_epoll_connection_helper_test.cc57 TestDelegate* delegate = new TestDelegate(); local
58 scoped_ptr<QuicAlarm> alarm(helper_.CreateAlarm(delegate));
70 TestDelegate* delegate = new TestDelegate(); local
71 scoped_ptr<QuicAlarm> alarm(helper_.CreateAlarm(delegate));
81 EXPECT_FALSE(delegate->fired());
85 TestDelegate* delegate = new TestDelegate(); local
86 scoped_ptr<QuicAlarm> alarm(helper_.CreateAlarm(delegate));
98 EXPECT_FALSE(delegate->fired());
103 EXPECT_TRUE(delegate->fired());
107 TestDelegate* delegate local
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_filter_unittest.cc53 TestDelegate delegate; local
59 kUrl1, DEFAULT_PRIORITY, &delegate, NULL));
63 kUrl2, DEFAULT_PRIORITY, &delegate, NULL));
/external/chromium_org/ppapi/proxy/
H A Dproxy_channel.cc28 bool ProxyChannel::InitWithChannel(Delegate* delegate, argument
32 delegate_ = delegate;
38 delegate->GetIPCMessageLoop(), true,
39 delegate->GetShutdownEvent());
H A Dproxy_channel.h44 // on the other side of the channel. This is part of the delegate interface
91 // The delegate pointer must outlive this class, ownership is not
93 virtual bool InitWithChannel(Delegate* delegate,
98 ProxyChannel::Delegate* delegate() const { function in class:ppapi::proxy::ProxyChannel
/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_buffer_manager.cc17 MediaStreamBufferManager::MediaStreamBufferManager(Delegate* delegate) argument
18 : delegate_(delegate), buffer_size_(0), number_of_buffers_(0) {
H A Dmedia_stream_buffer_manager_unittest.cc44 MockDelegate delegate; local
45 MediaStreamBufferManager manager(&delegate);
72 EXPECT_EQ(5, delegate.new_buffer_enqueue_counter_);
96 MockDelegate delegate; local
97 MediaStreamBufferManager manager(&delegate);
126 MockDelegate delegate; local
127 MediaStreamBufferManager manager(&delegate);
/external/chromium_org/sync/sessions/
H A Dsync_session.cc20 Delegate* delegate) {
21 return new SyncSession(context, delegate);
26 Delegate* delegate)
28 delegate_(delegate) {
19 Build(SyncSessionContext* context, Delegate* delegate) argument
24 SyncSession( SyncSessionContext* context, Delegate* delegate) argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSettings.cpp86 void Settings::setDelegate(SettingsDelegate* delegate) argument
88 m_delegate = delegate;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCDataChannel.h101 @property(nonatomic, weak) id<RTCDataChannelDelegate> delegate; variable
/external/chromium_org/ui/aura/test/
H A Daura_test_base.cc80 WindowDelegate* delegate) {
82 delegate ? delegate :
79 CreateNormalWindow(int id, Window* parent, WindowDelegate* delegate) argument
/external/chromium_org/ui/base/ime/
H A Dinput_method_minimal.cc14 internal::InputMethodDelegate* delegate) {
15 SetDelegate(delegate);
13 InputMethodMinimal( internal::InputMethodDelegate* delegate) argument
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element_unittest.cc23 // Check that the transformation element progresses the delegate as expected and
26 TestLayerAnimationDelegate delegate; local
41 delegate.SetTransformFromAnimation(start_transform);
42 element->Start(&delegate, 1);
43 element->Progress(start_time, &delegate);
45 delegate.GetTransformForAnimation());
48 element->Progress(effective_start_time, &delegate);
50 element->Progress(effective_start_time + delta/2, &delegate);
58 element->Progress(effective_start_time + delta, &delegate);
61 delegate
118 TestLayerAnimationDelegate delegate; local
134 TestLayerAnimationDelegate delegate; local
171 TestLayerAnimationDelegate delegate; local
213 TestLayerAnimationDelegate delegate; local
247 TestLayerAnimationDelegate delegate; local
282 TestLayerAnimationDelegate delegate; local
328 TestLayerAnimationDelegate delegate; local
358 TestLayerAnimationDelegate delegate; local
396 TestLayerAnimationDelegate delegate; local
[all...]
/external/chromium_org/ui/gfx/animation/
H A Danimation.h50 // Sets the delegate.
51 void set_delegate(AnimationDelegate* delegate) { delegate_ = delegate; } argument
71 // delegate has been invoked.
75 // true the delegate is notified the animation was canceled, otherwise the
76 // delegate is notified the animation stopped.
81 AnimationDelegate* delegate() { return delegate_; } function in class:gfx::Animation
95 // Our delegate; may be null.
H A Dlinear_animation.cc25 AnimationDelegate* delegate)
29 set_delegate(delegate);
34 AnimationDelegate* delegate)
39 set_delegate(delegate);
61 // of the delegate).
83 if (delegate())
84 delegate()->AnimationProgressed(this);
99 // Set state_ to ensure we send ended to delegate and not canceled.
24 LinearAnimation(int frame_rate, AnimationDelegate* delegate) argument
32 LinearAnimation(int duration, int frame_rate, AnimationDelegate* delegate) argument
/external/chromium_org/ui/views/controls/
H A Dresize_area.cc20 ResizeArea::ResizeArea(ResizeAreaDelegate* delegate) argument
21 : delegate_(delegate),
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.h45 explicit NativeWidgetAura(internal::NativeWidgetDelegate* delegate);
195 internal::NativeWidgetDelegate* delegate() { return delegate_; } function in class:views::NativeWidgetAura
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DForwardingScrollStepStrategy.java28 * forwarding calls to all methods of {@link ScrollStepStrategy} to delegate.
35 * Returns the backing delegate instance that methods are forwarded to.
37 protected abstract ScrollStepStrategy delegate(); method in class:ForwardingScrollStepStrategy
40 return delegate().scroll(driver, containerFinder, direction);
45 return delegate().getDirectionConverter();
51 delegate().beginScrolling(driver, containerFinder, itemFinder, direction);
57 delegate().endScrolling(driver, containerFinder, itemFinder, direction);
62 delegate().doScroll(container, direction);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractIdleService.java38 private final Service delegate = new AbstractService() { field in class:AbstractIdleService
102 return delegate.start();
106 return delegate.startAndWait();
110 return delegate.isRunning();
114 return delegate.state();
118 return delegate.stop();
122 return delegate.stopAndWait();

Completed in 507 milliseconds

<<11121314151617181920>>