Home
last modified time | relevance | path

Searched refs:containing_view (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_util.h171 views::View* containing_view,
181 views::View* containing_view,
190 views::View* containing_view,
Ddownload_util.cc364 views::View* containing_view, in PaintDownloadProgress() argument
395 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() argument
482 complete_bounds.set_x(containing_view->GetMirroredXForRect(complete_bounds)); in PaintDownloadComplete()
498 views::View* containing_view, in PaintDownloadInterrupted() argument
517 complete_bounds.set_x(containing_view->GetMirroredXForRect(complete_bounds)); in PaintDownloadInterrupted()
/external/chromium/chrome/browser/ui/views/
Dselect_file_dialog.cc490 HtmlDialogView* containing_view = static_cast<HtmlDialogView*>(*delegate); in HandleSetDialogTitle() local
491 DCHECK(containing_view); in HandleSetDialogTitle()
493 containing_view->GetWindow()->UpdateWindowTitle(); in HandleSetDialogTitle()
494 containing_view->GetWindow()->non_client_view()->SchedulePaint(); in HandleSetDialogTitle()