OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutable_candidates
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/ime/
candidate_window_unittest.cc
83
cw1.
mutable_candidates
()->push_back(entry1);
86
cw2.
mutable_candidates
()->push_back(entry2);
92
cw1.
mutable_candidates
()->push_back(entry1);
93
cw2.
mutable_candidates
()->push_back(entry2);
96
cw1.
mutable_candidates
()->clear();
97
cw2.
mutable_candidates
()->clear();
101
cw1.
mutable_candidates
()->push_back(entry1);
102
cw2.
mutable_candidates
()->push_back(entry2);
105
cw1.
mutable_candidates
()->clear();
106
cw2.
mutable_candidates
()->clear()
[
all
...]
candidate_window.h
113
std::vector<Entry>*
mutable_candidates
() { return &candidates_; }
function in class:ui::CandidateWindow
/external/chromium_org/ash/ime/
candidate_window_view_unittest.cc
45
candidate_window->
mutable_candidates
()->clear();
59
candidate_window->
mutable_candidates
()->push_back(entry);
196
candidate_window.
mutable_candidates
()->push_back(entry);
222
candidate_window.
mutable_candidates
()->push_back(entry);
248
candidate_window.
mutable_candidates
()->push_back(entry);
276
candidate_window.
mutable_candidates
()->push_back(entry);
318
candidate_window.
mutable_candidates
()->clear();
325
candidate_window.
mutable_candidates
()->push_back(entry);
327
no_shortcut_candidate_window.
mutable_candidates
()->push_back(entry);
331
candidate_window.
mutable_candidates
()->push_back(entry)
[
all
...]
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc
447
candidate_window_->
mutable_candidates
()->clear();
461
candidate_window_->
mutable_candidates
()->push_back(entry);
Completed in 119 milliseconds