Searched refs:SetChannel (Results 1 - 25 of 26) 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);
/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 Dversion_updater_chromeos_unittest.cc102 version_updater_->SetChannel("beta-channel", true);
125 version_updater_->SetChannel("stable-channel", true);
H A Dhelp_handler.h68 void SetChannel(const base::ListValue* args);
H A Dversion_updater_chromeos.cc159 void VersionUpdaterCros::SetChannel(const std::string& channel, function in class:VersionUpdaterCros
166 SetChannel(channel, is_powerwash_allowed);
H A Dhelp_handler.cc286 base::Bind(&HelpHandler::SetChannel, base::Unretained(this)));
411 void HelpHandler::SetChannel(const base::ListValue* args) { function in class:HelpHandler
423 LOG(ERROR) << "Can't parse SetChannel() args";
427 version_updater_->SetChannel(base::UTF16ToUTF8(channel),
/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_extensions_dispatcher_delegate.h37 virtual void SetChannel(int channel) OVERRIDE;
H A Dchrome_extensions_dispatcher_delegate.cc296 void ChromeExtensionsDispatcherDelegate::SetChannel(int channel) { function in class:ChromeExtensionsDispatcherDelegate
/external/chromium_org/chromeos/dbus/
H A Dfake_update_engine_client.cc70 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel, function in class:chromeos::FakeUpdateEngineClient
H A Dfake_update_engine_client.h35 virtual void SetChannel(const std::string& target_channel,
H A Dupdate_engine_client.h120 virtual void SetChannel(const std::string& target_channel,
H A Dupdate_engine_client.cc164 virtual void SetChannel(const std::string& target_channel,
421 virtual void SetChannel(const std::string& target_channel,
/external/chromium_org/extensions/renderer/
H A Ddispatcher_delegate.h67 virtual void SetChannel(int channel) {} function in class:extensions::DispatcherDelegate
/external/chromium_org/ipc/
H A Dipc_test_base.h60 void SetChannel(scoped_ptr<IPC::Channel> channel);
H A Dipc_test_base.cc67 void IPCTestBase::SetChannel(scoped_ptr<IPC::Channel> channel) { function in class:IPCTestBase
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc164 void SetChannel(SkBitmap* pixels, int x, int y, int c, int v) { function in class:content::GLHelperTest
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(bitma
[all...]
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.h205 void SetChannel(scoped_ptr<IPC::ChannelProxy> channel);
H A Dservice_process_control.cc48 SetChannel(IPC::ChannelProxy::Create(
55 void ServiceProcessControl::SetChannel(scoped_ptr<IPC::ChannelProxy> channel) { function in class:ServiceProcessControl
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator_unittest.cc74 void SetChannel(const wchar_t* base, int channel_modifiers);
169 void FakeProductState::SetChannel(const wchar_t* base, int channel_modifiers) { function in class:__anon5774::FakeProductState
449 state->SetChannel(channels[channel], channel_modifiers);
/external/chromium_org/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.cc274 chrome::VersionInfo::SetChannel(channel);
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_proxy_process_browsertest.cc469 ServiceProcessControl::GetInstance()->SetChannel(
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_policy_decoder_chromeos.cc485 SetChannel(channel, false);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas239 procedure SetChannel(const Value: Integer); procedure
257 property Channel: Integer read GetChannel write SetChannel;
517 procedure SetChannel(const Value: Integer); procedure
618 property Channel: Integer read GetChannel write SetChannel;
666 procedure SetChannel(const Value: Integer); procedure
678 property Channel: Integer read GetChannel write SetChannel;
1825 procedure SetChannel(const Value: Integer);
1865 procedure SetChannel(const Value: Integer); virtual;
1909 procedure SetChannel(const Value: Integer); virtual;
3788 procedure TRecognizerSharedState.SetChannel(cons
[all...]

Completed in 4081 milliseconds

12