HomeSort by relevance Sort by last modified time
    Searched refs:VerticalCandidateLabel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 26 // VerticalCandidateLabel is used for rendering candidate text in
28 class VerticalCandidateLabel : public views::Label {
30 VerticalCandidateLabel() {}
33 virtual ~VerticalCandidateLabel() {}
52 DISALLOW_COPY_AND_ASSIGN(VerticalCandidateLabel);
156 candidate_label = new VerticalCandidateLabel;
327 // Hack. +2 is needed as the same reason as in VerticalCandidateLabel
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 64 // VerticalCandidateLabel is used for rendering candidate text in
66 class VerticalCandidateLabel : public views::Label {
67 virtual ~VerticalCandidateLabel() {}
186 candidate_label = new VerticalCandidateLabel;
    [all...]

Completed in 226 milliseconds