OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:candidate_view
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc
10
#include "chrome/browser/chromeos/input_method/
candidate_view
.h"
731
CandidateView*
candidate_view
= candidate_views_[index_in_page];
local
734
candidate_view
->SetShortcutText(base::string16());
741
candidate_view
->SetShortcutText(
748
candidate_view
->SetCandidateText(UTF8ToUTF16(entry.value));
749
candidate_view
->SetAnnotationText(UTF8ToUTF16(entry.annotation));
750
candidate_view
->SetRowEnabled(true);
751
candidate_view
->SetInfolistIcon(!entry.description_title.empty());
754
candidate_view
->SetCandidateText(base::string16());
755
candidate_view
->SetAnnotationText(base::string16())
[
all
...]
/external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc
925
CandidateView*
candidate_view
=
candidate_view
s_[index_in_page];
local
[
all
...]
Completed in 186 milliseconds