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

  /external/chromium_org/third_party/WebKit/Source/web/resources/
pickerCommon.js 235 Picker.Actions = {
254 window.pagePopupController.setValueAndClosePopup(Picker.Actions.ChooseOtherColor, "");
  /external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.h 42 enum Actions {
55 void RecordHistogramAction(Actions action);
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Lexicons.py 11 import Actions
63 Actions
78 2) One of the following special actions:
165 if isinstance(action_spec, Actions.Action):
171 action = Actions.Return(action_spec)
173 action = Actions.Call(action_spec)
  /external/clang/include/clang/Driver/
Compilation.h 48 /// The list of actions.
49 ActionList Actions;
91 ActionList &getActions() { return Actions; }
92 const ActionList &getActions() const { return Actions; }
  /external/chromium_org/extensions/browser/api/declarative/
declarative_rule.h 39 // If any condition is fulfilled, the Actions of the DeclarativeRule can be
115 // Immutable container for multiple actions.
140 // actions, we can optimize here by making some of them singletons (e.g. Cancel
141 // actions).
146 typedef std::vector<scoped_refptr<const ActionT> > Actions;
148 explicit DeclarativeActionSet(const Actions& actions);
151 // according to |actions| which represents the array of actions received from
156 const AnyVector& actions,
182 const Actions& actions() const { return actions_; } function in class:extensions::DeclarativeActionSet
243 const ActionSet& actions() const { return *actions_; } function in class:extensions::DeclarativeRule
472 scoped_ptr<ActionSet> actions = local
    [all...]
  /external/chromium_org/ui/app_list/
search_result.h 77 typedef std::vector<Action> Actions;
101 const Actions& actions() const { function in class:app_list::SearchResult
104 void SetActions(const Actions& sets);
152 Actions actions_;
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 80 /// \brief RAII object used to inform the actions that we're
85 Sema &Actions;
96 : Actions(P.getActions()), DiagnosticPool(nullptr) {
103 : Actions(P.getActions()), DiagnosticPool(parentPool) {
111 : Actions(P.getActions()),
156 State = Actions.PushParsingDeclaration(DiagnosticPool);
162 Actions.PopParsingDeclaration(State, D);
ParsePragma.cpp 100 PragmaCommentHandler(Sema &Actions)
101 : PragmaHandler("comment"), Actions(Actions) {}
105 Sema &Actions;
109 PragmaDetectMismatchHandler(Sema &Actions)
110 : PragmaHandler("detect_mismatch"), Actions(Actions) {}
114 Sema &Actions;
138 : PragmaHandler("optimize"), Actions(S) {}
142 Sema &Actions;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 47 /// Compute the actions table and gather the first action index for each landing
51 SmallVectorImpl<ActionEntry> &Actions,
107 assert(Actions.size());
108 PrevAction = Actions.size() - 1;
109 SizeAction = getSLEB128Size(Actions[PrevAction].NextAction) +
110 getSLEB128Size(Actions[PrevAction].ValueForTypeID);
114 SizeAction -= getSLEB128Size(Actions[PrevAction].ValueForTypeID);
115 SizeAction += -Actions[PrevAction].NextAction;
116 PrevAction = Actions[PrevAction].Previous;
120 // Compute the actions
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 260 WSD_URI_LIST *Actions;
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/
manifest-merger-23.0.2.jar 
  /external/clang/include/clang/Parse/
Parser.h 76 /// Actions - These are the callbacks we invoke as we parse various constructs
78 Sema &Actions;
229 /// to parse the C-like decls, meaning Actions.getObjCDeclContext() will
236 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
242 Sema &getActions() const { return Actions; }
246 Scope *getCurScope() const { return Actions.getCurScope(); }
248 return Actions.incrementMSLocalManglingNumber();
251 Decl *getObjCDeclContext() const { return Actions.getObjCDeclContext(); }
254 // different actual classes based on the actions in place.
709 P.Actions.ActOnObjCTemporaryExitContainerContext(cast<DeclContext>(DC))
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 623 /// Translation Unit Scope - useful to Objective-C actions that need
    [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 

Completed in 604 milliseconds