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

  /external/libchrome/dbus/
exported_object.h 142 void RunMethod(MethodCallCallback method_call_callback,
exported_object.cc 228 base::BindOnce(&ExportedObject::RunMethod, this, iter->second,
245 void ExportedObject::RunMethod(MethodCallCallback method_call_callback,
object_proxy.h 284 void RunMethod(base::TimeTicks start_time,
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.h 73 CJS_Return RunMethod(const WideString& func,
cjx_object.cpp 170 CJS_Return CJX_Object::RunMethod(
    [all...]
  /external/pdfium/fxjs/
cfxjse_engine.cpp 415 return pObject->JSObject()->RunMethod(functionName, parameters);

Completed in 237 milliseconds