OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedActiveInstall
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
active_install_data.cc
21
//
ScopedActiveInstall
:
23
ScopedActiveInstall
::
ScopedActiveInstall
(InstallTracker* tracker,
32
ScopedActiveInstall
::
ScopedActiveInstall
(InstallTracker* tracker,
38
ScopedActiveInstall
::~
ScopedActiveInstall
() {
43
void
ScopedActiveInstall
::CancelDeregister() {
48
void
ScopedActiveInstall
::Init() {
54
void
ScopedActiveInstall
::OnShutdown()
[
all
...]
active_install_data.h
31
class
ScopedActiveInstall
: public InstallObserver {
34
ScopedActiveInstall
(InstallTracker* tracker,
39
ScopedActiveInstall
(InstallTracker* tracker, const std::string& extension_id);
41
virtual ~
ScopedActiveInstall
();
58
DISALLOW_COPY_AND_ASSIGN(
ScopedActiveInstall
);
Completed in 687 milliseconds