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

  /external/chromium/chrome/browser/chromeos/cros/
cros_mock.h 104 InputMethodDescriptor current_input_method_; member in class:chromeos::CrosMock
input_method_library.cc 62 current_input_method_("", "", "", ""),
251 if (current_input_method_.id.empty()) {
254 return current_input_method_;
311 tentative_current_input_method_id_ = current_input_method_.id;
317 // Since the |current_input_method_| is in the preloaded engine list,
327 // The |current_input_method_| is NOT in the preloaded engine list. In
472 // The |current_input_method_| member might be stale here as
487 current_input_method_,
561 // descriptor. This function updates states like current_input_method_
566 if (current_input_method_.id != new_input_method.id)
776 InputMethodDescriptor current_input_method_; member in class:chromeos::InputMethodLibraryImpl
1137 InputMethodDescriptor current_input_method_; member in class:chromeos::InputMethodLibraryStubImpl
    [all...]

Completed in 145 milliseconds