OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileDestroyer
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_destroyer.h
22
class
ProfileDestroyer
29
friend class base::RefCounted<
ProfileDestroyer
>;
31
ProfileDestroyer
(
34
virtual ~
ProfileDestroyer
();
50
static std::vector<
ProfileDestroyer
*>* pending_destroyers_;
63
base::WeakPtrFactory<
ProfileDestroyer
> weak_ptr_factory_;
65
DISALLOW_COPY_AND_ASSIGN(
ProfileDestroyer
);
profile_destroyer.cc
22
std::vector<
ProfileDestroyer
*>*
ProfileDestroyer
::pending_destroyers_ = NULL;
25
void
ProfileDestroyer
::DestroyProfileWhenAppropriate(Profile* const profile) {
59
new
ProfileDestroyer
(profile, hosts);
66
void
ProfileDestroyer
::DestroyOffTheRecordProfileNow(Profile* const profile) {
85
ProfileDestroyer
::
ProfileDestroyer
(
93
pending_destroyers_ = new std::vector<
ProfileDestroyer
*>;
107
base::Bind(&
ProfileDestroyer
::DestroyProfile,
112
ProfileDestroyer
::~ProfileDestroyer()
[
all
...]
profile_destroyer_unittest.cc
115
ProfileDestroyer
::DestroyProfileWhenAppropriate(original_profile);
133
ProfileDestroyer
::DestroyProfileWhenAppropriate(main_profile);
profile_impl.cc
651
ProfileDestroyer
::DestroyOffTheRecordProfileNow(
[
all
...]
profile_manager.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_command_controller_unittest.cc
320
ProfileDestroyer
::DestroyProfileWhenAppropriate(profile1);
browser.cc
505
ProfileDestroyer
::DestroyProfileWhenAppropriate(profile_);
[
all
...]
Completed in 295 milliseconds