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

  /external/chromium_org/chrome/browser/ui/views/
confirm_bubble_views.h 24 class ConfirmBubbleViews : public views::DialogDelegateView,
27 explicit ConfirmBubbleViews(ConfirmBubbleModel* model);
30 virtual ~ConfirmBubbleViews();
53 DISALLOW_COPY_AND_ASSIGN(ConfirmBubbleViews);
confirm_bubble_views.cc 16 ConfirmBubbleViews::ConfirmBubbleViews(ConfirmBubbleModel* model)
43 ConfirmBubbleViews::~ConfirmBubbleViews() {
46 base::string16 ConfirmBubbleViews::GetDialogButtonLabel(
59 bool ConfirmBubbleViews::IsDialogButtonEnabled(ui::DialogButton button) const {
71 views::View* ConfirmBubbleViews::CreateExtraView() {
75 bool ConfirmBubbleViews::Cancel() {
80 bool ConfirmBubbleViews::Accept() {
85 ui::ModalType ConfirmBubbleViews::GetModalType() const
    [all...]
confirm_bubble_views_unittest.cc 30 ConfirmBubbleViews* bubble = new ConfirmBubbleViews(model);

Completed in 1904 milliseconds