HomeSort by relevance Sort by last modified time
    Searched refs:delegates (Results 1 - 25 of 29) 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/webkit/Tools/DumpRenderTree/win/
FrameLoadDelegate.cpp 212 DEFINE_STATIC_LOCAL(DelegateVector, delegates, ());
213 return delegates;
224 DelegateVector delegates; local
225 delegates.swap(delegatesWithDelayedWork());
227 for (size_t i = 0; i < delegates.size(); ++i)
228 delegates[i]->processWork();
  /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/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...]
Grammar.java 306 /** A pointer back into grammar tree. Needed so we can add delegates. */
2663 List<Grammar> delegates = composite.getDelegates(this); local
    [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/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/v8/test/mjsunit/
debug-receiver.js 41 // Debug event listener which delegates. Exceptions have to be
debug-scopes.js 44 // Debug event listener which delegates.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 35 // delegates
ProfileGrammarLexer.cs 35 // delegates
DebugTreeGrammar.cs 47 // delegates
ProfileTreeGrammar.cs 47 // delegates
DebugGrammarParser.cs 44 // delegates
    [all...]
  /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/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/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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 1880 milliseconds

1 2