Searched refs:getCommandsAsSoftkeys (Results 1 – 3 of 3) sorted by relevance
55 std::vector<SkString> getCommandsAsSoftkeys() const;
160 std::vector<SkString> CommandSet::getCommandsAsSoftkeys() const { in getCommandsAsSoftkeys() function in sk_app::CommandSet
2966 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState()