OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalErrorWithStandardBubble
(Results
1 - 12
of
12
) 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_bubble_view_base.h
12
class
GlobalErrorWithStandardBubble
;
18
const base::WeakPtr<
GlobalErrorWithStandardBubble
>& error);
global_error.h
62
class
GlobalErrorWithStandardBubble
64
public base::SupportsWeakPtr<
GlobalErrorWithStandardBubble
> {
66
GlobalErrorWithStandardBubble
();
67
virtual ~
GlobalErrorWithStandardBubble
();
110
DISALLOW_COPY_AND_ASSIGN(
GlobalErrorWithStandardBubble
);
global_error_service_browsertest.cc
18
class BubbleViewError : public
GlobalErrorWithStandardBubble
{
/external/chromium_org/chrome/browser/ui/views/
global_error_bubble_view.h
14
class
GlobalErrorWithStandardBubble
;
24
const base::WeakPtr<
GlobalErrorWithStandardBubble
>& error);
39
base::WeakPtr<
GlobalErrorWithStandardBubble
> error_;
global_error_bubble_view.cc
45
const base::WeakPtr<
GlobalErrorWithStandardBubble
>& error) {
64
const base::WeakPtr<
GlobalErrorWithStandardBubble
>& error)
/external/chromium_org/chrome/browser/ui/cocoa/
global_error_bubble_controller.h
15
class
GlobalErrorWithStandardBubble
;
28
base::WeakPtr<
GlobalErrorWithStandardBubble
> error_;
/external/chromium_org/chrome/browser/extensions/
extension_error_ui_default.h
30
class ExtensionGlobalError : public
GlobalErrorWithStandardBubble
{
external_install_ui.cc
118
class ExternalInstallMenuAlert : public
GlobalErrorWithStandardBubble
,
486
return
GlobalErrorWithStandardBubble
::GetBubbleViewIcon();
extension_disabled_ui.cc
144
: public
GlobalErrorWithStandardBubble
,
/external/chromium_org/chrome/browser/sync/
sync_global_error.h
17
class SyncGlobalError : public
GlobalErrorWithStandardBubble
,
28
//
GlobalErrorWithStandardBubble
:
/external/chromium_org/chrome/browser/signin/
signin_global_error.h
19
class SigninGlobalError : public
GlobalErrorWithStandardBubble
,
42
//
GlobalErrorWithStandardBubble
:
Completed in 480 milliseconds