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

/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_standalone_installer.h43 class WebstoreStandaloneInstaller class in namespace:extensions
44 : public base::RefCountedThreadSafe<WebstoreStandaloneInstaller>,
55 WebstoreStandaloneInstaller(const std::string& webstore_item_id,
61 virtual ~WebstoreStandaloneInstaller();
123 friend class base::RefCountedThreadSafe<WebstoreStandaloneInstaller>;
198 DISALLOW_IMPLICIT_CONSTRUCTORS(WebstoreStandaloneInstaller);
H A Dwebstore_standalone_installer.cc40 WebstoreStandaloneInstaller::WebstoreStandaloneInstaller( function in class:extensions::WebstoreStandaloneInstaller
53 WebstoreStandaloneInstaller::~WebstoreStandaloneInstaller() {}
59 void WebstoreStandaloneInstaller::BeginInstall() {
79 WebstoreStandaloneInstaller::CreateInstallUI() {
83 void WebstoreStandaloneInstaller::OnWebstoreRequestFailure() {
87 void WebstoreStandaloneInstaller::OnWebstoreResponseParseSuccess(
167 void WebstoreStandaloneInstaller::OnWebstoreResponseParseFailure(
172 void WebstoreStandaloneInstaller
[all...]

Completed in 52 milliseconds