OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable_candidates
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chromeos/ime/
candidate_window_unittest.cc
62
cw1.
mutable_candidates
()->push_back(entry1);
65
cw2.
mutable_candidates
()->push_back(entry2);
71
cw1.
mutable_candidates
()->push_back(entry1);
72
cw2.
mutable_candidates
()->push_back(entry2);
75
cw1.
mutable_candidates
()->clear();
76
cw2.
mutable_candidates
()->clear();
80
cw1.
mutable_candidates
()->push_back(entry1);
81
cw2.
mutable_candidates
()->push_back(entry2);
84
cw1.
mutable_candidates
()->clear();
85
cw2.
mutable_candidates
()->clear()
[
all
...]
candidate_window.h
87
std::vector<Entry>*
mutable_candidates
() { return &candidates_; }
function in class:chromeos::input_method::CandidateWindow
/external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view_unittest.cc
45
candidate_window->
mutable_candidates
()->clear();
59
candidate_window->
mutable_candidates
()->push_back(entry);
179
candidate_window.
mutable_candidates
()->push_back(entry);
205
candidate_window.
mutable_candidates
()->push_back(entry);
231
candidate_window.
mutable_candidates
()->push_back(entry);
259
candidate_window.
mutable_candidates
()->push_back(entry);
311
candidate_window.
mutable_candidates
()->clear();
318
candidate_window.
mutable_candidates
()->push_back(entry);
320
no_shortcut_candidate_window.
mutable_candidates
()->push_back(entry);
324
candidate_window.
mutable_candidates
()->push_back(entry)
[
all
...]
candidate_window_controller_impl_unittest.cc
139
candidate_window.
mutable_candidates
()->push_back(entry);
162
candidate_window.
mutable_candidates
()->push_back(entry);
166
candidate_window.
mutable_candidates
();
194
candidate_window.
mutable_candidates
()->push_back(entry);
198
candidate_window.
mutable_candidates
();
226
candidate_window.
mutable_candidates
()->push_back(entry);
input_method_engine.cc
275
candidate_window_->
mutable_candidates
()->clear();
289
candidate_window_->
mutable_candidates
()->push_back(entry);
Completed in 2190 milliseconds