Searched refs:action_found (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dverbs.cpp634 ActionTable::iterator action_found = _actions->find(context.getView()); local
636 if (action_found != _actions->end()) {
637 action = action_found->second;
755 ActionTable::iterator action_found = _actions->find(view);
757 if (action_found != _actions->end()) {
758 SPAction *action = action_found->second;
759 _actions->erase(action_found);

Completed in 87 milliseconds