Home
last modified time | relevance | path

Searched refs:RunMethod (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/dbus/
Dexported_object.cc219 base::Bind(&ExportedObject::RunMethod, in HandleMessage()
239 void ExportedObject::RunMethod(MethodCallCallback method_call_callback, in RunMethod() function in dbus::ExportedObject
Dexported_object.h139 void RunMethod(MethodCallCallback method_call_callback,
Dobject_proxy.cc513 base::Bind(&ObjectProxy::RunMethod, in HandleMessage()
523 RunMethod(start_time, iter->second, released_signal); in HandleMessage()
531 void ObjectProxy::RunMethod(base::TimeTicks start_time, in RunMethod() function in dbus::ObjectProxy
Dobject_proxy.h238 void RunMethod(base::TimeTicks start_time,
/external/chromium_org/content/browser/appcache/
Dappcache_storage_impl_unittest.cc369 void RunMethod(Method method) { in RunMethod() function in content::AppCacheStorageImplTest
387 base::Bind(&AppCacheStorageImplTest::RunMethod<Method>, in MethodWrapper()