Searched refs:actionLabel (Results 1 – 7 of 7) sorted by relevance
41 if (!actionLabel.empty()) { in ToJsonString()42 json->Put(ACTION_LABEL, actionLabel.c_str()); in ToJsonString()
34 std::string actionLabel; member
63 std::string actionLabel; member522 return attribute.actionLabel; in GetActionLabel()525 void SetActionLabel(const std::string& actionLabel) in SetActionLabel() argument528 attribute.actionLabel = actionLabel; in SetActionLabel()
266 void TextFieldComponent::SetActionLabel(const std::string& actionLabel) in SetActionLabel() argument268 declaration_->SetActionLabel(actionLabel); in SetActionLabel()
118 void SetActionLabel(const std::string& actionLabel);
1258 config.actionLabel = actionLabel_; in AttachIme()
143 textInputConfiguration.actionLabel = STR_ACTION_LABEL_TEST;