HomeSort by relevance Sort by last modified time
    Searched defs: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_org/chrome/browser/chromeos/input_method/
candidate_window_controller.h 15 // CandidateWindowController is used for controlling the input method
21 class CandidateWindowController {
32 virtual ~CandidateWindowController() {}
38 // Gets an instance of CandidateWindowController. Caller has to delete the
40 static CandidateWindowController* CreateCandidateWindowController();

Completed in 240 milliseconds