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

  /external/chromium_org/chromeos/dbus/ibus/
ibus_input_context_client.h 112 // Invokes PropertyActivate method call. The PROP_STATE_INCONSISTENT in
114 virtual void PropertyActivate(const std::string& key,
mock_ibus_input_context_client.cc 97 void MockIBusInputContextClient::PropertyActivate(
ibus_engine_service.h 56 virtual void PropertyActivate(const std::string& property_name,
mock_ibus_input_context_client.h 50 virtual void PropertyActivate(const std::string& key,
ibus_input_context_client.cc 156 virtual void PropertyActivate(const std::string& key,
475 virtual void PropertyActivate(const std::string& key,
479 engine->PropertyActivate(key,
ibus_engine_service.cc 70 base::Bind(&IBusEngineServiceImpl::PropertyActivate,
281 // Handles PropertyActivate method call from ibus-daemon.
282 void PropertyActivate(dbus::MethodCall* method_call,
289 LOG(WARNING) << "PropertyActivate called with incorrect parameters: "
295 LOG(WARNING) << "PropertyActivate called with incorrect parameters: "
299 engine_handler_->PropertyActivate(
ibus_engine_service_unittest.cc 38 MOCK_METHOD2(PropertyActivate, void(const std::string& property_name,
666 EXPECT_CALL(*engine_handler_, PropertyActivate(kPropertyName,
692 EXPECT_CALL(*engine_handler_, PropertyActivate(kPropertyName,
    [all...]
ibus_input_context_client_unittest.cc 300 // Handles PropertyActivate method call.
640 client_->PropertyActivate(kPropertyKey, kPropertyState);
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_ibus.h 86 virtual void PropertyActivate(
ibus_controller_impl.cc 225 client->PropertyActivate(key,
input_method_engine_ibus.cc 458 void InputMethodEngineIBus::PropertyActivate(
input_method_engine_ibus_browserttests.cc 213 // onMenuItemActivated should be fired if PropertyActivate is called.
215 engine_handler->PropertyActivate("property_name",

Completed in 771 milliseconds