Home
last modified time | relevance | path

Searched refs:SetChannel (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/content/common/gpu/client/
Dgl_helper_unittests.cc157 void SetChannel(SkBitmap* pixels, int x, int y, int c, int v) { in SetChannel() function in content::GLHelperTest
505 SetChannel(output, dst_x, dst_y, channel, in ScaleSlow()
593 SetChannel(&input_pixels, x, y, 0, x * 10); in TestScale()
594 SetChannel(&input_pixels, x, y, 1, y * 10); in TestScale()
595 SetChannel(&input_pixels, x, y, 2, (x + y) * 10); in TestScale()
596 SetChannel(&input_pixels, x, y, 3, 255); in TestScale()
599 SetChannel(&input_pixels, x, y, 0, x & 1 ? 255 : 0); in TestScale()
600 SetChannel(&input_pixels, x, y, 1, y & 1 ? 255 : 0); in TestScale()
601 SetChannel(&input_pixels, x, y, 2, (x + y) & 1 ? 255 : 0); in TestScale()
602 SetChannel(&input_pixels, x, y, 3, 255); in TestScale()
[all …]
/external/chromium_org/chrome/browser/ui/webui/help/
Dversion_updater_chromeos.cc130 void VersionUpdaterCros::SetChannel(const std::string& channel, in SetChannel() function in VersionUpdaterCros
137 SetChannel(channel, is_powerwash_allowed); in SetChannel()
Dversion_updater_chromeos.h19 virtual void SetChannel(const std::string& channel,
Dversion_updater.h78 virtual void SetChannel(const std::string& channel,
Dhelp_handler.cc290 base::Bind(&HelpHandler::SetChannel, base::Unretained(this))); in RegisterMessages()
388 void HelpHandler::SetChannel(const ListValue* args) { in SetChannel() function in HelpHandler
404 version_updater_->SetChannel(UTF16ToUTF8(channel), is_powerwash_allowed); in SetChannel()
Dhelp_handler.h63 void SetChannel(const base::ListValue* args);
/external/chromium_org/chrome/common/
Dchrome_version_info_chromeos.cc36 void VersionInfo::SetChannel(const std::string& channel) { in SetChannel() function in chrome::VersionInfo
Dchrome_version_info.h79 static void SetChannel(const std::string& channel);
/external/chromium_org/chromeos/dbus/
Dfake_update_engine_client.cc48 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel, in SetChannel() function in chromeos::FakeUpdateEngineClient
Dfake_update_engine_client.h32 virtual void SetChannel(const std::string& target_channel,
Dupdate_engine_client.h108 virtual void SetChannel(const std::string& target_channel,
Dupdate_engine_client.cc130 virtual void SetChannel(const std::string& target_channel, in SetChannel() function in chromeos::UpdateEngineClientImpl
350 virtual void SetChannel(const std::string& target_channel, in SetChannel() function in chromeos::UpdateEngineClientStubImpl
/external/chromium_org/chrome/browser/service_process/
Dservice_process_control.cc53 SetChannel(new IPC::ChannelProxy( in ConnectInternal()
60 void ServiceProcessControl::SetChannel(IPC::ChannelProxy* channel) { in SetChannel() function in ServiceProcessControl
Dservice_process_control.h190 void SetChannel(IPC::ChannelProxy* channel);
/external/chromium_org/chrome/test/automation/
Dautomation_proxy.cc60 server_->SetChannel(channel); in OnFilterAdded()
394 void AutomationProxy::SetChannel(IPC::Channel* channel) { in SetChannel() function in AutomationProxy
Dautomation_proxy.h212 void SetChannel(IPC::Channel* channel);
/external/chromium_org/chrome/installer/util/
Dinstallation_validator_unittest.cc74 void SetChannel(const wchar_t* base, int channel_modifiers);
173 void FakeProductState::SetChannel(const wchar_t* base, int channel_modifiers) { in SetChannel() function in __anonea0bd1d60111::FakeProductState
473 state->SetChannel(channels[channel], channel_modifiers); in MakeProductState()
/external/chromium_org/chrome/test/functional/ap_lab/
Dap_configurator.py275 def SetChannel(self, channel): member in APConfigurator
Dlinksys_ap_configurator.py123 def SetChannel(self, channel): member in LinksysAPConfigurator
Ddlink_ap_configurator.py197 def SetChannel(self, channel): member in DLinkAPConfigurator
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
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(const Value: Integer); procedure
[all …]
/external/chromium_org/chrome/browser/chromeos/
Dchrome_browser_main_chromeos.cc378 chrome::VersionInfo::SetChannel(channel); in PreEarlyInitialization()
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_proxy_process_browsertest.cc447 ServiceProcessControl::GetInstance()->SetChannel( in WaitForConnect()
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_policy_decoder_chromeos.cc412 SetChannel(channel, false); in DecodeAutoUpdatePolicies()