Lines Matching refs:FreezeResult
194 FreezeResult result = FreezeResult(window, domain, stringId);
213 void FreezeRuleCluster::ParseTagEvent(xmlNode* tag, FreezeResult& result)
223 void FreezeRuleCluster::ParseTagResult(xmlNode* tag, FreezeResult& result)
251 bool FreezeRuleCluster::GetResult(const WatchPoint& watchPoint, std::vector<FreezeResult>& list)
284 std::string FreezeResult::GetDomain() const
289 std::string FreezeResult::GetStringId() const
294 unsigned long FreezeResult::GetId() const
299 void FreezeResult::SetId(unsigned long code)
304 std::string FreezeResult::GetScope() const
309 void FreezeResult::SetScope(const std::string& scope)
314 long FreezeResult::GetWindow() const
319 std::string FreezeResult::GetSamePackage() const
324 void FreezeResult::SetSamePackage(const std::string& samePackage)
329 std::string FreezeResult::GetAction() const
334 void FreezeResult::SetAction(const std::string& action)
359 std::map<std::string, FreezeResult> FreezeRule::GetMap() const
364 void FreezeRule::AddResult(const std::string& domain, const std::string& stringId, const FreezeResult& result)
374 bool FreezeRule::GetResult(const std::string& domain, const std::string& stringId, FreezeResult& result)