Home
last modified time | relevance | path

Searched refs:selection_command (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_enum_util.h97 ax::mojom::SelectionCommand selection_command);
99 const char* selection_command);
H A Dax_enum_util.cc2138 const char* ToString(ax::mojom::SelectionCommand selection_command) { in ToString() argument
2139 switch (selection_command) { in ToString()
2154 const char* selection_command) { in ParseSelectionCommand() argument
2155 if (0 == strcmp(selection_command, "set")) in ParseSelectionCommand()
2157 if (0 == strcmp(selection_command, "clear")) in ParseSelectionCommand()
2159 if (0 == strcmp(selection_command, "shrink")) in ParseSelectionCommand()
2161 if (0 == strcmp(selection_command, "extend")) in ParseSelectionCommand()
/dports/multimedia/olive/olive-0.1.2/ui/
H A Dtimelinewidget.h99 SetSelectionsCommand* selection_command; variable
H A Dtimelinewidget.cpp65 selection_command = nullptr; in TimelineWidget()
1550 if (selection_command != nullptr) { in mouseReleaseEvent()
1551 selection_command->new_data = olive::ActiveSequence->selections; in mouseReleaseEvent()
1552 ca->append(selection_command); in mouseReleaseEvent()
1553 selection_command = nullptr; in mouseReleaseEvent()
2388 selection_command = new SetSelectionsCommand(olive::ActiveSequence.get()); in mouseMoveEvent()
2389 selection_command->old_data = olive::ActiveSequence->selections; in mouseMoveEvent()