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

  /external/chromium_org/chrome/common/
chrome_version_info_chromeos.cc 36 void VersionInfo::SetChannel(const std::string& channel) {
  /external/chromium_org/chromeos/dbus/
fake_update_engine_client.cc 48 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel,
  /external/chromium_org/chrome/browser/ui/webui/help/
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/chrome/test/functional/ap_lab/
ap_configurator.py 275 def SetChannel(self, channel):
dlink_ap_configurator.py 197 def SetChannel(self, channel):
linksys_ap_configurator.py 123 def SetChannel(self, channel):
  /external/chromium_org/chrome/browser/service_process/
service_process_control.cc 53 SetChannel(new IPC::ChannelProxy(
60 void ServiceProcessControl::SetChannel(IPC::ChannelProxy* channel) {
  /external/chromium_org/chrome/test/automation/
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/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/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 161 milliseconds