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

  /external/chromium_org/chrome/browser/extensions/
webstore_inline_installer_factory.cc 16 const WebstoreStandaloneInstaller::Callback& callback) {
webstore_standalone_installer.cc 34 WebstoreStandaloneInstaller::WebstoreStandaloneInstaller(
47 WebstoreStandaloneInstaller::~WebstoreStandaloneInstaller() {}
53 void WebstoreStandaloneInstaller::BeginInstall() {
75 bool WebstoreStandaloneInstaller::CheckInstallValid(
82 WebstoreStandaloneInstaller::CreateInstallUI() {
87 WebstoreStandaloneInstaller::CreateApproval() const {
100 void WebstoreStandaloneInstaller::OnWebstoreRequestFailure() {
105 void WebstoreStandaloneInstaller::OnWebstoreResponseParseSuccess
    [all...]
webstore_inline_installer_factory.h 33 const WebstoreStandaloneInstaller::Callback& callback);
webstore_inline_installer.h 29 : public WebstoreStandaloneInstaller,
32 typedef WebstoreStandaloneInstaller::Callback Callback;
44 // Implementations WebstoreStandaloneInstaller Template Method's hooks.
webstore_standalone_installer.h 43 class WebstoreStandaloneInstaller
44 : public base::RefCountedThreadSafe<WebstoreStandaloneInstaller>,
55 WebstoreStandaloneInstaller(const std::string& webstore_item_id,
61 virtual ~WebstoreStandaloneInstaller();
142 friend class base::RefCountedThreadSafe<WebstoreStandaloneInstaller>;
219 DISALLOW_IMPLICIT_CONSTRUCTORS(WebstoreStandaloneInstaller);