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

  /external/chromium_org/chrome/browser/ui/global_error/
global_error.cc 27 // GlobalErrorWithStandardBubble ---------------------------------------------
29 GlobalErrorWithStandardBubble::GlobalErrorWithStandardBubble()
32 GlobalErrorWithStandardBubble::~GlobalErrorWithStandardBubble() {}
34 bool GlobalErrorWithStandardBubble::HasBubbleView() { return true; }
36 bool GlobalErrorWithStandardBubble::HasShownBubbleView() {
40 void GlobalErrorWithStandardBubble::ShowBubbleView(Browser* browser) {
51 GlobalErrorBubbleViewBase* GlobalErrorWithStandardBubble::GetBubbleView() {
55 bool GlobalErrorWithStandardBubble::ShouldCloseOnDeactivate() const
    [all...]
global_error.h 62 class GlobalErrorWithStandardBubble
64 public base::SupportsWeakPtr<GlobalErrorWithStandardBubble> {
66 GlobalErrorWithStandardBubble();
67 virtual ~GlobalErrorWithStandardBubble();
110 DISALLOW_COPY_AND_ASSIGN(GlobalErrorWithStandardBubble);

Completed in 133 milliseconds