Searched defs:GlobalErrorWithStandardBubble (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/global_error/
H A Dglobal_error.cc27 // GlobalErrorWithStandardBubble ---------------------------------------------
29 GlobalErrorWithStandardBubble::GlobalErrorWithStandardBubble() function in class: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
[all...]
H A Dglobal_error.h62 class GlobalErrorWithStandardBubble class in inherits:GlobalError,base::SupportsWeakPtr
64 public base::SupportsWeakPtr<GlobalErrorWithStandardBubble> {
66 GlobalErrorWithStandardBubble();
67 virtual ~GlobalErrorWithStandardBubble();
110 DISALLOW_COPY_AND_ASSIGN(GlobalErrorWithStandardBubble);

Completed in 898 milliseconds