Searched refs:CreateInstance (Results 201 - 225 of 411) sorted by relevance

1234567891011>>

/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc129 virtual pp::Instance* CreateInstance(PP_Instance instance) { function in class:MyModule
/external/chromium_org/ui/events/
H A Ddevice_data_manager.cc41 void DeviceDataManager::CreateInstance() { function in class:ui::DeviceDataManager
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source.cc88 DeviceDataManagerX11::CreateInstance();
/external/chromium_org/ui/gfx/
H A Dcanvas_skia.cc181 scoped_ptr<RenderText> render_text(RenderText::CreateInstance());
204 scoped_ptr<RenderText> render_text(RenderText::CreateInstance());
239 scoped_ptr<RenderText> render_text(RenderText::CreateInstance());
386 scoped_ptr<RenderText> render_text(RenderText::CreateInstance());
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver.cc127 HRESULT hr = activator.CreateInstance(CLSID_ApplicationActivationManager);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h115 CreateInstance (Process *process, lldb::LanguageType language);
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h28 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
H A DPlatformFreeBSD.cpp32 PlatformFreeBSD::CreateInstance (bool force, const lldb_private::ArchSpec *arch) function in class:PlatformFreeBSD
127 PlatformFreeBSD::CreateInstance); member in class:PlatformFreeBSD
135 PluginManager::UnregisterPlugin (PlatformFreeBSD::CreateInstance);
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.h34 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
H A DPlatformRemoteiOS.h29 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
H A DPlatformDarwinKernel.cpp58 PlatformDarwinKernel::CreateInstance, member in class:PlatformDarwinKernel
70 PluginManager::UnregisterPlugin (PlatformDarwinKernel::CreateInstance);
76 PlatformDarwinKernel::CreateInstance (bool force, const ArchSpec *arch) function in class:PlatformDarwinKernel
H A DPlatformRemoteiOS.cpp70 PlatformRemoteiOS::CreateInstance); member in class:PlatformRemoteiOS
81 PluginManager::UnregisterPlugin (PlatformRemoteiOS::CreateInstance);
87 PlatformRemoteiOS::CreateInstance (bool force, const ArchSpec *arch) function in class:PlatformRemoteiOS
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h33 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
/external/skia/platform_tools/nacl/src/
H A Dnacl_hello.cpp141 virtual pp::Instance* CreateInstance(PP_Instance instance) { function in class:SkiaModule
/external/skia/src/animator/
H A DSkDisplayType.h201 static SkDisplayable* CreateInstance(SkAnimateMaker* , SkDisplayTypes );
/external/chromium_org/base/win/
H A Dshortcut.cc34 if (FAILED(i_shell_link->CreateInstance(CLSID_ShellLink, NULL,
188 if (FAILED(i_shell_link.CreateInstance(CLSID_ShellLink, NULL,
/external/chromium_org/chrome/installer/util/
H A Dadvanced_firewall_manager_win.cc23 HRESULT hr = firewall_policy_.CreateInstance(CLSID_NetFwPolicy2);
126 HRESULT hr = udp_rule.CreateInstance(CLSID_NetFwRule);
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.cc54 void TestingBrowserProcess::CreateInstance() { function in class:TestingBrowserProcess
442 TestingBrowserProcess::CreateInstance();
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.cc34 HRESULT hr = client_info->CreateInstance(__uuidof(PortableDeviceValues),
190 hr = properties_to_read.CreateInstance(__uuidof(PortableDeviceKeyCollection),
310 HRESULT hr = device.CreateInstance(__uuidof(PortableDevice), NULL,
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp271 CreateInstance, local
278 PluginManager::UnregisterPlugin (CreateInstance);
297 ObjectContainerBSDArchive::CreateInstance function in class:ObjectContainerBSDArchive
319 "ObjectContainerBSDArchive::CreateInstance (module = %s, file = %p, file_offset = 0x%8.8" PRIx64 ", file_size = 0x%8.8" PRIx64 ")",
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp49 PluginManager::UnregisterPlugin (ProcessElfCore::CreateInstance);
54 ProcessElfCore::CreateInstance (Target &target, Listener &listener, const FileSpec *crash_file) function in class:ProcessElfCore
332 PluginManager::RegisterPlugin (GetPluginNameStatic(), GetPluginDescriptionStatic(), CreateInstance); local
/external/chromium_org/base/test/
H A Dtest_shortcut_win.cc65 EXPECT_TRUE(SUCCEEDED(hr = i_shell_link.CreateInstance(
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_local_printer_lister.cc33 privet_http_factory_ = PrivetHTTPAsynchronousFactory::CreateInstance(
/external/chromium_org/chrome/browser/metrics/
H A Dsignin_status_metrics_provider.cc86 SigninStatusMetricsProvider* SigninStatusMetricsProvider::CreateInstance() { function in class:SigninStatusMetricsProvider
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_state_changer_win.cc129 HRESULT hr = tray_notify_.CreateInstance(CLSID_TrayNotify);

Completed in 7057 milliseconds

1234567891011>>