Searched refs:contact_engine_ (Results 1 – 2 of 2) sorted by relevance
519 contact_engine_ = std::move(contact_engine); in InitializeContactEngine()742 if (contact_engine_ != nullptr && in SuggestSelection()743 !contact_engine_->Chunk(context_unicode, tokens, &candidates)) { in SuggestSelection()1526 if (contact_engine_ && contact_engine_->ClassifyText( in ClassifyText()1838 if (contact_engine_ && in Annotate()1839 !contact_engine_->Chunk(context_unicode, tokens, &candidates)) { in Annotate()
506 std::unique_ptr<const ContactEngine> contact_engine_; variable