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

  /external/chromium_org/chrome/common/
chrome_version_info_chromeos.cc 36 void VersionInfo::SetChannel(const std::string& channel) {
  /external/chromium_org/chrome/renderer/extensions/
chrome_extensions_dispatcher_delegate.cc 296 void ChromeExtensionsDispatcherDelegate::SetChannel(int channel) {
  /external/chromium_org/extensions/renderer/
dispatcher_delegate.h 67 virtual void SetChannel(int channel) {}
  /external/chromium_org/chromeos/dbus/
fake_update_engine_client.cc 70 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel,
  /external/chromium_org/ipc/
ipc_test_base.cc 67 void IPCTestBase::SetChannel(scoped_ptr<IPC::Channel> channel) {
  /external/chromium_org/chrome/browser/ui/webui/help/
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/browser/service_process/
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/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/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 2354 milliseconds