HomeSort by relevance Sort by last modified time
    Searched refs:Arrive (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/generators/
idl_visitor.py 12 # node, the visitor will call the 'Arrive' member passing in the node and
15 # results along with the original Arrive result are passed to the Depart
17 # the exact value that was return from the original arrive.
32 newdata = self.Arrive(node, data)
39 def Arrive(self, node, data):
idl_ast.py 52 # When we arrive at a node we must assign it a namespace and if the
55 def Arrive(self, node, parent_namespace):
105 def Arrive(self, node, filenode):
135 def Arrive(self, node, releases):
idl_lint.py 37 def Arrive(self, node, errors):
idl_c_header.py 40 def Arrive(self, node, ignore):

Completed in 45 milliseconds