OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileDestroyer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile_destroyer.cc
23
std::vector<
ProfileDestroyer
*>*
ProfileDestroyer
::pending_destroyers_ = NULL;
26
void
ProfileDestroyer
::DestroyProfileWhenAppropriate(Profile* const profile) {
27
TRACE_EVENT0("shutdown", "
ProfileDestroyer
::DestroyProfileWhenAppropriate");
62
new
ProfileDestroyer
(profile, hosts);
69
void
ProfileDestroyer
::DestroyOffTheRecordProfileNow(Profile* const profile) {
88
ProfileDestroyer
::
ProfileDestroyer
(
96
pending_destroyers_ = new std::vector<
ProfileDestroyer
*>;
110
base::Bind(&
ProfileDestroyer
::DestroyProfile
[
all
...]
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
);
Completed in 28 milliseconds