Searched defs:WebstoreStandaloneInstaller (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_standalone_installer.cc41 WebstoreStandaloneInstaller::WebstoreStandaloneInstaller( function in class:extensions::WebstoreStandaloneInstaller
54 void WebstoreStandaloneInstaller::BeginInstall() {
87 WebstoreStandaloneInstaller::~WebstoreStandaloneInstaller() {
90 void WebstoreStandaloneInstaller::RunCallback(bool success,
96 void WebstoreStandaloneInstaller::AbortInstall() {
106 bool WebstoreStandaloneInstaller::EnsureUniqueInstall(
131 void WebstoreStandaloneInstaller::CompleteInstall(
140 void WebstoreStandaloneInstaller
[all...]
H A Dwebstore_standalone_installer.h45 class WebstoreStandaloneInstaller class in namespace:extensions
46 : public base::RefCountedThreadSafe<WebstoreStandaloneInstaller>,
59 WebstoreStandaloneInstaller(const std::string& webstore_item_id,
65 virtual ~WebstoreStandaloneInstaller();
179 friend class base::RefCountedThreadSafe<WebstoreStandaloneInstaller>;
255 DISALLOW_IMPLICIT_CONSTRUCTORS(WebstoreStandaloneInstaller);

Completed in 95 milliseconds