OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllMisspellings
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
feedback.h
78
std::vector<Misspelling>
GetAllMisspellings
() const;
feedback_unittest.cc
75
std::vector<Misspelling> misspellings = feedback_.
GetAllMisspellings
();
143
std::vector<Misspelling> pending = feedback_.
GetAllMisspellings
();
152
std::vector<Misspelling> final = feedback_.
GetAllMisspellings
();
162
TEST_F(FeedbackTest,
GetAllMisspellings
) {
163
EXPECT_TRUE(feedback_.
GetAllMisspellings
().empty());
166
const std::vector<Misspelling>& result = feedback_.
GetAllMisspellings
();
feedback.cc
162
std::vector<Misspelling> Feedback::
GetAllMisspellings
() const {
feedback_sender.cc
389
SendFeedback(feedback_.
GetAllMisspellings
(),
Completed in 161 milliseconds