Searched refs:CreateInstance (Results 251 - 275 of 411) sorted by relevance

<<11121314151617

/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h36 CreateInstance (lldb_private::ObjectFile* obj_file);
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h45 CreateInstance (const lldb_private::ArchSpec &arch);
125 // Call CreateInstance to get an instance of this class
H A DUnwindAssemblyInstEmulation.cpp302 UnwindAssemblyInstEmulation::CreateInstance (const ArchSpec &arch) function in class:UnwindAssemblyInstEmulation
332 CreateInstance); local
338 PluginManager::UnregisterPlugin (CreateInstance);
/external/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp211 virtual pp::Instance* CreateInstance(PP_Instance instance) { function in class:SkiaModule
H A Dnacl_sample.cpp165 virtual pp::Instance* CreateInstance(PP_Instance instance) { function in class:SkiaModule
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_win.cc312 HRESULT hr = sensor_manager.CreateInstance(CLSID_SensorManager);
333 if (SUCCEEDED(device_values.CreateInstance(CLSID_PortableDeviceValues))) {
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_win.cc61 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);
H A Dvideo_capture_device_factory_win.cc101 HRESULT hr = dev_enum.CreateInstance(CLSID_SystemDeviceEnum, NULL,
194 HRESULT hr = dev_enum.CreateInstance(CLSID_SystemDeviceEnum, NULL,
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp595 DisassemblerLLVMC::CreateInstance (const ArchSpec &arch, const char *flavor) function in class:DisassemblerLLVMC
740 CreateInstance); local
751 PluginManager::UnregisterPlugin (CreateInstance);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp122 PluginManager::UnregisterPlugin (ProcessKDP::CreateInstance);
127 ProcessKDP::CreateInstance (Target &target, function in class:ProcessKDP
779 CreateInstance, local
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp919 UnwindAssembly_x86::CreateInstance (const ArchSpec &arch) function in class:UnwindAssembly_x86
952 CreateInstance); local
958 PluginManager::UnregisterPlugin (CreateInstance);
/external/chromium_org/chrome/utility/
H A Dprinting_handler.cc492 printing::PrintBackend::CreateInstance(NULL);
511 printing::PrintBackend::CreateInstance(NULL);
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
H A Dmedia_stream_video.cc46 virtual pp::Instance* CreateInstance(PP_Instance instance);
483 pp::Instance* MediaStreamVideoModule::CreateInstance(PP_Instance instance) { function in class:__anon8880::MediaStreamVideoModule
/external/chromium_org/ppapi/examples/media_stream_video/
H A Dmedia_stream_video.cc46 virtual pp::Instance* CreateInstance(PP_Instance instance);
483 pp::Instance* MediaStreamVideoModule::CreateInstance(PP_Instance instance) { function in class:__anon10063::MediaStreamVideoModule
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc50 virtual pp::Instance* CreateInstance(PP_Instance instance);
493 pp::Instance* VCDemoModule::CreateInstance(PP_Instance instance) { function in class:__anon10066::VCDemoModule
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayable.cpp76 SkDisplayable* copy = SkDisplayType::CreateInstance(maker, type);
151 SkDisplayable* blankCopy = SkDisplayType::CreateInstance(maker, type);
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp36 CreateInstance); local
76 DynamicLoaderPOSIXDYLD::CreateInstance(Process *process, bool force) function in class:DynamicLoaderPOSIXDYLD
/external/skia/src/animator/
H A DSkDisplayable.cpp76 SkDisplayable* copy = SkDisplayType::CreateInstance(maker, type);
151 SkDisplayable* blankCopy = SkDisplayType::CreateInstance(maker, type);
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc213 AutoclickController* AutoclickController::CreateInstance() { function in class:ash::AutoclickController
/external/chromium_org/ash/
H A Dshell.cc190 Shell* Shell::CreateInstance(const ShellInitParams& init_params) { function in class:ash::Shell
860 aura::Env::CreateInstance(true);
967 MagnificationController::CreateInstance());
973 autoclick_controller_.reset(AutoclickController::CreateInstance());
/external/chromium_org/chrome/browser/extensions/api/audio/
H A Daudio_service_chromeos.cc226 AudioService* AudioService::CreateInstance() { function in class:extensions::AudioService
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
H A Dfeedback_private_api.cc56 : browser_context_(context), service_(FeedbackService::CreateInstance()) {}
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_win.cc56 if (!FAILED(ipl.CreateInstance(__uuidof(ProcessLauncherClass)))) {
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider_unittest.cc59 ui::DeviceDataManagerX11::CreateInstance();
/external/chromium_org/chrome/browser/speech/
H A Dtts_win.cc233 speech_synthesizer_.CreateInstance(CLSID_SpVoice);

Completed in 624 milliseconds

<<11121314151617