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

  /external/chromium_org/chrome/browser/extensions/updater/
manifest_fetch_data.h 26 enum PingType {
70 bool DidPing(std::string extension_id, PingType type) const;
manifest_fetch_data.cc 144 bool ManifestFetchData::DidPing(std::string extension_id, PingType type) const {
  /external/chromium/chrome/browser/extensions/
extension_updater.h 45 enum PingType {
86 bool DidPing(std::string extension_id, PingType type) const;
extension_updater.cc 163 bool ManifestFetchData::DidPing(std::string extension_id, PingType type) const {
    [all...]

Completed in 670 milliseconds