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

  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.h 15 // CandidateWindowController is used for controlling the input method
21 class CandidateWindowController {
23 CandidateWindowController();
24 virtual ~CandidateWindowController();
32 DISALLOW_COPY_AND_ASSIGN(CandidateWindowController);
candidate_window.cc 557 // The implementation of CandidateWindowController.
558 // CandidateWindowController controls the CandidateWindow.
559 class CandidateWindowController::Impl : public CandidateWindowView::Observer {
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 683 // CandidateWindowController requires libcros to be loaded. Besides,
693 candidate_window_controller_.reset(new CandidateWindowController);
    [all...]

Completed in 129 milliseconds