Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dqconf.h237 static QAction *showAllAction; variable
Dqconf.cc919 QAction *ConfigView::showAllAction; member in ConfigView
955 else if (act == showAllAction) in setOptionMode()
1439 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1442 configView->showAllAction->setCheckable(true); in ConfigMainWindow()
/external/v8/tools/turbolizer/src/
Dgraph-view.ts161 d3.select("#show-all").on("click", partial(this.showAllAction, graph));
434 showAllAction(graph) { method in GraphView