HomeSort by relevance Sort by last modified time
    Searched defs:CandidateWindowController (Results 1 - 2 of 2) 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...]

Completed in 5062 milliseconds