HomeSort by relevance Sort by last modified time
    Searched defs:ConfirmBubbleModel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/
confirm_bubble_model.cc 11 ConfirmBubbleModel::ConfirmBubbleModel() {
14 ConfirmBubbleModel::~ConfirmBubbleModel() {
17 int ConfirmBubbleModel::GetButtons() const {
21 base::string16 ConfirmBubbleModel::GetButtonLabel(BubbleButton button) const {
25 void ConfirmBubbleModel::Accept() {
28 void ConfirmBubbleModel::Cancel() {
31 base::string16 ConfirmBubbleModel::GetLinkText() const {
35 void ConfirmBubbleModel::LinkClicked()
    [all...]
confirm_bubble_model.h 19 class ConfirmBubbleModel {
27 ConfirmBubbleModel();
28 virtual ~ConfirmBubbleModel();
64 DISALLOW_COPY_AND_ASSIGN(ConfirmBubbleModel);

Completed in 178 milliseconds