OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textcheck_results
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc
228
blink::WebVector<blink::WebTextCheckingResult>
textcheck_results
;
local
233
&
textcheck_results
);
234
completion->didFinishCheckingText(
textcheck_results
);
238
last_results_.swap(
textcheck_results
);
275
blink::WebVector<blink::WebTextCheckingResult>
textcheck_results
;
local
280
&
textcheck_results
);
281
completion->didFinishCheckingText(
textcheck_results
);
spellcheck.cc
233
std::vector<WebTextCheckingResult>
textcheck_results
;
local
251
results->assign(
textcheck_results
);
258
textcheck_results
.push_back(WebTextCheckingResult(
266
results->assign(
textcheck_results
);
382
WebVector<WebTextCheckingResult>*
textcheck_results
) {
411
textcheck_results
->assign(list);
spellcheck.h
107
blink::WebVector<blink::WebTextCheckingResult>*
textcheck_results
);
spellcheck_unittest.cc
1136
blink::WebVector<blink::WebTextCheckingResult>
textcheck_results
;
local
1156
blink::WebVector<blink::WebTextCheckingResult>
textcheck_results
;
local
[
all
...]
Completed in 140 milliseconds