Searched refs:SetChannel (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/common/
H A Dchrome_version_info_chromeos.cc36 void VersionInfo::SetChannel(const std::string& channel) { function in class:chrome::VersionInfo
H A Dchrome_version_info.h79 static void SetChannel(const std::string& channel);
H A Dchild_process_logging.h121 void SetChannel(const std::string& channel);
H A Dchild_process_logging_posix.cc174 void SetChannel(const std::string& channel) { function in namespace:child_process_logging
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater.h78 virtual void SetChannel(const std::string& channel,
H A Dversion_updater_chromeos.h19 virtual void SetChannel(const std::string& channel,
H A Dhelp_handler.h63 void SetChannel(const base::ListValue* args);
H A Dversion_updater_chromeos.cc130 void VersionUpdaterCros::SetChannel(const std::string& channel, function in class:VersionUpdaterCros
137 SetChannel(channel, is_powerwash_allowed);
H A Dhelp_handler.cc302 base::Bind(&HelpHandler::SetChannel, base::Unretained(this)));
408 void HelpHandler::SetChannel(const ListValue* args) { function in class:HelpHandler
420 LOG(ERROR) << "Can't parse SetChannel() args";
424 version_updater_->SetChannel(UTF16ToUTF8(channel), is_powerwash_allowed);
/external/chromium_org/chromeos/dbus/
H A Dfake_update_engine_client.cc45 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel, function in class:chromeos::FakeUpdateEngineClient
H A Dfake_update_engine_client.h31 virtual void SetChannel(const std::string& target_channel,
H A Dupdate_engine_client.h111 virtual void SetChannel(const std::string& target_channel,
H A Dupdate_engine_client.cc139 virtual void SetChannel(const std::string& target_channel,
333 virtual void SetChannel(const std::string& target_channel,
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittests.cc103 void SetChannel(SkBitmap* pixels, int x, int y, int c, int v) { function in class:content::GLHelperTest
451 SetChannel(output, dst_x, dst_y, channel,
525 SetChannel(&input_pixels, x, y, 0, x * 10);
526 SetChannel(&input_pixels, x, y, 1, y * 10);
527 SetChannel(&input_pixels, x, y, 2, (x + y) * 10);
528 SetChannel(&input_pixels, x, y, 3, 255);
531 SetChannel(&input_pixels, x, y, 0, x & 1 ? 255 : 0);
532 SetChannel(&input_pixels, x, y, 1, y & 1 ? 255 : 0);
533 SetChannel(&input_pixels, x, y, 2, (x + y) & 1 ? 255 : 0);
534 SetChannel(
[all...]
/external/chromium_org/chrome/browser/service/
H A Dservice_process_control.h154 void SetChannel(IPC::ChannelProxy* channel);
H A Dservice_process_control.cc50 SetChannel(new IPC::ChannelProxy(
57 void ServiceProcessControl::SetChannel(IPC::ChannelProxy* channel) { function in class:ServiceProcessControl
/external/chromium_org/chrome/test/automation/
H A Dautomation_proxy.h212 void SetChannel(IPC::Channel* channel);
H A Dautomation_proxy.cc61 server_->SetChannel(channel);
395 void AutomationProxy::SetChannel(IPC::Channel* channel) { function in class:AutomationProxy
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator_unittest.cc75 void SetChannel(const wchar_t* base, int channel_modifiers);
179 void FakeProductState::SetChannel(const wchar_t* base, int channel_modifiers) { function in class:__anon6857::FakeProductState
513 state->SetChannel(channels[channel], channel_modifiers);
/external/chromium_org/chrome/browser/chromeos/system/
H A Dstatistics_provider.cc214 chrome::VersionInfo::SetChannel(iter->second);
/external/chromium_org/chrome/test/functional/ap_lab/
H A Dap_configurator.py275 def SetChannel(self, channel): member in class:APConfigurator
H A Dlinksys_ap_configurator.py123 def SetChannel(self, channel): member in class:LinksysAPConfigurator
H A Ddlink_ap_configurator.py197 def SetChannel(self, channel): member in class:DLinkAPConfigurator
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_policy_decoder_chromeos.cc402 SetChannel(channel, false);
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_proxy_process_browsertest.cc440 ServiceProcessControl::GetInstance()->SetChannel(

Completed in 6101 milliseconds

12