| /external/chromium_org/ui/compositor/ |
| D | layer_animation_element.cc | 38 virtual void OnStart(LayerAnimationDelegate* delegate) OVERRIDE {} in OnStart() 40 LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() 44 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() 60 virtual void OnStart(LayerAnimationDelegate* delegate) OVERRIDE { in OnStart() 64 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() 74 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() 95 virtual void OnStart(LayerAnimationDelegate* delegate) OVERRIDE { in OnStart() 98 virtual bool OnProgress(double t, LayerAnimationDelegate* delegate) OVERRIDE { in OnProgress() 108 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() 127 virtual void OnStart(LayerAnimationDelegate* delegate) OVERRIDE { in OnStart() [all …]
|
| /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
| D | AwLayoutSizerTest.java | 66 LayoutSizerDelegate delegate = new LayoutSizerDelegate(); in testCanQueryContentSize() local 87 LayoutSizerDelegate delegate = new LayoutSizerDelegate(); in testContentSizeChangeRequestsLayout() local 103 LayoutSizerDelegate delegate = new LayoutSizerDelegate(); in testContentSizeChangeDoesNotRequestLayoutIfMeasuredExcatly() local 121 LayoutSizerDelegate delegate = new LayoutSizerDelegate(); in testDuplicateContentSizeChangeDoesNotRequestLayout() local 139 LayoutSizerDelegate delegate = new LayoutSizerDelegate(); in testContentHeightGrowsTillAtMostSize() local 163 LayoutSizerDelegate delegate = new LayoutSizerDelegate(); in testContentHeightGrowthRequestsLayoutInAtMostSizeMode() local 189 LayoutSizerDelegate delegate = new LayoutSizerDelegate(); in testContentHeightShrinksAfterAtMostSize() local 227 LayoutSizerDelegate delegate = new LayoutSizerDelegate(); in testScaleChangeRequestsLayout() local 246 LayoutSizerDelegate delegate = new LayoutSizerDelegate(); in testDuplicateScaleChangeDoesNotRequestLayout() local 264 LayoutSizerDelegate delegate = new LayoutSizerDelegate(); in testScaleChangeGrowsTillAtMostSize() local [all …]
|
| D | AwScrollOffsetManagerTest.java | 95 TestScrollOffsetManagerDelegate delegate, int scrollX, int scrollY) { in simulateScrolling() 108 TestScrollOffsetManagerDelegate delegate) { in simlateOverScrollPropagation() 119 TestScrollOffsetManagerDelegate delegate = new TestScrollOffsetManagerDelegate(); in testWhenContentSizeMatchesView() local 172 TestScrollOffsetManagerDelegate delegate = new TestScrollOffsetManagerDelegate(); in testScrollRangeAndMaxOffset() local 220 TestScrollOffsetManagerDelegate delegate = new TestScrollOffsetManagerDelegate() { in testDelegateCanOverrideScroll() local 247 TestScrollOffsetManagerDelegate delegate = new TestScrollOffsetManagerDelegate() { in testDelegateOverridenScrollsDontExceedBounds() local 272 TestScrollOffsetManagerDelegate delegate = new TestScrollOffsetManagerDelegate(); in testScrollContainerViewTo() local 295 TestScrollOffsetManagerDelegate delegate = new TestScrollOffsetManagerDelegate(); in testOnContainerViewOverScrolled() local 320 TestScrollOffsetManagerDelegate delegate = new TestScrollOffsetManagerDelegate(); in testDefersScrollUntilTouchEnd() local 347 TestScrollOffsetManagerDelegate delegate = new TestScrollOffsetManagerDelegate(); in testFlingScroll() local [all …]
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | Constraints.java | 87 private final Collection<E> delegate; field in Constraints.ConstrainedCollection 91 Collection<E> delegate, Constraint<? super E> constraint) { in ConstrainedCollection() 95 @Override protected Collection<E> delegate() { in delegate() method in Constraints.ConstrainedCollection 126 private final Set<E> delegate; field in Constraints.ConstrainedSet 129 public ConstrainedSet(Set<E> delegate, Constraint<? super E> constraint) { in ConstrainedSet() 133 @Override protected Set<E> delegate() { in delegate() method in Constraints.ConstrainedSet 164 final SortedSet<E> delegate; field in Constraints.ConstrainedSortedSet 168 SortedSet<E> delegate, Constraint<? super E> constraint) { in ConstrainedSortedSet() 172 @Override protected SortedSet<E> delegate() { in delegate() method in Constraints.ConstrainedSortedSet 217 final List<E> delegate; field in Constraints.ConstrainedList [all …]
|
| D | RegularImmutableBiMap.java | 29 final transient ImmutableMap<K, V> delegate; field in RegularImmutableBiMap 32 RegularImmutableBiMap(ImmutableMap<K, V> delegate) { in RegularImmutableBiMap() 43 RegularImmutableBiMap(ImmutableMap<K, V> delegate, in RegularImmutableBiMap() 49 @Override ImmutableMap<K, V> delegate() { in delegate() method in RegularImmutableBiMap
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | ForwardingListenableFuture.java | 43 protected abstract ListenableFuture<V> delegate(); in delegate() method in ForwardingListenableFuture 63 private final ListenableFuture<V> delegate; field in ForwardingListenableFuture.SimpleForwardingListenableFuture 65 protected SimpleForwardingListenableFuture(ListenableFuture<V> delegate) { in SimpleForwardingListenableFuture() 70 protected final ListenableFuture<V> delegate() { in delegate() method in ForwardingListenableFuture.SimpleForwardingListenableFuture
|
| D | ForwardingCheckedFuture.java | 55 protected abstract CheckedFuture<V, X> delegate(); in delegate() method in ForwardingCheckedFuture 67 private final CheckedFuture<V, X> delegate; field in ForwardingCheckedFuture.SimpleForwardingCheckedFuture 69 protected SimpleForwardingCheckedFuture(CheckedFuture<V, X> delegate) { in SimpleForwardingCheckedFuture() 74 protected final CheckedFuture<V, X> delegate() { in delegate() method in ForwardingCheckedFuture.SimpleForwardingCheckedFuture
|
| D | ForwardingFuture.java | 44 @Override protected abstract Future<V> delegate(); in delegate() method in ForwardingFuture 84 private final Future<V> delegate; field in ForwardingFuture.SimpleForwardingFuture 86 protected SimpleForwardingFuture(Future<V> delegate) { in SimpleForwardingFuture() 91 protected final Future<V> delegate() { in delegate() method in ForwardingFuture.SimpleForwardingFuture
|
| D | JdkFutureAdapters.java | 107 private final Future<V> delegate; field in JdkFutureAdapters.ListenableFutureAdapter 109 ListenableFutureAdapter(Future<V> delegate) { in ListenableFutureAdapter() 113 ListenableFutureAdapter(Future<V> delegate, Executor adapterExecutor) { in ListenableFutureAdapter() 119 protected Future<V> delegate() { in delegate() method in JdkFutureAdapters.ListenableFutureAdapter
|
| /external/chromium_org/content/renderer/media/ |
| D | video_capture_message_filter.cc | 18 void VideoCaptureMessageFilter::AddDelegate(Delegate* delegate) { in AddDelegate() 32 void VideoCaptureMessageFilter::RemoveDelegate(Delegate* delegate) { in RemoveDelegate() 109 Delegate* delegate = find_delegate(device_id); in OnBufferCreated() local 130 Delegate* delegate = find_delegate(device_id); in OnBufferReceived() local 150 Delegate* delegate = find_delegate(device_id); in OnMailboxBufferReceived() local 169 Delegate* delegate = find_delegate(device_id); in OnBufferDestroyed() local 182 Delegate* delegate = find_delegate(device_id); in OnDeviceStateChanged() local 194 Delegate* delegate = find_delegate(device_id); in OnDeviceSupportedFormatsEnumerated() local 205 Delegate* delegate = find_delegate(device_id); in OnDeviceFormatsInUseReceived() local
|
| /external/chromium_org/chrome/browser/ui/android/infobars/ |
| D | translate_infobar.cc | 26 scoped_ptr<translate::TranslateInfoBarDelegate> delegate) in TranslateInfoBar() 36 translate::TranslateInfoBarDelegate* delegate = GetDelegate(); in CreateRenderInfoBar() local 57 translate::TranslateInfoBarDelegate* delegate = GetDelegate(); in ProcessButton() local 74 translate::TranslateInfoBarDelegate* delegate = GetDelegate(); in PassJavaInfoBar() local 91 translate::TranslateInfoBarDelegate* delegate = GetDelegate(); in ApplyTranslateOptions() local 116 void TranslateInfoBar::SetJavaDelegate(jobject delegate) { in SetJavaDelegate() 122 translate::TranslateInfoBarDelegate* delegate = GetDelegate(); in ShouldDisplayNeverTranslateInfoBarOnCancel() local
|
| D | confirm_infobar.cc | 19 scoped_ptr<ConfirmInfoBarDelegate> delegate) { in CreateInfoBar() 26 ConfirmInfoBar::ConfirmInfoBar(scoped_ptr<ConfirmInfoBarDelegate> delegate) in ConfirmInfoBar() 42 ConfirmInfoBarDelegate* delegate = GetDelegate(); in CreateRenderInfoBar() local 71 ConfirmInfoBarDelegate* delegate = GetDelegate(); in ProcessButton() local 83 ConfirmInfoBarDelegate* delegate = GetDelegate(); in GetTextFor() local
|
| /external/chromium_org/google_apis/gaia/ |
| D | gaia_oauth_client.cc | 106 GaiaOAuthClient::Delegate* delegate) { in GetTokensFromAuthCode() 127 GaiaOAuthClient::Delegate* delegate) { in RefreshToken() 149 Delegate* delegate) { in GetUserEmail() 155 Delegate* delegate) { in GetUserId() 161 Delegate* delegate) { in GetUserInfo() 169 Delegate* delegate) { in GetUserInfoImpl() 194 Delegate* delegate) { in GetTokenInfo() 210 GaiaOAuthClient::Delegate* delegate) { in MakeGaiaRequest() 358 Delegate* delegate) { in GetTokensFromAuthCode() 370 Delegate* delegate) { in RefreshToken() [all …]
|
| /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/ |
| D | WrapperTester.java | 39 public abstract OutputStream create(OutputStream delegate) throws Exception; in create() 82 private ClosableByteArrayOutputStream delegate; field in WrapperTester.WrapperSinkTester 113 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaFlushSuppressed() local 122 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaCloseSuppressed() local 131 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaFlush() local 147 FailOnFlushOutputStream delegate = new FailOnFlushOutputStream(); in wrapperTestFlushThrowsViaClose() local 169 FailOnCloseOutputStream delegate = new FailOnCloseOutputStream(); in wrapperTestCloseThrows() local 181 FailOnCloseOutputStream delegate = new FailOnCloseOutputStream(); in wrapperTestCloseThrowsSuppressed() local
|
| D | CharWrapperTester.java | 38 public abstract Writer create(Writer delegate) throws Exception; in create() 81 private ClosableStringWriter delegate; field in CharWrapperTester.WrapperSinkTester 112 FailOnFlushWriter delegate = new FailOnFlushWriter(); in wrapperTestFlushThrowsViaFlushSuppressed() local 121 FailOnFlushWriter delegate = new FailOnFlushWriter(); in wrapperTestFlushThrowsViaCloseSuppressed() local 130 FailOnFlushWriter delegate = new FailOnFlushWriter(); in wrapperTestFlushThrowsViaFlush() local 146 FailOnFlushWriter delegate = new FailOnFlushWriter(); in wrapperTestFlushThrowsViaClose() local 168 FailOnCloseWriter delegate = new FailOnCloseWriter(); in wrapperTestCloseThrows() local 180 FailOnCloseWriter delegate = new FailOnCloseWriter(); in wrapperTestCloseThrowsSuppressed() local
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Suppliers.java | 85 public static <T> Supplier<T> memoize(Supplier<T> delegate) { in memoize() 93 final Supplier<T> delegate; field in Suppliers.MemoizingSupplier 99 MemoizingSupplier(Supplier<T> delegate) { in MemoizingSupplier() 141 Supplier<T> delegate, long duration, TimeUnit unit) { in memoizeWithExpiration() 147 final Supplier<T> delegate; field in Suppliers.ExpiringMemoizingSupplier 154 Supplier<T> delegate, long duration, TimeUnit unit) { in ExpiringMemoizingSupplier() 214 public static <T> Supplier<T> synchronizedSupplier(Supplier<T> delegate) { in synchronizedSupplier() 220 final Supplier<T> delegate; field in Suppliers.ThreadSafeSupplier 222 ThreadSafeSupplier(Supplier<T> delegate) { in ThreadSafeSupplier()
|
| /external/chromium_org/chrome/browser/ui/webui/ |
| D | constrained_web_dialog_ui.cc | 38 ConstrainedWebDialogDelegate* delegate) : delegate_(delegate) {} in ConstrainedWebDialogDelegateUserData() 41 ConstrainedWebDialogDelegate* delegate() { return delegate_; } in delegate() function in __anon1447dbb10111::ConstrainedWebDialogDelegateUserData 63 ConstrainedWebDialogDelegate* delegate = GetConstrainedDelegate(); in RenderViewCreated() local 86 ConstrainedWebDialogDelegate* delegate = GetConstrainedDelegate(); in OnDialogCloseMessage() local 100 ConstrainedWebDialogDelegate* delegate) { in SetConstrainedDelegate()
|
| /external/chromium_org/base/files/ |
| D | file_path_watcher_browsertest.cc | 49 void OnChange(TestDelegate* delegate) { in OnChange() 55 void Register(TestDelegate* delegate) { in Register() 71 void RecordChange(TestDelegate* delegate) { in RecordChange() 131 TestDelegateBase* delegate, in SetupWatchCallback() 161 void DeleteDelegateOnFileThread(TestDelegate* delegate) { in DeleteDelegateOnFileThread() 202 TestDelegateBase* delegate, in SetupWatch() 217 scoped_ptr<TestDelegate> delegate(new TestDelegate(collector())); in TEST_F() local 230 scoped_ptr<TestDelegate> delegate(new TestDelegate(collector())); in TEST_F() local 245 scoped_ptr<TestDelegate> delegate(new TestDelegate(collector())); in TEST_F() local 258 scoped_ptr<TestDelegate> delegate(new TestDelegate(collector())); in TEST_F() local [all …]
|
| /external/guava/guava/src/com/google/common/cache/ |
| D | ForwardingLoadingCache.java | 44 protected abstract LoadingCache<K, V> delegate(); in delegate() method in ForwardingLoadingCache 80 private final LoadingCache<K, V> delegate; field in ForwardingLoadingCache.SimpleForwardingLoadingCache 82 protected SimpleForwardingLoadingCache(LoadingCache<K, V> delegate) { in SimpleForwardingLoadingCache() 87 protected final LoadingCache<K, V> delegate() { in delegate() method in ForwardingLoadingCache.SimpleForwardingLoadingCache
|
| /external/guava/guava-tests/test/com/google/common/io/ |
| D | CheckCloseSupplier.java | 42 private final InputSupplier<? extends T> delegate; field in CheckCloseSupplier.Input 44 public Input(InputSupplier<? extends T> delegate) { in Input() 55 private final OutputSupplier<? extends T> delegate; field in CheckCloseSupplier.Output 57 public Output(OutputSupplier<? extends T> delegate) { in Output()
|
| /external/chromium_org/ui/views/widget/desktop_aura/ |
| D | desktop_native_cursor_manager.cc | 41 wm::NativeCursorManagerDelegate* delegate) { in SetDisplay() 54 wm::NativeCursorManagerDelegate* delegate) { in SetCursor() 67 wm::NativeCursorManagerDelegate* delegate) { in SetVisibility() 85 wm::NativeCursorManagerDelegate* delegate) { in SetCursorSet() 91 wm::NativeCursorManagerDelegate* delegate) { in SetMouseEventsEnabled()
|
| /external/chromium_org/ui/web_dialogs/ |
| D | web_dialog_ui.cc | 29 explicit WebDialogDelegateUserData(WebDialogDelegate* delegate) in WebDialogDelegateUserData() 32 WebDialogDelegate* delegate() { return delegate_; } in delegate() function in ui::__anonb8cfd53c0111::WebDialogDelegateUserData 61 WebDialogDelegate* delegate) { in SetDelegate() 88 WebDialogDelegate* delegate = GetDelegate(web_ui()->GetWebContents()); in RenderViewCreated() local 106 WebDialogDelegate* delegate = GetDelegate(web_ui()->GetWebContents()); in OnDialogClosed() local
|
| /external/chromium_org/chrome/browser/ui/views/infobars/ |
| D | confirm_infobar.cc | 20 scoped_ptr<ConfirmInfoBarDelegate> delegate) { in CreateInfoBar() 27 ConfirmInfoBar::ConfirmInfoBar(scoped_ptr<ConfirmInfoBarDelegate> delegate) in ConfirmInfoBar() 67 ConfirmInfoBarDelegate* delegate = GetDelegate(); in ViewHierarchyChanged() local 100 ConfirmInfoBarDelegate* delegate = GetDelegate(); in ButtonPressed() local
|
| /external/chromium_org/athena/wm/ |
| D | window_manager_unittest.cc | 30 aura::WindowDelegate* delegate) { in CreateAndActivateWindow() 42 aura::test::TestWindowDelegate delegate; in TEST_F() local 83 aura::test::TestWindowDelegate delegate; in TEST_F() local 103 aura::test::TestWindowDelegate delegate; in TEST_F() local 123 aura::test::TestWindowDelegate delegate; in TEST_F() local 148 aura::test::TestWindowDelegate delegate; in TEST_F() local 186 aura::test::TestWindowDelegate delegate; in TEST_F() local 233 aura::test::TestWindowDelegate delegate; in TEST_F() local 283 aura::test::TestWindowDelegate delegate; in TEST_F() local 314 aura::test::TestWindowDelegate delegate; in TEST_F() local [all …]
|
| /external/chromium_org/ash/wm/ |
| D | ash_native_cursor_manager.cc | 75 ::wm::NativeCursorManagerDelegate* delegate) { in SetDisplay() 99 ::wm::NativeCursorManagerDelegate* delegate) { in SetCursor() 121 ::wm::NativeCursorManagerDelegate* delegate) { in SetCursorSet() 137 ::wm::NativeCursorManagerDelegate* delegate) { in SetVisibility() 153 ::wm::NativeCursorManagerDelegate* delegate) { in SetMouseEventsEnabled()
|