OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalErrorBubbleViewBase
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/chrome/browser/ui/global_error/
global_error_bubble_view_base.h
14
class
GlobalErrorBubbleViewBase
{
16
static
GlobalErrorBubbleViewBase
* ShowStandardBubbleView(
20
virtual ~
GlobalErrorBubbleViewBase
() {}
global_error.h
15
class
GlobalErrorBubbleViewBase
;
56
virtual
GlobalErrorBubbleViewBase
* GetBubbleView() = 0;
104
virtual
GlobalErrorBubbleViewBase
* GetBubbleView() OVERRIDE;
108
GlobalErrorBubbleViewBase
* bubble_view_;
global_error.cc
47
GlobalErrorBubbleViewBase
::ShowStandardBubbleView(browser, AsWeakPtr());
51
GlobalErrorBubbleViewBase
* GlobalErrorWithStandardBubble::GetBubbleView() {
global_error_service.cc
31
GlobalErrorBubbleViewBase
* bubble = error->GetBubbleView();
global_error_service_unittest.cc
36
virtual
GlobalErrorBubbleViewBase
* GetBubbleView() OVERRIDE { return NULL; }
/external/chromium_org/chrome/browser/ui/
profile_reset_bubble.h
11
class
GlobalErrorBubbleViewBase
;
19
GlobalErrorBubbleViewBase
* ShowProfileResetBubble(
profile_reset_bubble_stub.cc
16
GlobalErrorBubbleViewBase
* ShowProfileResetBubble(
/external/chromium_org/chrome/browser/profile_resetter/
profile_reset_global_error.h
14
class
GlobalErrorBubbleViewBase
;
49
virtual
GlobalErrorBubbleViewBase
* GetBubbleView() OVERRIDE;
67
GlobalErrorBubbleViewBase
* bubble_view_;
profile_reset_global_error.cc
108
GlobalErrorBubbleViewBase
* ProfileResetGlobalError::GetBubbleView() {
/external/chromium_org/chrome/browser/ui/views/
global_error_bubble_view.h
18
public
GlobalErrorBubbleViewBase
{
34
//
GlobalErrorBubbleViewBase
implementation.
global_error_bubble_view.cc
40
//
GlobalErrorBubbleViewBase
---------------------------------------------------
43
GlobalErrorBubbleViewBase
*
GlobalErrorBubbleViewBase
::ShowStandardBubbleView(
/external/chromium_org/chrome/browser/safe_browsing/
srt_global_error_win.h
14
class
GlobalErrorBubbleViewBase
;
/external/chromium_org/chrome/browser/extensions/
extension_warning_badge_service.cc
38
virtual
GlobalErrorBubbleViewBase
* GetBubbleView() OVERRIDE;
79
GlobalErrorBubbleViewBase
* ErrorBadge::GetBubbleView() {
external_install_error.cc
66
virtual
GlobalErrorBubbleViewBase
* GetBubbleView() OVERRIDE;
151
GlobalErrorBubbleViewBase
* ExternalInstallMenuAlert::GetBubbleView() {
/external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.h
40
public
GlobalErrorBubbleViewBase
{
53
//
GlobalErrorBubbleViewBase
:
profile_reset_bubble_view.cc
443
GlobalErrorBubbleViewBase
* ShowProfileResetBubble(
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc
43
virtual
GlobalErrorBubbleViewBase
* GetBubbleView() OVERRIDE { return NULL; }
Completed in 4110 milliseconds