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

  /external/chromium_org/chrome/browser/ui/test/
test_confirm_bubble_model.h 12 class TestConfirmBubbleModel : public ConfirmBubbleModel {
15 TestConfirmBubbleModel(bool* model_deleted,
19 virtual ~TestConfirmBubbleModel();
38 DISALLOW_COPY_AND_ASSIGN(TestConfirmBubbleModel);
test_confirm_bubble_model.cc 12 TestConfirmBubbleModel::TestConfirmBubbleModel(bool* model_deleted,
22 TestConfirmBubbleModel::~TestConfirmBubbleModel() {
27 base::string16 TestConfirmBubbleModel::GetTitle() const {
31 base::string16 TestConfirmBubbleModel::GetMessageText() const {
35 gfx::Image* TestConfirmBubbleModel::GetIcon() const {
41 int TestConfirmBubbleModel::GetButtons() const {
45 base::string16 TestConfirmBubbleModel::GetButtonLabel(
51 void TestConfirmBubbleModel::Accept()
    [all...]

Completed in 911 milliseconds