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

123

/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_event_listener.cc29 if (!i.GetCurrentValue()->HasConnection())
32 i.GetCurrentValue()->SendVisitedLinkTable(table_memory);
53 i.GetCurrentValue()->ResetVisitedLinks();
61 i.GetCurrentValue()->AddVisitedLinks(pending_visited_links_);
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar.cc98 double scale_factor = sqrt(animation()->GetCurrentValue());
120 static_cast<int>(bar_target_height_ * animation()->GetCurrentValue());
134 if (delegate_ && (animation_->GetCurrentValue() == 0.0)) {
H A Dtranslate_infobar_base.cc108 FadeBackground(canvas, 1.0 - background_color_animation_->GetCurrentValue(),
110 FadeBackground(canvas, background_color_animation_->GetCurrentValue(),
H A Dinfobar_container.cc197 first_infobar_animation->GetCurrentValue());
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dsuggested_text_view.cc42 if (!animation_.get() || animation_->GetCurrentValue() == 0)
62 ui::Tween::ValueBetween(animation->GetCurrentValue(), 0, 255)));
88 double value = animation_->GetCurrentValue();
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_started_animation_gtk.cc143 height_ - height_ * (1 - GetCurrentValue())));
174 double opacity = std::min(1.0 - pow(GetCurrentValue() - 0.5, 2) * 4.0,
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_started_animation_win.cc130 size.height() - size.height() * (1 - GetCurrentValue())),
158 double opacity = std::min(1.0 - pow(GetCurrentValue() - 0.5, 2) * 4.0,
H A Ddownload_item_view.cc814 if (body_hover_animation_->GetCurrentValue() > 0) {
816 static_cast<int>(body_hover_animation_->GetCurrentValue() * 255));
848 if (drop_hover_animation_->GetCurrentValue() > 0) {
850 static_cast<int>(drop_hover_animation_->GetCurrentValue() * 255));
932 complete_animation_->GetCurrentValue(),
936 complete_animation_->GetCurrentValue(),
H A Ddownload_shelf_view.cc222 shelf_animation_->GetCurrentValue()));
311 new_item_animation_->GetCurrentValue());
/external/chromium/chrome/browser/chromeos/
H A Dsetting_level_bubble.cc145 animation_.GetCurrentValue() :
176 ui::Tween::ValueBetween(animation->GetCurrentValue(),
/external/chromium/chrome/browser/ui/gtk/
H A Dcustom_button.h110 double GetCurrentValue() { function in class:CustomDrawHoverController
111 return slide_animation_.GetCurrentValue();
H A Dhover_controller_gtk.cc76 animation->GetCurrentValue());
H A Dslide_animator_gtk.cc120 animation_->GetCurrentValue());
/external/chromium/chrome/browser/
H A Dmemory_purger.cc156 PurgeRendererForHost(i.GetCurrentValue());
H A Dmemory_details.cc130 RenderProcessHost* render_process_host = renderer_iter.GetCurrentValue();
152 static_cast<const RenderWidgetHost*>(iter.GetCurrentValue());
/external/chromium/base/
H A Did_map_unittest.cc103 EXPECT_EQ(&obj[0], iter.GetCurrentValue());
108 EXPECT_EQ(&obj[2], iter.GetCurrentValue());
113 EXPECT_EQ(&obj[4], iter.GetCurrentValue());
H A Did_map.h143 ReturnType* GetCurrentValue() const { function in class:IDMap::Iterator
/external/chromium/chrome/browser/ui/touch/frame/
H A Dtouch_browser_frame_view.cc163 animation_->GetCurrentValue(), 0, kKeyboardHeight));
259 ui::Tween::ValueBetween(anim->GetCurrentValue(), kKeyboardHeight, 0));
261 ui::Tween::ValueBetween(anim->GetCurrentValue(), 0, kKeyboardHeight));
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_dropdown_button.cc53 SetIcon(*IconForNetworkConnecting(animation_connecting_.GetCurrentValue(),
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble.cc93 if (static_cast<int>(animation_->GetCurrentValue()) == 0) {
109 animation_->GetCurrentValue() * 255);
/external/chromium/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble.cc229 (size_animation_->GetCurrentValue() != 0)) {
251 size_animation_->GetCurrentValue()));
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_arrow_model.cc29 double alpha = animation_.GetCurrentValue();
/external/chromium/chrome/browser/ui/views/frame/
H A Dcontents_container.cc135 ui::Tween::ValueBetween(animation->GetCurrentValue(), kMinOpacity,
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc441 double current_state = 1 - size_animation_->GetCurrentValue();
706 return OnNewTabPage() && (size_animation_->GetCurrentValue() != 1);
714 return size_animation_->GetCurrentValue();
742 return static_cast<int>(kToolbarOverlap * size_animation_->GetCurrentValue());
1105 (size_animation_->GetCurrentValue() == 0 && !OnNewTabPage())) {
1644 double current_state = 1 - size_animation_->GetCurrentValue();
1765 kNewtabHorizontalPadding * (1 - size_animation_->GetCurrentValue()));
1768 (1 - size_animation_->GetCurrentValue())));
1771 static_cast<int>(kBarHeight * size_animation_->GetCurrentValue()));
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.cc590 hover_slide->GetCurrentValue());
643 return pulse_animation()->GetCurrentValue() * kHoverOpacity * scale + min;
646 return kHoverOpacity * hover_animation()->GetCurrentValue() * scale + min;

Completed in 368 milliseconds

123