HomeSort by relevance Sort by last modified time
    Searched defs:WebstoreStandaloneInstaller (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 39 WebstoreStandaloneInstaller::WebstoreStandaloneInstaller(
52 WebstoreStandaloneInstaller::~WebstoreStandaloneInstaller() {}
58 void WebstoreStandaloneInstaller::BeginInstall() {
80 bool WebstoreStandaloneInstaller::CheckInstallValid(
87 WebstoreStandaloneInstaller::CreateInstallUI() {
92 WebstoreStandaloneInstaller::CreateApproval() const {
105 void WebstoreStandaloneInstaller::OnWebstoreRequestFailure() {
109 void WebstoreStandaloneInstaller::OnWebstoreResponseParseSuccess
    [all...]
webstore_standalone_installer.h 43 class WebstoreStandaloneInstaller
44 : public base::RefCountedThreadSafe<WebstoreStandaloneInstaller>,
55 WebstoreStandaloneInstaller(const std::string& webstore_item_id,
61 virtual ~WebstoreStandaloneInstaller();
141 friend class base::RefCountedThreadSafe<WebstoreStandaloneInstaller>;
217 DISALLOW_IMPLICIT_CONSTRUCTORS(WebstoreStandaloneInstaller);

Completed in 778 milliseconds