Home
last modified time | relevance | path

Searched refs:GetChannelName (Results 26 – 50 of 145) sorted by relevance

123456

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dchannel_info_chromeos.cc34 std::string GetChannelName() { in GetChannelName() function
H A Dchannel_info_posix.cc52 std::string GetChannelName() { in GetChannelName() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/update_client/
H A Dchrome_update_query_params_delegate_unittest.cc43 chrome::GetChannelName().c_str()))); in TestParams()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dchannel_info_chromeos.cc35 std::string GetChannelName() { in GetChannelName() function
H A Dchannel_info_posix.cc52 std::string GetChannelName() { in GetChannelName() function
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/colorspace/
H A Duhorseshoe.pas363 ZName := colorspace.GetChannelName(zIndex);
389 if (colorspace.GetChannelName(i) <> cbXAxis.Text) and
390 (colorspace.GetChannelName(i) <> cbYAxis.Text) then
415 cbXAxis.Items.Add(colorspace.GetChannelName(i));
420 cbYAxis.Items.Add(colorspace.GetChannelName(i));
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/colorspace/
H A Duhorseshoe.pas363 ZName := colorspace.GetChannelName(zIndex);
389 if (colorspace.GetChannelName(i) <> cbXAxis.Text) and
390 (colorspace.GetChannelName(i) <> cbYAxis.Text) then
415 cbXAxis.Items.Add(colorspace.GetChannelName(i));
420 cbYAxis.Items.Add(colorspace.GetChannelName(i));
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotanalytics/include/aws/iotanalytics/model/
H A DDescribeChannelRequest.h44 inline const Aws::String& GetChannelName() const{ return m_channelName; } in GetChannelName() function
H A DBatchPutMessageRequest.h40 inline const Aws::String& GetChannelName() const{ return m_channelName; } in GetChannelName() function
H A DUpdateChannelRequest.h40 inline const Aws::String& GetChannelName() const{ return m_channelName; } in GetChannelName() function
H A DCreateChannelResult.h39 inline const Aws::String& GetChannelName() const{ return m_channelName; } in GetChannelName() function
H A DChannelActivity.h85 inline const Aws::String& GetChannelName() const{ return m_channelName; } in GetChannelName() function
/dports/net-im/slack-term/slack-term-0.4.1/views/
H A Dview.go52 channels.ChannelItems[channels.SelectedChannel].GetChannelName(),
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/video_tutorials/
H A Dvideo_tutorial_service_factory.cc86 std::string channel_name = chrome::GetChannelName(); in BuildServiceInstanceFor()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediatailor/include/aws/mediatailor/model/
H A DDescribeProgramRequest.h38 inline const Aws::String& GetChannelName() const{ return m_channelName; } in GetChannelName() function
H A DDeleteProgramRequest.h38 inline const Aws::String& GetChannelName() const{ return m_channelName; } in GetChannelName() function
H A DPutChannelPolicyRequest.h38 inline const Aws::String& GetChannelName() const{ return m_channelName; } in GetChannelName() function
H A DUpdateChannelRequest.h40 inline const Aws::String& GetChannelName() const{ return m_channelName; } in GetChannelName() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kinesisvideo/include/aws/kinesisvideo/model/
H A DDescribeSignalingChannelRequest.h38 inline const Aws::String& GetChannelName() const{ return m_channelName; } in GetChannelName() function
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Ddvc.h94 const char* (*GetChannelName)(IWTSVirtualChannel* channel); member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/autofill_and_password_manager_internals/
H A Dinternals_ui_handler.cc40 source->AddString(version_ui::kVersionModifier, chrome::GetChannelName()); in CreateInternalsHTMLSource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/query_tiles/
H A Dtile_service_factory.cc109 std::string channel_name = chrome::GetChannelName(); in BuildServiceInstanceFor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.cc115 std::string modifier(chrome::GetChannelName()); in GoogleImageSearchSource()
/dports/net-im/matterircd/matterircd-0.25.0/bridge/mattermost/
H A Dmattermost.go156 if m.GetChannelName(rmsg.Broadcast.ChannelId) != "" {
435 func (m *Mattermost) GetChannelName(channelID string) string { func
438 channelName := m.mc.GetChannelName(channelID)
444 channelName = m.mc.GetChannelName(channelID)
840 name := m.GetChannelName(data.ChannelId)
1183 name := m.GetChannelName(rmsg.Broadcast.ChannelId)
/dports/net-im/matterircd/matterircd-0.25.0/bridge/mattermost6/
H A Dmattermost.go159 if m.GetChannelName(rmsg.GetBroadcast().ChannelId) != "" {
433 func (m *Mattermost) GetChannelName(channelID string) string { func
436 channelName := m.mc.GetChannelName(channelID)
442 channelName = m.mc.GetChannelName(channelID)
849 name := m.GetChannelName(data.ChannelId)
1195 name := m.GetChannelName(rmsg.GetBroadcast().ChannelId)

123456