Searched refs:iFrameFile_ (Results 1 – 2 of 2) sorted by relevance
114 iFrameFile_.emplace_back(path); in FindXpsAndIFrameFile()150 …IF_TRUE_RETURN_VAL_WITH_MSG(iFrameFile_.empty(), false, "no iframe file in %{public}s", source_.c_… in ReadInput()154 std::sort(iFrameFile_.begin(), iFrameFile_.end(), [](const string& a, const string& b) { in ReadInput()157 for (const string& one : iFrameFile_) { in ReadInput()
64 std::vector<std::string> iFrameFile_; variable