Searched defs:ActionList (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Driver/
H A DUtil.h22 /// ActionList - Type used for lists of actions.
23 typedef SmallVector<Action*, 3> ActionList; typedef in namespace:clang::driver
/external/chromium/chrome/browser/extensions/
H A Dextension_file_browser_private_api.cc78 typedef std::vector<const FileBrowserHandler*> ActionList; typedef
104 ActionList* results) {
147 ActionList common_tasks;
153 ActionList file_actions;
172 ActionList intersection(common_tasks.size());
173 ActionList::iterator intersection_end =
189 for (ActionList::const_iterator iter = common_tasks.begin();

Completed in 52 milliseconds