HomeSort by relevance Sort by last modified time
    Searched refs:SetChannel (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/common/
chrome_version_info_chromeos.cc 36 void VersionInfo::SetChannel(const std::string& channel) {
chrome_version_info.h 79 static void SetChannel(const std::string& channel);
child_process_logging.h 121 void SetChannel(const std::string& channel);
child_process_logging_posix.cc 174 void SetChannel(const std::string& channel) {
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater.h 78 virtual void SetChannel(const std::string& channel,
version_updater_chromeos.h 19 virtual void SetChannel(const std::string& channel,
help_handler.h 63 void SetChannel(const base::ListValue* args);
version_updater_chromeos.cc 130 void VersionUpdaterCros::SetChannel(const std::string& channel,
137 SetChannel(channel, is_powerwash_allowed);
help_handler.cc 301 web_ui()->RegisterMessageCallback("setChannel",
302 base::Bind(&HelpHandler::SetChannel, base::Unretained(this)));
408 void HelpHandler::SetChannel(const ListValue* args) {
420 LOG(ERROR) << "Can't parse SetChannel() args";
424 version_updater_->SetChannel(UTF16ToUTF8(channel), is_powerwash_allowed);
  /external/chromium_org/chromeos/dbus/
fake_update_engine_client.cc 45 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel,
fake_update_engine_client.h 31 virtual void SetChannel(const std::string& target_channel,
update_engine_client.h 111 virtual void SetChannel(const std::string& target_channel,
update_engine_client.cc 139 virtual void SetChannel(const std::string& target_channel,
333 virtual void SetChannel(const std::string& target_channel,
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 103 void SetChannel(SkBitmap* pixels, int x, int y, int c, int v) {
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(&input_pixels, x, y, 3, 255)
    [all...]
  /external/chromium_org/chrome/browser/service/
service_process_control.h 154 void SetChannel(IPC::ChannelProxy* channel);
service_process_control.cc 50 SetChannel(new IPC::ChannelProxy(
57 void ServiceProcessControl::SetChannel(IPC::ChannelProxy* channel) {
  /external/chromium_org/chrome/test/automation/
automation_proxy.h 212 void SetChannel(IPC::Channel* channel);
automation_proxy.cc 61 server_->SetChannel(channel);
395 void AutomationProxy::SetChannel(IPC::Channel* channel) {
  /external/chromium_org/chrome/installer/util/
installation_validator_unittest.cc 75 void SetChannel(const wchar_t* base, int channel_modifiers);
179 void FakeProductState::SetChannel(const wchar_t* base, int channel_modifiers) {
513 state->SetChannel(channels[channel], channel_modifiers);
  /external/chromium_org/chrome/browser/chromeos/system/
statistics_provider.cc 214 chrome::VersionInfo::SetChannel(iter->second);
  /external/chromium_org/chrome/test/functional/ap_lab/
ap_configurator.py 275 def SetChannel(self, channel):
linksys_ap_configurator.py 123 def SetChannel(self, channel):
dlink_ap_configurator.py 197 def SetChannel(self, channel):
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 402 SetChannel(channel, false);
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 440 ServiceProcessControl::GetInstance()->SetChannel(

Completed in 827 milliseconds

1 2