OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
gfx::Image
GlobalErrorWithStandardBubble
::GetBubbleViewIcon()
[
all
...]
global_error.h
62
class
GlobalErrorWithStandardBubble
64
public base::SupportsWeakPtr<
GlobalErrorWithStandardBubble
> {
66
GlobalErrorWithStandardBubble
();
67
virtual ~
GlobalErrorWithStandardBubble
();
105
DISALLOW_COPY_AND_ASSIGN(
GlobalErrorWithStandardBubble
);
Completed in 31 milliseconds