HomeSort by relevance Sort by last modified time
    Searched refs:delegates (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium/chrome/browser/extensions/
user_script_listener_unittest.cc 126 ResourceQueue::DelegateSet delegates; local
127 delegates.insert(listener_.get());
128 resource_queue_.Initialize(delegates);
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.cc 128 std::pair<InfoBarDelegate*, InfoBarDelegate*>* delegates = local
132 RemoveInfoBar(delegates->first, false);
133 AddInfoBar(delegates->second, false);
  /external/chromium_org/webkit/browser/appcache/
appcache_storage.h 200 // Helper to call a collection of delegates.
201 #define FOR_EACH_DELEGATE(delegates, func_and_args) \
203 for (DelegateReferenceVector::iterator it = delegates.begin(); \
204 it != delegates.end(); ++it) { \
appcache_storage_impl.h 129 DelegateReferenceVector* delegates,
appcache_storage_impl.cc     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 41 * Rules defined in delegates are "inherited" like multi-inheritance
192 /** Get list of all delegates from all grammars in the delegate subtree of g.
199 return null; // no delegates
220 /** Get delegates below direct delegates of g */
223 List<Grammar> delegates = getDelegates(g); local
224 delegates.removeAll(direct);
225 return delegates;
248 * delegates minus rules overridden in grammar g.
251 * one that has to have a complete grammar rule interface. The delegates
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 461 // (i.e., root and all delegates)
591 /** Get a grammar mentioned on the command-line and any delegates */
597 // create the necessary composite in case it's got delegates; even
634 * Create NFA for any delegates first. Once all NFA are created,
638 * root grammar. DFA and code gen for delegates comes next.
661 List<Grammar> delegates = grammar.getDirectDelegates(); local
662 for (int i = 0; delegates != null && i < delegates.size(); i++) {
663 Grammar delegate = (Grammar) delegates.get(i);
    [all...]
  /external/chromium_org/third_party/libxml/src/
catalog.c 1695 const xmlChar *delegates[MAX_DELEGATE]; local
1772 const xmlChar *delegates[MAX_DELEGATE]; local
1925 const xmlChar *delegates[MAX_DELEGATE]; local
    [all...]
  /external/libxml2/
catalog.c 1692 const xmlChar *delegates[MAX_DELEGATE]; local
1769 const xmlChar *delegates[MAX_DELEGATE]; local
1922 const xmlChar *delegates[MAX_DELEGATE]; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 91 // delegates
92 <grammar.delegates:
99 return new <superClass>[] {<grammar.delegates: {g|<g:delegateName()>}; separator = ", ">};
212 // delegates
213 <grammar.delegates: {g|public <g.recognizerName> <g:delegateName()>;}; separator="\n">
215 return new <superClass>[] {<grammar.delegates: {g|<g:delegateName()>}; separator = ", ">};
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 135 self.delegates = [<grammar.delegates: {g|self.<g:delegateName()>}; separator = ", ">]
273 self.delegates = [<grammar.delegates: {g|self.<g:delegateName()>}; separator = ", ">]
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-receiver.js 41 // Debug event listener which delegates. Exceptions have to be
  /external/v8/test/mjsunit/
debug-receiver.js 41 // Debug event listener which delegates. Exceptions have to be
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 35 // delegates
ProfileGrammarLexer.cs 35 // delegates
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 137 // delegates
138 <grammar.delegates: {g|<g:delegateName()>: I<superClass>; {<g.recognizerName>}}; separator="\n">
170 <grammar.delegates: {g|<g.recognizerName>,}; separator="\n">
330 // delegates
331 <grammar.delegates: {g|<g:delegateName()>: I<superClass>; {<g.recognizerName>}}; separator="\n">
376 <grammar.delegates: {g|<g.recognizerName>,}; separator="\n">
    [all...]
  /external/chromium_org/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 45 // Debug event listener which delegates.
  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 45 // Debug event listener which delegates.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 71 // delegates
72 <grammar.delegates:
181 // delegates
182 <grammar.delegates:
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 79 // delegates
80 <grammar.delegates:
202 // delegates
203 <grammar.delegates:
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 642 // properly defined. Delegators and delegates (from import statements) are
648 <if(recognizer.grammar.delegates)>
651 <recognizer.grammar.delegates: {g|#include \<<g.recognizerName>.h>}; separator="\n">
714 <if(recognizer.grammar.delegates)>
715 <recognizer.grammar.delegates:
750 // such as delegators and delegates may wish to call.
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-blockscopes.js 47 // Debug event listener which delegates.
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 47 // Debug event listener which delegates.
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 112 // delegates
113 <grammar.delegates:
287 <if(grammar.delegates)>
288 // delegates
289 <grammar.delegates:
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 111 // delegates
112 <grammar.delegates:
282 <if(grammar.delegates)>
283 // delegates
284 <grammar.delegates:
    [all...]

Completed in 732 milliseconds

1 2