/external/chromium/chrome/browser/visitedlink/ |
D | visitedlink_event_listener.cc | 29 if (!i.GetCurrentValue()->HasConnection()) in NewTable() 32 i.GetCurrentValue()->SendVisitedLinkTable(table_memory); in NewTable() 53 i.GetCurrentValue()->ResetVisitedLinks(); in Reset() 61 i.GetCurrentValue()->AddVisitedLinks(pending_visited_links_); in CommitVisitedLinks()
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar.cc | 98 double scale_factor = sqrt(animation()->GetCurrentValue()); in RecalculateHeights() 120 static_cast<int>(bar_target_height_ * animation()->GetCurrentValue()); in RecalculateHeights() 134 if (delegate_ && (animation_->GetCurrentValue() == 0.0)) { in MaybeDelete()
|
D | translate_infobar_base.cc | 108 FadeBackground(canvas, 1.0 - background_color_animation_->GetCurrentValue(), in OnPaintBackground() 110 FadeBackground(canvas, background_color_animation_->GetCurrentValue(), in OnPaintBackground()
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | suggested_text_view.cc | 42 if (!animation_.get() || animation_->GetCurrentValue() == 0) in OnPaintBackground() 62 ui::Tween::ValueBetween(animation->GetCurrentValue(), 0, 255))); in AnimationProgressed() 88 double value = animation_->GetCurrentValue(); in UpdateBackgroundColor()
|
/external/chromium/base/ |
D | id_map_unittest.cc | 103 EXPECT_EQ(&obj[0], iter.GetCurrentValue()); in TEST_F() 108 EXPECT_EQ(&obj[2], iter.GetCurrentValue()); in TEST_F() 113 EXPECT_EQ(&obj[4], iter.GetCurrentValue()); in TEST_F()
|
/external/chromium/chrome/browser/ui/touch/frame/ |
D | touch_browser_frame_view.cc | 163 animation_->GetCurrentValue(), 0, kKeyboardHeight)); in UpdateKeyboardAndLayout() 259 ui::Tween::ValueBetween(anim->GetCurrentValue(), kKeyboardHeight, 0)); in AnimationProgressed() 261 ui::Tween::ValueBetween(anim->GetCurrentValue(), 0, kKeyboardHeight)); in AnimationProgressed()
|
/external/chromium/chrome/browser/ui/views/download/ |
D | download_started_animation_win.cc | 130 size.height() - size.height() * (1 - GetCurrentValue())), in Reposition() 158 double opacity = std::min(1.0 - pow(GetCurrentValue() - 0.5, 2) * 4.0, in AnimateToState()
|
D | download_item_view.cc | 814 if (body_hover_animation_->GetCurrentValue() > 0) { in OnPaint() 816 static_cast<int>(body_hover_animation_->GetCurrentValue() * 255)); in OnPaint() 848 if (drop_hover_animation_->GetCurrentValue() > 0) { in OnPaint() 850 static_cast<int>(drop_hover_animation_->GetCurrentValue() * 255)); in OnPaint() 932 complete_animation_->GetCurrentValue(), in OnPaint() 936 complete_animation_->GetCurrentValue(), in OnPaint()
|
D | download_shelf_view.cc | 222 shelf_animation_->GetCurrentValue())); in GetPreferredSize() 311 new_item_animation_->GetCurrentValue()); in Layout()
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_started_animation_gtk.cc | 143 height_ - height_ * (1 - GetCurrentValue()))); in Reposition() 174 double opacity = std::min(1.0 - pow(GetCurrentValue() - 0.5, 2) * 4.0, in AnimateToState()
|
D | download_item_gtk.cc | 446 animation->GetCurrentValue()); in AnimationProgressed() 451 static_cast<int>(kBodyWidth * animation->GetCurrentValue())); in AnimationProgressed() 867 complete_animation_.GetCurrentValue(), in OnProgressAreaExpose() 872 complete_animation_.GetCurrentValue(), in OnProgressAreaExpose()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | custom_button.h | 110 double GetCurrentValue() { in GetCurrentValue() function 111 return slide_animation_.GetCurrentValue(); in GetCurrentValue()
|
D | hover_controller_gtk.cc | 76 animation->GetCurrentValue()); in AnimationProgressed()
|
D | slide_animator_gtk.cc | 120 animation_->GetCurrentValue()); in AnimationProgressed()
|
/external/chromium/chrome/browser/chromeos/ |
D | setting_level_bubble.cc | 145 animation_.GetCurrentValue() : in UpdateWithoutShowingBubble() 176 ui::Tween::ValueBetween(animation->GetCurrentValue(), in AnimationProgressed()
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view.cc | 441 double current_state = 1 - size_animation_->GetCurrentValue(); in GetMinimumSize() 706 return OnNewTabPage() && (size_animation_->GetCurrentValue() != 1); in IsDetached() 714 return size_animation_->GetCurrentValue(); in GetAnimationValue() 742 return static_cast<int>(kToolbarOverlap * size_animation_->GetCurrentValue()); in GetToolbarOverlap() 1105 (size_animation_->GetCurrentValue() == 0 && !OnNewTabPage())) { in GetDragOperationsForView() 1644 double current_state = 1 - size_animation_->GetCurrentValue(); in LayoutItems() 1765 kNewtabHorizontalPadding * (1 - size_animation_->GetCurrentValue())); in LayoutItems() 1768 (1 - size_animation_->GetCurrentValue()))); in LayoutItems() 1771 static_cast<int>(kBarHeight * size_animation_->GetCurrentValue())); in LayoutItems()
|
/external/chromium/chrome/browser/ui/views/ |
D | fullscreen_exit_bubble.cc | 229 (size_animation_->GetCurrentValue() != 0)) { in CheckMousePosition() 251 size_animation_->GetCurrentValue())); in GetPopupRect()
|
/external/chromium/chrome/browser/ |
D | memory_details.cc | 130 RenderProcessHost* render_process_host = renderer_iter.GetCurrentValue(); in CollectChildInfoOnUIThread() 152 static_cast<const RenderWidgetHost*>(iter.GetCurrentValue()); in CollectChildInfoOnUIThread()
|
D | memory_purger.cc | 156 PurgeRendererForHost(i.GetCurrentValue()); in PurgeRenderers()
|
/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble.cc | 93 if (static_cast<int>(animation_->GetCurrentValue()) == 0) { in AnimationEnded() 109 animation_->GetCurrentValue() * 255); in AnimationProgressed()
|
/external/chromium/chrome/browser/chromeos/status/ |
D | network_dropdown_button.cc | 53 SetIcon(*IconForNetworkConnecting(animation_connecting_.GetCurrentValue(), in AnimationProgressed()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab.cc | 590 hover_slide->GetCurrentValue()); in DrawHoverGlowBitmap() 643 return pulse_animation()->GetCurrentValue() * kHoverOpacity * scale + min; in GetThrobValue() 646 return kHoverOpacity * hover_animation()->GetCurrentValue() * scale + min; in GetThrobValue()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | contents_container.cc | 135 ui::Tween::ValueBetween(animation->GetCurrentValue(), kMinOpacity, in AnimationProgressed()
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | infobar_arrow_model.cc | 29 double alpha = animation_.GetCurrentValue(); in CurrentInfoBarColors()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.cc | 293 return start_width + (delta * animation_.GetCurrentValue()); in GetWidthForTab() 303 return start_selected_width_ + (delta * animation_.GetCurrentValue()); in GetWidthForTab() 307 return start_unselected_width_ + (delta * animation_.GetCurrentValue()); in GetWidthForTab() 384 return start_selected_width_ + (delta * animation_.GetCurrentValue()); in GetWidthForTab() 388 return start_unselected_width_ + (delta * animation_.GetCurrentValue()); in GetWidthForTab() 425 double delta = distance * animation_.GetCurrentValue(); in AnimationProgressed() 433 delta = distance * animation_.GetCurrentValue(); in AnimationProgressed()
|