Lines Matching defs:OmahaRequestAction
96 class OmahaRequestAction;
104 class ActionTraits<OmahaRequestAction> {
113 class OmahaRequestAction : public Action<OmahaRequestAction>,
144 // OmahaRequestAction(..., new OmahaEvent(...), new WhateverHttpFetcher);
146 // OmahaRequestAction(..., nullptr, new WhateverHttpFetcher);
147 OmahaRequestAction(SystemState* system_state,
151 ~OmahaRequestAction() override;
152 typedef ActionTraits<OmahaRequestAction>::InputObjectType InputObjectType;
153 typedef ActionTraits<OmahaRequestAction>::OutputObjectType OutputObjectType;
161 static std::string StaticType() { return "OmahaRequestAction"; }
327 DISALLOW_COPY_AND_ASSIGN(OmahaRequestAction);