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

  /external/chromium_org/win8/metro_driver/ime/
text_service.h 24 class TextService {
26 virtual ~TextService() {}
46 // Returns an instance of TextService that works together with
48 scoped_ptr<TextService>
text_service.cc 316 class TextServiceImpl : public TextService,
336 // TextService overrides:
337 virtual void TextService::CancelComposition() OVERRIDE {
465 scoped_ptr<TextService>
468 return scoped_ptr<TextService>();
474 return scoped_ptr<TextService>();
480 return scoped_ptr<TextService>();
485 return scoped_ptr<TextService>();
487 return scoped_ptr<TextService>(new TextServiceImpl(thread_manager,
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.h 33 class TextService;
205 scoped_ptr<metro_driver::TextService> text_service_;

Completed in 31 milliseconds