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

  /external/chromium_org/chrome/common/
chrome_version_info_chromeos.cc 36 void VersionInfo::SetChannel(const std::string& channel) {
  /external/chromium_org/extensions/renderer/
dispatcher_delegate.h 67 virtual void SetChannel(int channel) {}
  /external/chromium_org/chrome/renderer/extensions/
chrome_extensions_dispatcher_delegate.cc 306 void ChromeExtensionsDispatcherDelegate::SetChannel(int channel) {
  /external/chromium_org/chromeos/dbus/
fake_update_engine_client.cc 68 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel,
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_chromeos.cc 129 void VersionUpdaterCros::SetChannel(const std::string& channel,
136 SetChannel(channel, is_powerwash_allowed);
help_handler.cc 306 web_ui()->RegisterMessageCallback("setChannel",
307 base::Bind(&HelpHandler::SetChannel, base::Unretained(this)));
416 void HelpHandler::SetChannel(const base::ListValue* args) {
428 LOG(ERROR) << "Can't parse SetChannel() args";
432 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);
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_unittest.cc 151 void SetChannel(SkBitmap* pixels, int x, int y, int c, int v) {
499 SetChannel(output,
592 SetChannel(&input_pixels, x, y, 0, x * 10);
593 SetChannel(&input_pixels, x, y, 1, y * 10);
594 SetChannel(&input_pixels, x, y, 2, (x + y) * 10);
595 SetChannel(&input_pixels, x, y, 3, 255);
598 SetChannel(&input_pixels, x, y, 0, x & 1 ? 255 : 0);
599 SetChannel(&input_pixels, x, y, 1, y & 1 ? 255 : 0);
600 SetChannel(&input_pixels, x, y, 2, (x + y) & 1 ? 255 : 0);
601 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 517 milliseconds