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

  /external/chromium_org/chrome/renderer/extensions/
cast_streaming_native_handler.cc 268 v8::Handle<v8::Value> callback_args[3]; local
269 callback_args[0] = v8::Null(isolate);
270 callback_args[1] = v8::Null(isolate);
274 callback_args[0] = v8::Integer::New(isolate, stream1_id);
280 callback_args[1] = v8::Integer::New(isolate, stream2_id);
287 callback_args[2] = v8::Integer::New(isolate, udp_id);
289 3, callback_args);
568 v8::Handle<v8::Value> callback_args[1];
570 callback_args[0] =
572 context()->CallFunction(it->second->NewHandle(isolate), 1, callback_args);
588 v8::Handle<v8::Value> callback_args[1]; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 459 callback_args : (any*)
475 'callback_args',
713 if (self.callback_args is not None and
714 type(self.callback_args) is not types.TupleType):
716 "callback_args, if supplied, must be a tuple: not %r"
717 % self.callback_args, self)
728 if self.callback_args is not None:
730 "callback_args supplied for non-callback option", self)
806 args = self.callback_args or ()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 459 callback_args : (any*)
475 'callback_args',
713 if (self.callback_args is not None and
714 type(self.callback_args) is not types.TupleType):
716 "callback_args, if supplied, must be a tuple: not %r"
717 % self.callback_args, self)
728 if self.callback_args is not None:
730 "callback_args supplied for non-callback option", self)
806 args = self.callback_args or ()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 293 "option -b: callback_args, if supplied, "
297 'callback_args': 'foo'})
315 "option -b: callback_args supplied for non-callback option",
317 'callback_args': 'foo'})
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 293 "option -b: callback_args, if supplied, "
297 'callback_args': 'foo'})
315 "option -b: callback_args supplied for non-callback option",
317 'callback_args': 'foo'})
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc     [all...]

Completed in 532 milliseconds