OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:candidate_view
(Results
1 - 3
of
3
) 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"
723
CandidateView*
candidate_view
= candidate_views_[index_in_page];
local
726
candidate_view
->SetShortcutText(string16());
733
candidate_view
->SetShortcutText(
740
candidate_view
->SetCandidateText(UTF8ToUTF16(entry.value));
741
candidate_view
->SetAnnotationText(UTF8ToUTF16(entry.annotation));
742
candidate_view
->SetRowEnabled(true);
743
candidate_view
->SetInfolistIcon(!entry.description_title.empty());
746
candidate_view
->SetCandidateText(string16());
747
candidate_view
->SetAnnotationText(string16())
[
all
...]
candidate_window_view_unittest.cc
11
#include "chrome/browser/chromeos/input_method/
candidate_view
.h"
/external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc
925
CandidateView*
candidate_view
=
candidate_view
s_[index_in_page];
local
[
all
...]
Completed in 58 milliseconds