Home
last modified time | relevance | path

Searched refs:GetCurrentValue (Results 1 – 25 of 58) sorted by relevance

123

/external/chromium/chrome/browser/visitedlink/
Dvisitedlink_event_listener.cc29 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/
Dinfobar.cc98 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()
Dtranslate_infobar_base.cc108 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/
Dsuggested_text_view.cc42 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/
Did_map_unittest.cc103 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/
Dtouch_browser_frame_view.cc163 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/
Ddownload_started_animation_win.cc130 size.height() - size.height() * (1 - GetCurrentValue())), in Reposition()
158 double opacity = std::min(1.0 - pow(GetCurrentValue() - 0.5, 2) * 4.0, in AnimateToState()
Ddownload_item_view.cc814 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()
Ddownload_shelf_view.cc222 shelf_animation_->GetCurrentValue())); in GetPreferredSize()
311 new_item_animation_->GetCurrentValue()); in Layout()
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_started_animation_gtk.cc143 height_ - height_ * (1 - GetCurrentValue()))); in Reposition()
174 double opacity = std::min(1.0 - pow(GetCurrentValue() - 0.5, 2) * 4.0, in AnimateToState()
Ddownload_item_gtk.cc446 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/
Dcustom_button.h110 double GetCurrentValue() { in GetCurrentValue() function
111 return slide_animation_.GetCurrentValue(); in GetCurrentValue()
Dhover_controller_gtk.cc76 animation->GetCurrentValue()); in AnimationProgressed()
Dslide_animator_gtk.cc120 animation_->GetCurrentValue()); in AnimationProgressed()
/external/chromium/chrome/browser/chromeos/
Dsetting_level_bubble.cc145 animation_.GetCurrentValue() : in UpdateWithoutShowingBubble()
176 ui::Tween::ValueBetween(animation->GetCurrentValue(), in AnimationProgressed()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc441 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/
Dfullscreen_exit_bubble.cc229 (size_animation_->GetCurrentValue() != 0)) { in CheckMousePosition()
251 size_animation_->GetCurrentValue())); in GetPopupRect()
/external/chromium/chrome/browser/
Dmemory_details.cc130 RenderProcessHost* render_process_host = renderer_iter.GetCurrentValue(); in CollectChildInfoOnUIThread()
152 static_cast<const RenderWidgetHost*>(iter.GetCurrentValue()); in CollectChildInfoOnUIThread()
Dmemory_purger.cc156 PurgeRendererForHost(i.GetCurrentValue()); in PurgeRenderers()
/external/chromium/chrome/browser/ui/views/bubble/
Dbubble.cc93 if (static_cast<int>(animation_->GetCurrentValue()) == 0) { in AnimationEnded()
109 animation_->GetCurrentValue() * 255); in AnimationProgressed()
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_dropdown_button.cc53 SetIcon(*IconForNetworkConnecting(animation_connecting_.GetCurrentValue(), in AnimationProgressed()
/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc590 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/
Dcontents_container.cc135 ui::Tween::ValueBetween(animation->GetCurrentValue(), kMinOpacity, in AnimationProgressed()
/external/chromium/chrome/browser/ui/gtk/infobars/
Dinfobar_arrow_model.cc29 double alpha = animation_.GetCurrentValue(); in CurrentInfoBarColors()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_strip_gtk.cc293 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()

123