Searched refs:containing_view (Results 1 – 3 of 3) sorted by relevance
171 views::View* containing_view,181 views::View* containing_view,190 views::View* containing_view,
364 views::View* containing_view, in PaintDownloadProgress() argument395 int mirrored_x = containing_view->GetMirroredXForRect(background_bounds); in PaintDownloadProgress()397 mirrored_x = containing_view->GetMirroredXForRect(foreground_bounds); in PaintDownloadProgress()463 views::View* containing_view, in PaintDownloadComplete() argument482 complete_bounds.set_x(containing_view->GetMirroredXForRect(complete_bounds)); in PaintDownloadComplete()498 views::View* containing_view, in PaintDownloadInterrupted() argument517 complete_bounds.set_x(containing_view->GetMirroredXForRect(complete_bounds)); in PaintDownloadInterrupted()
490 HtmlDialogView* containing_view = static_cast<HtmlDialogView*>(*delegate); in HandleSetDialogTitle() local491 DCHECK(containing_view); in HandleSetDialogTitle()493 containing_view->GetWindow()->UpdateWindowTitle(); in HandleSetDialogTitle()494 containing_view->GetWindow()->non_client_view()->SchedulePaint(); in HandleSetDialogTitle()