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

  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 559 text_service_ = metro_driver::CreateTextService(this, core_window_hwnd_);
705 text_service_.reset();
884 if (!text_service_)
886 text_service_->CancelComposition();
892 if (!text_service_)
894 text_service_->OnDocumentChanged(input_scopes, character_bounds);
    [all...]
chrome_app_view_ash.h 245 scoped_ptr<metro_driver::TextService> text_service_; member in class:ChromeAppViewAsh

Completed in 358 milliseconds