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

  /external/chromium_org/chromeos/dbus/ibus/
ibus_constants.h 40 const char kFocusInMethod[] = "FocusIn";
59 const char kFocusInMethod[] = "FocusIn";
102 const char kFocusInMethod[] = "FocusIn";
ibus_input_context_client.cc 92 ibus::input_context::kFocusInMethod);
93 CallNoResponseMethod(&method_call, ibus::input_context::kFocusInMethod);
ibus_engine_service_unittest.cc 401 ibus::engine::kFocusInMethod,
540 ibus::engine::kFocusInMethod);
544 EXPECT_NE(method_callback_map_.find(ibus::engine::kFocusInMethod),
546 method_callback_map_[ibus::engine::kFocusInMethod].Run(
555 method_callback_map_[ibus::engine::kFocusInMethod].Run(
    [all...]
ibus_panel_service.cc 102 ibus::panel::kFocusInMethod,
ibus_engine_service.cc 37 ibus::engine::kFocusInMethod,
ibus_panel_service_unittest.cc 285 ibus::panel::kServiceInterface, ibus::panel::kFocusInMethod, _, _))
ibus_input_context_client_unittest.cc 173 EXPECT_EQ(ibus::input_context::kFocusInMethod, method_call->GetMember());

Completed in 30 milliseconds