OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActionList
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Driver/
Util.h
26
///
ActionList
- Type used for lists of actions.
27
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