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 40 WebstoreStandaloneInstaller::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::OnWebstoreParseSuccess
    [all...]
webstore_standalone_installer.h 43 class WebstoreStandaloneInstaller
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);

Completed in 60 milliseconds