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

  /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);
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_chromeos.h 19 virtual void SetChannel(const std::string& channel,
version_updater.h 78 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 289 web_ui()->RegisterMessageCallback("setChannel",
290 base::Bind(&HelpHandler::SetChannel, base::Unretained(this)));
388 void HelpHandler::SetChannel(const ListValue* args) {
400 LOG(ERROR) << "Can't parse SetChannel() args";
404 version_updater_->SetChannel(UTF16ToUTF8(channel), is_powerwash_allowed);
  /external/chromium_org/chromeos/dbus/
fake_update_engine_client.cc 48 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel,
fake_update_engine_client.h 32 virtual void SetChannel(const std::string& target_channel,
update_engine_client.h 108 virtual void SetChannel(const std::string& target_channel,
update_engine_client.cc 130 virtual void SetChannel(const std::string& target_channel,
350 virtual void SetChannel(const std::string& target_channel,
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 157 void SetChannel(SkBitmap* pixels, int x, int y, int c, int v) {
505 SetChannel(output, dst_x, dst_y, channel,
593 SetChannel(&input_pixels, x, y, 0, x * 10);
594 SetChannel(&input_pixels, x, y, 1, y * 10);
595 SetChannel(&input_pixels, x, y, 2, (x + y) * 10);
596 SetChannel(&input_pixels, x, y, 3, 255);
599 SetChannel(&input_pixels, x, y, 0, x & 1 ? 255 : 0);
600 SetChannel(&input_pixels, x, y, 1, y & 1 ? 255 : 0);
601 SetChannel(&input_pixels, x, y, 2, (x + y) & 1 ? 255 : 0);
602 SetChannel(&input_pixels, x, y, 3, 255)
    [all...]
  /external/chromium_org/chrome/browser/service_process/
service_process_control.h 190 void SetChannel(IPC::ChannelProxy* channel);
service_process_control.cc 53 SetChannel(new IPC::ChannelProxy(
60 void ServiceProcessControl::SetChannel(IPC::ChannelProxy* channel) {
  /external/chromium_org/chrome/test/automation/
automation_proxy.h 212 void SetChannel(IPC::Channel* channel);
automation_proxy.cc 60 server_->SetChannel(channel);
394 void AutomationProxy::SetChannel(IPC::Channel* channel) {
  /external/chromium_org/chrome/installer/util/
installation_validator_unittest.cc 74 void SetChannel(const wchar_t* base, int channel_modifiers);
173 void FakeProductState::SetChannel(const wchar_t* base, int channel_modifiers) {
473 state->SetChannel(channels[channel], channel_modifiers);
  /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/
chrome_browser_main_chromeos.cc 378 chrome::VersionInfo::SetChannel(channel);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 412 SetChannel(channel, false);
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 447 ServiceProcessControl::GetInstance()->SetChannel(
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 239 procedure SetChannel(const Value: Integer);
257 property Channel: Integer read GetChannel write SetChannel;
517 procedure SetChannel(const Value: Integer);
618 property Channel: Integer read GetChannel write SetChannel;
666 procedure SetChannel(const Value: Integer);
678 property Channel: Integer read GetChannel write SetChannel;
    [all...]

Completed in 633 milliseconds