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

  /external/chromium_org/ppapi/cpp/private/
var_private.cc 56 var_, name.pp_var(), OutException(exception).get());
63 var_, name.pp_var(), OutException(exception).get());
70 var_, name.pp_var(), OutException(exception).get()));
80 var_, &prop_count, &props, OutException(exception).get());
98 var_, name.pp_var(), value.pp_var(), OutException(exception).get());
105 var_, name.pp_var(), OutException(exception).get());
119 OutException(exception).get()));
124 OutException(exception).get()));
138 var_, argc, &args[0], OutException(exception).get()));
142 var_, 0, NULL, OutException(exception).get()))
    [all...]
var_private.h 84 // foo_interface->Bar(a, b, VarPrivate::OutException(exception).get());
86 class OutException {
88 OutException(Var* v)
98 ~OutException() {
instance_private.cc 72 VarPrivate::OutException(exception).get()));
  /external/chromium_org/ppapi/cpp/
var.h 273 /// foo_interface->Bar(a, b, Var::OutException(exception).get());
275 class OutException {
278 OutException(Var* v)
290 ~OutException() {

Completed in 338 milliseconds