HomeSort by relevance Sort by last modified time
    Searched refs:containing_view (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/download/
download_util.h 164 // |containing_view| is the View subclass within which the progress animation
171 views::View* containing_view,
181 views::View* containing_view,
190 views::View* containing_view,
download_util.cc 364 views::View* containing_view,
395 int mirrored_x = containing_view->GetMirroredXForRect(background_bounds);
397 mirrored_x = containing_view->GetMirroredXForRect(foreground_bounds);
463 views::View* containing_view,
482 complete_bounds.set_x(containing_view->GetMirroredXForRect(complete_bounds));
498 views::View* containing_view,
517 complete_bounds.set_x(containing_view->GetMirroredXForRect(complete_bounds));
    [all...]
  /external/chromium/chrome/browser/ui/views/
select_file_dialog.cc 490 HtmlDialogView* containing_view = static_cast<HtmlDialogView*>(*delegate); local
491 DCHECK(containing_view);
493 containing_view->GetWindow()->UpdateWindowTitle();
494 containing_view->GetWindow()->non_client_view()->SchedulePaint();

Completed in 38 milliseconds