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

  /external/chromium_org/chromeos/dbus/ibus/
ibus_engine_service.h 60 virtual void PropertyShow(const std::string& property_name) = 0;
ibus_engine_service.cc 78 base::Bind(&IBusEngineServiceImpl::PropertyShow,
305 // Handles PropertyShow method call from ibus-daemon.
306 void PropertyShow(dbus::MethodCall* method_call,
313 LOG(WARNING) << "PropertyShow called with incorrect parameters: "
317 engine_handler_->PropertyShow(property_name);
ibus_engine_service_unittest.cc 40 MOCK_METHOD1(PropertyShow, void(const std::string& property_name));
738 EXPECT_CALL(*engine_handler_, PropertyShow(kPropertyName));
762 EXPECT_CALL(*engine_handler_, PropertyShow(kPropertyName)).Times(0);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_ibus.h 89 virtual void PropertyShow(const std::string& property_name) OVERRIDE;
input_method_engine_ibus.cc 464 void InputMethodEngineIBus::PropertyShow(

Completed in 38 milliseconds