Searched refs:PROMPT_KEY_BOTTOM (Results 1 – 3 of 3) sorted by relevance
57 const char PROMPT_KEY_BOTTOM[] = "bottom"; variable
59 ACE_EXPORT extern const char PROMPT_KEY_BOTTOM[];
905 if (argsPtr->GetValue(PROMPT_KEY_BOTTOM) != nullptr) { in ShowToast()906 if (argsPtr->GetValue(PROMPT_KEY_BOTTOM)->IsString()) { in ShowToast()907 bottom = argsPtr->GetValue(PROMPT_KEY_BOTTOM)->GetString(); in ShowToast()908 } else if (argsPtr->GetValue(PROMPT_KEY_BOTTOM)->IsNumber()) { in ShowToast()909 bottom = std::to_string(argsPtr->GetValue(PROMPT_KEY_BOTTOM)->GetInt()); in ShowToast()