HomeSort by relevance Sort by last modified time
    Searched full:id_to_find (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl_unittest.cc 268 const InputMethodDescriptor* id_to_find = local
271 id_to_find = manager_->GetInputMethodUtil()->GetInputMethodDescriptorFromId(
273 EXPECT_TRUE(Contain(*methods.get(), *id_to_find));
274 id_to_find = manager_->GetInputMethodUtil()->GetInputMethodDescriptorFromId(
276 EXPECT_TRUE(Contain(*methods.get(), *id_to_find));
277 id_to_find = manager_->GetInputMethodUtil()->GetInputMethodDescriptorFromId(
279 EXPECT_TRUE(Contain(*methods.get(), *id_to_find));
323 const InputMethodDescriptor* id_to_find = local
326 EXPECT_TRUE(Contain(*methods.get(), *id_to_find));
327 id_to_find = manager_->GetInputMethodUtil()->GetInputMethodDescriptorFromId
    [all...]

Completed in 475 milliseconds