OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileResetGlobalError
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profile_resetter/
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
);
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
...]
Completed in 130 milliseconds