HomeSort by relevance Sort by last modified time
    Searched defs:RunMethod (Results 1 - 3 of 3) sorted by null

  /external/libchrome/dbus/
exported_object.cc 228 base::BindOnce(&ExportedObject::RunMethod, this, iter->second,
245 void ExportedObject::RunMethod(MethodCallCallback method_call_callback,
object_proxy.cc 546 // Transfer the ownership of |signal| to RunMethod().
547 // |released_signal| will be deleted in RunMethod().
550 base::Bind(&ObjectProxy::RunMethod,
558 // current thread. Transfer the ownership of |signal| to RunMethod().
560 RunMethod(start_time, iter->second, released_signal);
568 void ObjectProxy::RunMethod(base::TimeTicks start_time,
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 170 CJS_Return CJX_Object::RunMethod(
    [all...]

Completed in 94 milliseconds