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

  /external/chromium_org/chrome/browser/tab_contents/
spelling_bubble_model.h 20 class SpellingBubbleModel : public ConfirmBubbleModel {
22 SpellingBubbleModel(Profile* profile,
25 virtual ~SpellingBubbleModel();
45 DISALLOW_COPY_AND_ASSIGN(SpellingBubbleModel);
spelling_bubble_model.cc 23 SpellingBubbleModel::SpellingBubbleModel(Profile* profile,
31 SpellingBubbleModel::~SpellingBubbleModel() {
34 string16 SpellingBubbleModel::GetTitle() const {
38 string16 SpellingBubbleModel::GetMessageText() const {
42 gfx::Image* SpellingBubbleModel::GetIcon() const {
47 string16 SpellingBubbleModel::GetButtonLabel(BubbleButton button) const {
53 void SpellingBubbleModel::Accept() {
57 void SpellingBubbleModel::Cancel()
    [all...]

Completed in 69 milliseconds