Searched refs:ParagraphInfo (Results 1 – 13 of 13) sorted by relevance
30 struct ParagraphInfo { struct52 const std::list<ParagraphInfo>& GetParagraphs() const in GetParagraphs() argument68 void AddParagraph(ParagraphInfo&& info) in AddParagraph()73 void SetParagraphs(const std::list<ParagraphInfo>& paragraphs) in SetParagraphs()97 std::list<ParagraphInfo> paragraphs_;
38 std::vector<ParagraphInfo> GetParagraphsInfo(int32_t start, int32_t end) override;
115 std::vector<ParagraphInfo> RichEditorController::GetParagraphsInfo(int32_t start, int32_t end) in GetParagraphsInfo()
230 struct ParagraphInfo { struct
315 virtual std::vector<ParagraphInfo> GetParagraphsInfo(int32_t start, int32_t end) = 0;
485 std::string ParagraphManager::ParagraphInfo::ToString() const in ToString()
519 std::vector<ParagraphInfo> GetParagraphInfo(int32_t start, int32_t end);606 std::list<ParagraphManager::ParagraphInfo> GetParagraphs() const override in GetParagraphs()
2517 std::vector<ParagraphInfo> RichEditorPattern::GetParagraphInfo(int32_t start, int32_t end) in GetParagraphInfo()2519 std::vector<ParagraphInfo> res; in GetParagraphInfo()2528 ParagraphInfo info; in GetParagraphInfo()2531 res.emplace_back(ParagraphInfo { in GetParagraphInfo()
89 std::list<ParagraphManager::ParagraphInfo> GetParagraphs() in GetParagraphs()91 std::list<ParagraphManager::ParagraphInfo> paragraphInfo; in GetParagraphs()
447 virtual std::list<ParagraphManager::ParagraphInfo> GetParagraphs() const in GetParagraphs()449 std::list<ParagraphManager::ParagraphInfo> res; in GetParagraphs()
147 std::list<ParagraphManager::ParagraphInfo> paragraphInfo; in GetInstance()148 ParagraphManager::ParagraphInfo pInfo = { in GetInstance()
68 static JSRef<JSObject> CreateParagraphStyleResult(const ParagraphInfo& info);210 static JSRef<JSVal> CreateJSParagraphsInfo(const std::vector<ParagraphInfo>& info);
318 JSRef<JSObject> JSRichEditor::CreateParagraphStyleResult(const ParagraphInfo& info) in CreateParagraphStyleResult()2189 JSRef<JSVal> JSRichEditorController::CreateJSParagraphsInfo(const std::vector<ParagraphInfo>& info) in CreateJSParagraphsInfo()