OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileResetGlobalError
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/
profile_reset_bubble.h
12
class
ProfileResetGlobalError
;
20
const base::WeakPtr<
ProfileResetGlobalError
>& global_error,
profile_reset_bubble_stub.cc
17
const base::WeakPtr<
ProfileResetGlobalError
>& global_error,
/external/chromium_org/chrome/browser/profile_resetter/
profile_reset_global_error.cc
39
//
ProfileResetGlobalError
---------------------------------------------------
41
ProfileResetGlobalError
::
ProfileResetGlobalError
(Profile* profile)
49
ProfileResetGlobalError
::~
ProfileResetGlobalError
() {
55
bool
ProfileResetGlobalError
::IsSupportedOnPlatform() {
59
bool
ProfileResetGlobalError
::HasMenuItem() { return true; }
61
int
ProfileResetGlobalError
::MenuItemCommandID() {
65
base::string16
ProfileResetGlobalError
::MenuItemLabel() {
71
void
ProfileResetGlobalError
::ExecuteMenuItem(Browser* browser)
[
all
...]
profile_reset_global_error.h
20
class
ProfileResetGlobalError
22
public base::SupportsWeakPtr<
ProfileResetGlobalError
> {
24
explicit
ProfileResetGlobalError
(Profile* profile);
25
virtual ~
ProfileResetGlobalError
();
69
DISALLOW_COPY_AND_ASSIGN(
ProfileResetGlobalError
);
automatic_profile_resetter_delegate.cc
271
if (!
ProfileResetGlobalError
::IsSupportedOnPlatform())
274
ProfileResetGlobalError
* global_error = new
ProfileResetGlobalError
(profile_);
automatic_profile_resetter_delegate_unittest.cc
599
if (
ProfileResetGlobalError
::IsSupportedOnPlatform())
/external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.h
31
class
ProfileResetGlobalError
;
43
const base::WeakPtr<
ProfileResetGlobalError
>& global_error,
58
const base::WeakPtr<
ProfileResetGlobalError
>& global_error,
120
base::WeakPtr<
ProfileResetGlobalError
> global_error_;
profile_reset_bubble_view.cc
152
const base::WeakPtr<
ProfileResetGlobalError
>& global_error,
175
const base::WeakPtr<
ProfileResetGlobalError
>& global_error,
444
const base::WeakPtr<
ProfileResetGlobalError
>& global_error,
Completed in 276 milliseconds