Searched defs:GetObjectName (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.cc107 base::string16 GetObjectName(IPortableDeviceValues* properties_values) { function in namespace:media_transfer_protocol::__anon4277
213 *name = GetObjectName(properties_values.get());
/external/lldb/include/lldb/Core/
H A DModuleSpec.h235 GetObjectName () function in class:lldb_private::ModuleSpec
241 GetObjectName () const function in class:lldb_private::ModuleSpec
382 if (match_module_spec.GetObjectName() && match_module_spec.GetObjectName() != GetObjectName())
/external/lldb/source/API/
H A DSBModuleSpec.cpp94 SBModuleSpec::GetObjectName () function in class:SBModuleSpec
96 return m_opaque_ap->GetObjectName().GetCString();
102 m_opaque_ap->GetObjectName().SetCString(name);
/external/lldb/source/Core/
H A DModule.cpp138 m_object_name (module_spec.GetObjectName()),
1089 Module::GetObjectName() const function in class:Module
1466 const ConstString &object_name = module_ref.GetObjectName();
1469 if (object_name != GetObjectName())

Completed in 577 milliseconds