Home
last modified time | relevance | path

Searched refs:softkey (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/sk_app/
DCommandSet.cpp61 bool CommandSet::onSoftkey(const SkString& softkey) { in onSoftkey() argument
63 if (cmd.getSoftkeyString().equals(softkey)) { in onSoftkey()
DCommandSet.h46 bool onSoftkey(const SkString& softkey);
/third_party/skia/tools/viewer/
DViewer.cpp2966 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState() local
2967 writer.appendString(softkey.c_str()); in updateUIState()