Searched refs:textcheck_results (Results 1 – 4 of 4) sorted by relevance
228 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; in OnRespondSpellingService() local233 &textcheck_results); in OnRespondSpellingService()234 completion->didFinishCheckingText(textcheck_results); in OnRespondSpellingService()238 last_results_.swap(textcheck_results); in OnRespondSpellingService()275 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; in OnRespondTextCheck() local280 &textcheck_results); in OnRespondTextCheck()281 completion->didFinishCheckingText(textcheck_results); in OnRespondTextCheck()
233 std::vector<WebTextCheckingResult> textcheck_results; in SpellCheckParagraph() local251 results->assign(textcheck_results); in SpellCheckParagraph()258 textcheck_results.push_back(WebTextCheckingResult( in SpellCheckParagraph()266 results->assign(textcheck_results); in SpellCheckParagraph()382 WebVector<WebTextCheckingResult>* textcheck_results) { in CreateTextCheckingResults() argument411 textcheck_results->assign(list); in CreateTextCheckingResults()
1136 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; in TEST_F() local1141 &textcheck_results); in TEST_F()1142 EXPECT_EQ(spellcheck_results.size(), textcheck_results.size()); in TEST_F()1144 textcheck_results[0].decoration); in TEST_F()1145 EXPECT_EQ(spellcheck_results[0].location, textcheck_results[0].location); in TEST_F()1146 EXPECT_EQ(spellcheck_results[0].length, textcheck_results[0].length); in TEST_F()1156 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; in TEST_F() local1161 &textcheck_results); in TEST_F()1162 EXPECT_EQ(spellcheck_results.size(), textcheck_results.size()); in TEST_F()1164 textcheck_results[0].decoration); in TEST_F()[all …]
107 blink::WebVector<blink::WebTextCheckingResult>* textcheck_results);