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

  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader_delegate.cc 30 std::string ExtensionDownloaderDelegate::GetUpdateUrlData(
extension_downloader_delegate.h 104 virtual std::string GetUpdateUrlData(const std::string& id);
extension_updater.h 191 virtual std::string GetUpdateUrlData(const std::string& id) OVERRIDE;
extension_updater_unittest.cc 145 MOCK_METHOD1(GetUpdateUrlData, std::string(const std::string&));
172 ON_CALL(*this, GetUpdateUrlData(_))
174 &ExtensionDownloaderDelegate::GetUpdateUrlData));
    [all...]
extension_updater.cc 509 std::string ExtensionUpdater::GetUpdateUrlData(const std::string& id) {
511 return extension::GetUpdateURLData(extension_prefs_, id);
extension_downloader.cc 215 update_url_data = delegate_->GetUpdateUrlData(extension.id());

Completed in 192 milliseconds