HomeSort by relevance Sort by last modified time
    Searched defs:ActionList (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Driver/
Util.h 22 /// ActionList - Type used for lists of actions.
23 typedef SmallVector<Action*, 3> ActionList;
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 78 typedef std::vector<const FileBrowserHandler*> ActionList;
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();
    [all...]

Completed in 33 milliseconds