HomeSort by relevance Sort by last modified time
    Searched refs:CreateInstance (Results 251 - 275 of 445) sorted by null

<<1112131415161718

  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_debugger.cpp 211 virtual pp::Instance* CreateInstance(PP_Instance instance) {
nacl_sample.cpp 165 virtual pp::Instance* CreateInstance(PP_Instance instance) {
  /external/chromium_org/ui/aura/demo/
demo_main.cc 130 aura::Env::CreateInstance(true);
  /external/chromium_org/ui/events/x/
device_data_manager_x11.h 106 static void CreateInstance();
  /external/chromium_org/win8/delegate_execute/
chrome_util.cc 128 hr = process_launcher.CreateInstance(__uuidof(ProcessLauncherClass));
  /external/lldb/include/lldb/Core/
Debugger.h 60 CreateInstance (lldb::LogOutputCallback log_callback = NULL, void *baton = NULL);
386 // Use Debugger::CreateInstance() to get a shared pointer to a new
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.h 42 CreateInstance (const lldb::ModuleSP &module_sp,
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.h 45 CreateInstance (const lldb::ModuleSP &module_sp,
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.h 43 CreateInstance (lldb_private::Target& target,
ProcessKDP.cpp 122 PluginManager::UnregisterPlugin (ProcessKDP::CreateInstance);
127 ProcessKDP::CreateInstance (Target &target,
779 CreateInstance,
    [all...]
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.h 36 CreateInstance (lldb_private::ObjectFile* obj_file);
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.h 45 CreateInstance (const lldb_private::ArchSpec &arch);
125 // Call CreateInstance to get an instance of this class
UnwindAssemblyInstEmulation.cpp 302 UnwindAssemblyInstEmulation::CreateInstance (const ArchSpec &arch)
332 CreateInstance);
338 PluginManager::UnregisterPlugin (CreateInstance);
  /external/skia/platform_tools/nacl/src/
nacl_debugger.cpp 211 virtual pp::Instance* CreateInstance(PP_Instance instance) {
nacl_sample.cpp 165 virtual pp::Instance* CreateInstance(PP_Instance instance) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unknwn.h 351 virtual HRESULT STDMETHODCALLTYPE CreateInstance(
380 HRESULT (STDMETHODCALLTYPE *CreateInstance)(
403 #define IClassFactory_CreateInstance(This,pUnkOuter,riid,ppvObject) (This)->lpVtbl->CreateInstance(This,pUnkOuter,riid,ppvObject)
418 return This->lpVtbl->CreateInstance(This,pUnkOuter,riid,ppvObject);
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_win.cc 312 HRESULT hr = sensor_manager.CreateInstance(CLSID_SensorManager);
333 if (SUCCEEDED(device_values.CreateInstance(CLSID_PortableDeviceValues))) {
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 61 HRESULT hr = dev_enum.CreateInstance(CLSID_SystemDeviceEnum, NULL,
274 hr = graph_builder_.CreateInstance(CLSID_FilterGraph, NULL,
379 hr = mjpg_filter_.CreateInstance(CLSID_MjpegDec, NULL, CLSCTX_INPROC);
video_capture_device_factory_win.cc 101 HRESULT hr = dev_enum.CreateInstance(CLSID_SystemDeviceEnum, NULL,
194 HRESULT hr = dev_enum.CreateInstance(CLSID_SystemDeviceEnum, NULL,
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 595 DisassemblerLLVMC::CreateInstance (const ArchSpec &arch, const char *flavor)
740 CreateInstance);
751 PluginManager::UnregisterPlugin (CreateInstance);
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp 919 UnwindAssembly_x86::CreateInstance (const ArchSpec &arch)
952 CreateInstance);
958 PluginManager::UnregisterPlugin (CreateInstance);
  /external/chromium_org/chrome/utility/
printing_handler.cc 492 printing::PrintBackend::CreateInstance(NULL);
511 printing::PrintBackend::CreateInstance(NULL);
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
media_stream_video.cc 46 virtual pp::Instance* CreateInstance(PP_Instance instance);
483 pp::Instance* MediaStreamVideoModule::CreateInstance(PP_Instance instance) {
  /external/chromium_org/ppapi/examples/media_stream_video/
media_stream_video.cc 46 virtual pp::Instance* CreateInstance(PP_Instance instance);
483 pp::Instance* MediaStreamVideoModule::CreateInstance(PP_Instance instance) {
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.cpp 76 SkDisplayable* copy = SkDisplayType::CreateInstance(maker, type);
151 SkDisplayable* blankCopy = SkDisplayType::CreateInstance(maker, type);

Completed in 485 milliseconds

<<1112131415161718