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 252 v8::Handle<v8::Value> callback_args[3]; local
253 callback_args[0] = v8::Integer::New(isolate, stream1_id);
254 callback_args[1] = v8::Integer::New(isolate, stream2_id);
255 callback_args[2] = v8::Integer::New(isolate, udp_id);
257 3, callback_args);
512 v8::Handle<v8::Value> callback_args[1];
514 callback_args[0] =
516 context()->CallFunction(it->second->NewHandle(isolate), 1, callback_args);
532 v8::Handle<v8::Value> callback_args[1]; local
533 callback_args[0] = converter->ToV8Value(stats.get(), context()->v8_context())
    [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...]
  /external/chromium_org/v8/src/
stub-cache.cc 512 PropertyCallbackArguments callback_args(
518 callback_args.Call(getter, v8::Utils::ToLocal(name));
    [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...]

Completed in 1712 milliseconds