Searched refs:progress_bar_ (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/ui/views/examples/ |
D | progress_bar_example.cc | 32 progress_bar_(NULL), in ProgressBarExample() 56 progress_bar_ = new ProgressBar(); in CreateExampleView() 57 layout->AddView(progress_bar_); in CreateExampleView() 68 progress_bar_->SetValue(current_percent_); in ButtonPressed()
|
D | progress_bar_example.h | 32 ProgressBar* progress_bar_; variable
|
/external/chromium_org/athena/content/ |
D | web_activity.cc | 193 progress_bar_.reset(); in EvictContent() 331 if (!progress_bar_) { in LoadProgressChanged() 333 source->GetNativeView()->layer()->Add(progress_bar_.get()); in LoadProgressChanged() 335 progress_bar_->SetBounds(gfx::Rect( in LoadProgressChanged() 336 0, 0, progress * progress_bar_->parent()->bounds().width(), 3)); in LoadProgressChanged() 340 ui::ScopedLayerAnimationSettings settings(progress_bar_->GetAnimator()); in LoadProgressChanged() 342 ui::Layer* layer = progress_bar_.get(); in LoadProgressChanged() 344 base::Bind(&base::DeletePointer<ui::Layer>, progress_bar_.release()))); in LoadProgressChanged() 364 CHECK(!progress_bar_); in CreateProgressBar() 365 progress_bar_.reset(new ui::Layer(ui::LAYER_SOLID_COLOR)); in CreateProgressBar() [all …]
|
/external/chromium_org/ui/app_list/views/ |
D | search_result_view.cc | 76 progress_bar_(new ProgressBarView) { in SearchResultView() 81 AddChildView(progress_bar_); in SearchResultView() 165 const int progress_height = progress_bar_->GetPreferredSize().height(); in Layout() 171 progress_bar_->SetBoundsRect(progress_bounds); in Layout() 235 kTextTrailPadding - progress_bar_->bounds().width() - in OnPaint() 310 progress_bar_->SetVisible(is_installing); in OnIsInstallingChanged() 314 progress_bar_->SetValue(result_ ? result_->percent_downloaded() / 100.0 : 0); in OnPercentDownloadedChanged()
|
D | app_list_item_view.cc | 92 progress_bar_(new ProgressBarView), in AppListItemView() 111 AddChildView(progress_bar_); in AppListItemView() 161 progress_bar_->SetVisible(is_installing_); in SetUIState() 165 progress_bar_->SetVisible(false); in SetUIState() 288 progress_bar_->SetVisible(is_installing); in SetItemIsInstalling() 299 progress_bar_->SetValue(percent_downloaded / 100.0); in SetItemPercentDownloaded() 323 gfx::Rect progress_bar_bounds(progress_bar_->GetPreferredSize()); in Layout() 327 progress_bar_->SetBoundsRect(progress_bar_bounds); in Layout()
|
D | search_result_view.h | 106 ProgressBarView* progress_bar_; // Owned by views hierarchy. variable
|
D | app_list_item_view.h | 150 ProgressBarView* progress_bar_; // Strongly typed child view. variable
|
D | search_result_list_view_unittest.cc | 110 return view()->GetResultViewAt(index)->progress_bar_; in GetProgressBarAt()
|
/external/chromium_org/pdf/ |
D | instance.cc | 867 if (progress_bar_.visible()) in OnPaint() 868 PaintOverlayControl(&progress_bar_, &image_data_, ready); in OnPaint() 998 } else if (control_id == progress_bar_.id()) { in OnControlTimerFired() 1001 !progress_bar_.visible()) { in OnControlTimerFired() 1002 progress_bar_.Fade(true, kProgressFadeTimeoutMs); in OnControlTimerFired() 1006 progress_bar_.OnTimerFired(timer_id); in OnControlTimerFired() 1139 if (progress_bar_.visible()) in Scroll() 1140 paint_manager_.InvalidateRect(progress_bar_.rect()); in Scroll() 1518 if (progress_bar_.visible()) in DocumentLoadComplete() 1519 progress_bar_.Fade(false, kProgressFadeTimeoutMs); in DocumentLoadComplete() [all …]
|
D | instance.h | 451 ProgressControl progress_bar_; variable
|
/external/chromium_org/v8/src/heap/ |
D | spaces.h | 495 return progress_bar_; in progress_bar() 500 progress_bar_ = progress_bar; in set_progress_bar() 666 int progress_bar_; variable
|
D | spaces.cc | 447 chunk->progress_bar_ = 0; in Initialize()
|