Searched defs:post_action (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb45 +post_action+ is defined, a node is yielded to the block after all of its
54 @post_action = nil
63 def post_action( &block ) method in class:ANTLR3.AST.Visitor
64 block_given? and @post_action = block
65 return @post_action
68 def visit( tree, pre_action = nil, post_action = nil )
71 after = post_action || @post_action
76 visit( child, pre_action, post_action )
/external/chromium_org/chrome/browser/chromeos/
H A Denrollment_dialog_view.cc221 const base::Closure& post_action) {
238 uri, post_action);
220 Enroll(const std::vector<std::string>& uri_list, const base::Closure& post_action) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86id.c231 unsigned int post_action:3; member in struct:x86_info_operand
1473 switch (info_ops[i].post_action) {

Completed in 159 milliseconds