Searched defs:GetName (Results 1 - 25 of 133) sorted by relevance

123456

/external/chromium_org/apps/shell/common/
H A Dshell_app_runtime.cc15 const char* ShellAppRuntime::GetName() { return "app.runtime"; } function in class:extensions::ShellAppRuntime
/external/chromium_org/ppapi/cpp/dev/
H A Ddevice_ref_dev.cc41 Var DeviceRef_Dev::GetName() const { function in class:pp::DeviceRef_Dev
45 get_interface<PPB_DeviceRef_Dev>()->GetName(pp_resource()));
/external/chromium_org/ppapi/thunk/
H A Dppb_device_ref_dev_thunk.cc33 struct PP_Var GetName(PP_Resource device_ref) { function in namespace:ppapi::thunk::__anon9627
34 VLOG(4) << "PPB_DeviceRef_Dev::GetName()";
38 return enter.object()->GetName();
44 &GetName
H A Dppb_network_list_thunk.cc33 struct PP_Var GetName(PP_Resource resource, uint32_t index) { function in namespace:ppapi::thunk::__anon9668
34 VLOG(4) << "PPB_NetworkList::GetName()";
38 return enter.object()->GetName(index);
86 &GetName,
/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dautomaticallychosensoundsystem.h54 virtual const char *GetName() const;
82 LOG(LS_INFO) << "Selected " << wrapped_->GetName() << " sound system";
99 kNumSoundSystems>::GetName() const { function in class:cricket::AutomaticallyChosenSoundSystem
100 return wrapped_ ? wrapped_->GetName() : "automatic";
/external/chromium_org/tools/gn/
H A Dsource_file.cc25 std::string SourceFile::GetName() const { function in class:SourceFile
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dhid_detection_screen.cc38 std::string HIDDetectionScreen::GetName() const { function in class:chromeos::HIDDetectionScreen
H A Dkiosk_autolaunch_screen.cc32 std::string KioskAutolaunchScreen::GetName() const { function in class:chromeos::KioskAutolaunchScreen
H A Dkiosk_enable_screen.cc32 std::string KioskEnableScreen::GetName() const { function in class:chromeos::KioskEnableScreen
H A Dreset_screen.cc41 std::string ResetScreen::GetName() const { function in class:chromeos::ResetScreen
H A Dwrong_hwid_screen.cc40 std::string WrongHWIDScreen::GetName() const { function in class:chromeos::WrongHWIDScreen
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_asynchronous_factory_mac.cc47 const std::string& PrivetHTTPAsynchronousFactoryMac::ResolutionMac::GetName() { function in class:local_discovery::PrivetHTTPAsynchronousFactoryMac::ResolutionMac
/external/chromium_org/ppapi/c/dev/
H A Dppb_device_ref_dev.h99 struct PP_Var (*GetName)(PP_Resource device_ref); member in struct:PPB_DeviceRef_Dev_0_1
/external/chromium_org/ppapi/cpp/
H A Dnetwork_list.cc42 std::string NetworkList::GetName(uint32_t index) const { function in class:pp::NetworkList
46 get_interface<PPB_NetworkList_1_0>()->GetName(
/external/chromium_org/ppapi/shared_impl/
H A Dppb_device_ref_shared.cc31 PP_Var PPB_DeviceRef_Shared::GetName() { function in class:ppapi::PPB_DeviceRef_Shared
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvideo_source.cc65 VideoSource::GetName() const function in class:VideoSource
/external/chromium_org/tools/perf/benchmarks/
H A Dthread_times.py33 def GetName(cls): member in class:LegacySilkBenchmark
/external/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h63 m_type.m_type_name.assign(type->GetName().GetCString());
80 GetName() function in class:lldb_private::TypeNameSpecifierImpl
/external/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h71 GetName () const function in class:lldb_private::OptionValueProperties
/external/lldb/source/Target/
H A DThreadSpec.cpp43 ThreadSpec::GetName () const function in class:ThreadSpec
83 const char *name = thread.GetName();
148 const char *name = GetName();
/external/lldb/test/functionalities/type_completion/
H A Dmain.cpp17 std::string& GetName() { return *m_name; } function in class:NameAndAddress
46 std::cout << "Person " << j << " is named " << guy.GetName() << " and lives at " << guy.GetAddress() << std::endl;
/external/lldb/tools/lldb-perf/lib/
H A DMetric.h50 GetName () const function in class:lldb_perf::Metric
/external/chromium_org/base/files/
H A Dfile_enumerator_win.cc25 FilePath FileEnumerator::FileInfo::GetName() const { function in class:base::FileEnumerator::FileInfo
/external/chromium_org/base/threading/
H A Dthread_id_name_manager.cc77 const char* ThreadIdNameManager::GetName(PlatformThreadId id) { function in class:base::ThreadIdNameManager
/external/chromium_org/ppapi/proxy/
H A Dnetwork_list_resource.cc34 PP_Var NetworkListResource::GetName(uint32_t index) { function in class:ppapi::proxy::NetworkListResource

Completed in 1007 milliseconds

123456