HomeSort by relevance Sort by last modified time
    Searched refs:SetChannel (Results 1 - 25 of 26) 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);
  /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,
version_updater_chromeos_unittest.cc 102 version_updater_->SetChannel("beta-channel", true);
125 version_updater_->SetChannel("stable-channel", true);
help_handler.h 68 void SetChannel(const base::ListValue* args);
version_updater_chromeos.cc 159 void VersionUpdaterCros::SetChannel(const std::string& channel,
166 SetChannel(channel, is_powerwash_allowed);
help_handler.cc 285 web_ui()->RegisterMessageCallback("setChannel",
286 base::Bind(&HelpHandler::SetChannel, base::Unretained(this)));
411 void HelpHandler::SetChannel(const base::ListValue* args) {
423 LOG(ERROR) << "Can't parse SetChannel() args";
427 version_updater_->SetChannel(base::UTF16ToUTF8(channel),
  /external/chromium_org/chrome/renderer/extensions/
chrome_extensions_dispatcher_delegate.h 37 virtual void SetChannel(int channel) OVERRIDE;
chrome_extensions_dispatcher_delegate.cc 296 void ChromeExtensionsDispatcherDelegate::SetChannel(int channel) {
  /external/chromium_org/chromeos/dbus/
fake_update_engine_client.cc 70 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel,
fake_update_engine_client.h 35 virtual void SetChannel(const std::string& target_channel,
update_engine_client.h 120 virtual void SetChannel(const std::string& target_channel,
update_engine_client.cc 164 virtual void SetChannel(const std::string& target_channel,
421 virtual void SetChannel(const std::string& target_channel,
  /external/chromium_org/extensions/renderer/
dispatcher_delegate.h 67 virtual void SetChannel(int channel) {}
  /external/chromium_org/ipc/
ipc_test_base.h 60 void SetChannel(scoped_ptr<IPC::Channel> channel);
ipc_test_base.cc 67 void IPCTestBase::SetChannel(scoped_ptr<IPC::Channel> channel) {
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 164 void SetChannel(SkBitmap* pixels, int x, int y, int c, int v) {
493 SetChannel(
570 SetChannel(output,
606 SetChannel(bitmap, x, y, 2, c0);
607 SetChannel(bitmap, x, y, 0, c2);
672 SetChannel(bitmap.get(), x, y, 0, x * 10);
673 SetChannel(bitmap.get(), x, y, 0, y == 0 ? x * 50 : x * 10);
674 SetChannel(bitmap.get(), x, y, 1, y * 10);
675 SetChannel(bitmap.get(), x, y, 2, (x + y) * 10);
676 SetChannel(bitmap.get(), x, y, 3, 255)
    [all...]
  /external/chromium_org/chrome/browser/service_process/
service_process_control.h 205 void SetChannel(scoped_ptr<IPC::ChannelProxy> channel);
service_process_control.cc 48 SetChannel(IPC::ChannelProxy::Create(
55 void ServiceProcessControl::SetChannel(scoped_ptr<IPC::ChannelProxy> channel) {
  /external/chromium_org/chrome/installer/util/
installation_validator_unittest.cc 74 void SetChannel(const wchar_t* base, int channel_modifiers);
169 void FakeProductState::SetChannel(const wchar_t* base, int channel_modifiers) {
449 state->SetChannel(channels[channel], channel_modifiers);
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 274 chrome::VersionInfo::SetChannel(channel);
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 469 ServiceProcessControl::GetInstance()->SetChannel(
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 485 SetChannel(channel, false);
  /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 1651 milliseconds

1 2