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

  /external/chromium_org/chrome/browser/extensions/
webstore_data_fetcher.h 28 // WebstoreDataFetcher fetches web store data and parses it into a
30 class WebstoreDataFetcher : public base::SupportsWeakPtr<WebstoreDataFetcher>,
33 WebstoreDataFetcher(WebstoreDataFetcherDelegate* delegate,
37 virtual ~WebstoreDataFetcher();
64 DISALLOW_COPY_AND_ASSIGN(WebstoreDataFetcher);
webstore_data_fetcher.cc 24 WebstoreDataFetcher::WebstoreDataFetcher(
36 WebstoreDataFetcher::~WebstoreDataFetcher() {}
38 void WebstoreDataFetcher::Start() {
55 void WebstoreDataFetcher::OnJsonParseSuccess(
66 void WebstoreDataFetcher::OnJsonParseFailure(
71 void WebstoreDataFetcher::OnURLFetchComplete(const net::URLFetcher* source) {
87 base::Bind(&WebstoreDataFetcher::OnJsonParseSuccess,
89 base::Bind(&WebstoreDataFetcher::OnJsonParseFailure
    [all...]
external_install_error.h 28 class WebstoreDataFetcher;
107 // The WebstoreDataFetcher to use in order to populate the error with webstore
109 scoped_ptr<WebstoreDataFetcher> webstore_data_fetcher_;
webstore_standalone_installer.h 34 class WebstoreDataFetcher;
235 scoped_ptr<WebstoreDataFetcher> webstore_data_fetcher_;
external_install_error.cc 276 webstore_data_fetcher_.reset(new WebstoreDataFetcher(
webstore_standalone_installer.cc 55 // Add a ref to keep this alive for WebstoreDataFetcher.
75 webstore_data_fetcher_.reset(new WebstoreDataFetcher(
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.h 25 class WebstoreDataFetcher;
135 scoped_ptr<extensions::WebstoreDataFetcher> webstore_fetcher_;
kiosk_app_data.cc 440 webstore_fetcher_.reset(new extensions::WebstoreDataFetcher(

Completed in 1110 milliseconds