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

  /external/chromium_org/dbus/
exported_object.cc 219 base::Bind(&ExportedObject::RunMethod,
239 void ExportedObject::RunMethod(MethodCallCallback method_call_callback,
object_proxy.cc 509 // Transfer the ownership of |signal| to RunMethod().
510 // |released_signal| will be deleted in RunMethod().
513 base::Bind(&ObjectProxy::RunMethod,
521 // current thread. Transfer the ownership of |signal| to RunMethod().
523 RunMethod(start_time, iter->second, released_signal);
531 void ObjectProxy::RunMethod(base::TimeTicks start_time,
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl_unittest.cc 369 void RunMethod(Method method) {
387 base::Bind(&AppCacheStorageImplTest::RunMethod<Method>,
    [all...]

Completed in 1546 milliseconds