Searched defs:CreateObject (Results 1 - 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Archive/
H A DDllExports2.cpp53 STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) function
/external/chromium_org/ppapi/c/dev/
H A Dppb_var_deprecated.h199 * 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, member in struct:PPB_Var_Deprecated
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/
H A Dppp_instance_private_proxy_unittest.cc51 // 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*/, function in namespace:ppapi::proxy::__anon10134
132 &CreateObject
H A Dppb_var_deprecated_proxy.cc250 PP_Var CreateObject(PP_Instance instance, function in namespace:ppapi::proxy::__anon10124
311 &CreateObject
/external/chromium_org/base/memory/
H A Dweak_ptr_unittest.cc30 base::Bind(OffThreadObjectCreator::CreateObject, &result));
36 static void CreateObject(T** result) { function in class:base::__anon2363::OffThreadObjectCreator
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h126 CreateObjectFunc CreateObject; member in struct:CCodecLib
159 return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTracingModel.js33 CreateObject: "N",

Completed in 178 milliseconds