Home
last modified time | relevance | path

Searched refs:GetCurrentDenyButtonText (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.h79 base::string16 GetCurrentDenyButtonText() const;
Dfullscreen_exit_bubble.cc139 base::string16 FullscreenExitBubble::GetCurrentDenyButtonText() const { in GetCurrentDenyButtonText() function in FullscreenExitBubble
/external/chromium_org/chrome/browser/ui/views/
Dfullscreen_exit_bubble_views.cc227 button_view_->deny_button()->SetText(bubble_->GetCurrentDenyButtonText()); in UpdateContent()