Lines Matching refs:FreezeResult
29 class FreezeResult {
31 FreezeResult() : window_(0), code_(0), scope_(""), samePackage_(""), domain_(""), stringId_(""), action_("and") {};
32 FreezeResult(long window, const std::string& domain, const std::string& stringId)
35 FreezeResult(unsigned long code, const std::string& scope)
37 ~FreezeResult() {};
74 std::map<std::string, FreezeResult> GetMap() const;
76 void AddResult(const std::string& domain, const std::string& stringId, const FreezeResult& result);
77 bool GetResult(const std::string& domain, const std::string& stringId, FreezeResult& result);
82 std::map<std::string, FreezeResult> results_;
99 void ParseTagEvent(xmlNode* tag, FreezeResult& result);
100 void ParseTagResult(xmlNode* tag, FreezeResult& result);
101 void ParseTagRelevance(xmlNode* tag, FreezeResult& result);
104 bool GetResult(const WatchPoint& watchPoint, std::vector<FreezeResult>& list);