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

  /external/lzma/CPP/7zip/Archive/
DllExports2.cpp 53 STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject)
  /external/chromium/base/memory/
weak_ptr_unittest.cc 24 NewRunnableFunction(OffThreadObjectCreator::CreateObject, &result));
30 static void CreateObject(T** result) {
  /external/chromium_org/ppapi/c/dev/
ppb_var_deprecated.h 199 * true and sets *object_data to the value passed to CreateObject provided
234 * return CreateObject(&point_class, new Point(x, y));
237 struct PP_Var (*CreateObject)(PP_Instance instance,
241 // Like CreateObject but takes a module. This will be deleted when all callers
242 // can be changed to use the PP_Instance CreateObject one.
  /external/chromium_org/ppapi/proxy/
ppp_instance_private_proxy_unittest.cc 51 // Grab the plugin-side proxy for PPB_Var_Deprecated (for CreateObject).
60 // The 1 ref we got from CreateObject will be passed to the host. We want to
72 // |PPB_Var_Deprecated->CreateObject| for a mock |Deallocate| method.
96 plugin_var_deprecated_if()->CreateObject(kInstance,
111 PP_Var CreateObject(PP_Instance /*instance*/,
132 &CreateObject
ppb_var_deprecated_proxy.cc 250 PP_Var CreateObject(PP_Instance instance,
315 &CreateObject
  /external/chromium_org/base/memory/
weak_ptr_unittest.cc 30 base::Bind(OffThreadObjectCreator::CreateObject, &result));
36 static void CreateObject(T** result) {
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 126 CreateObjectFunc CreateObject;
159 return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
  /art/runtime/
debugger.cc     [all...]

Completed in 355 milliseconds