/external/chromium_org/content/common/gpu/client/ |
D | gl_helper_unittests.cc | 157 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/ |
D | version_updater_chromeos.cc | 130 void VersionUpdaterCros::SetChannel(const std::string& channel, in SetChannel() function in VersionUpdaterCros 137 SetChannel(channel, is_powerwash_allowed); in SetChannel()
|
D | version_updater_chromeos.h | 19 virtual void SetChannel(const std::string& channel,
|
D | version_updater.h | 78 virtual void SetChannel(const std::string& channel,
|
D | help_handler.cc | 290 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()
|
D | help_handler.h | 63 void SetChannel(const base::ListValue* args);
|
/external/chromium_org/chrome/common/ |
D | chrome_version_info_chromeos.cc | 36 void VersionInfo::SetChannel(const std::string& channel) { in SetChannel() function in chrome::VersionInfo
|
D | chrome_version_info.h | 79 static void SetChannel(const std::string& channel);
|
/external/chromium_org/chromeos/dbus/ |
D | fake_update_engine_client.cc | 48 void FakeUpdateEngineClient::SetChannel(const std::string& target_channel, in SetChannel() function in chromeos::FakeUpdateEngineClient
|
D | fake_update_engine_client.h | 32 virtual void SetChannel(const std::string& target_channel,
|
D | update_engine_client.h | 108 virtual void SetChannel(const std::string& target_channel,
|
D | update_engine_client.cc | 130 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/ |
D | service_process_control.cc | 53 SetChannel(new IPC::ChannelProxy( in ConnectInternal() 60 void ServiceProcessControl::SetChannel(IPC::ChannelProxy* channel) { in SetChannel() function in ServiceProcessControl
|
D | service_process_control.h | 190 void SetChannel(IPC::ChannelProxy* channel);
|
/external/chromium_org/chrome/test/automation/ |
D | automation_proxy.cc | 60 server_->SetChannel(channel); in OnFilterAdded() 394 void AutomationProxy::SetChannel(IPC::Channel* channel) { in SetChannel() function in AutomationProxy
|
D | automation_proxy.h | 212 void SetChannel(IPC::Channel* channel);
|
/external/chromium_org/chrome/installer/util/ |
D | 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) { in SetChannel() function in __anonea0bd1d60111::FakeProductState 473 state->SetChannel(channels[channel], channel_modifiers); in MakeProductState()
|
/external/chromium_org/chrome/test/functional/ap_lab/ |
D | ap_configurator.py | 275 def SetChannel(self, channel): member in APConfigurator
|
D | linksys_ap_configurator.py | 123 def SetChannel(self, channel): member in LinksysAPConfigurator
|
D | dlink_ap_configurator.py | 197 def SetChannel(self, channel): member in DLinkAPConfigurator
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 239 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/ |
D | chrome_browser_main_chromeos.cc | 378 chrome::VersionInfo::SetChannel(channel); in PreEarlyInitialization()
|
/external/chromium_org/chrome/browser/printing/cloud_print/test/ |
D | cloud_print_proxy_process_browsertest.cc | 447 ServiceProcessControl::GetInstance()->SetChannel( in WaitForConnect()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | device_policy_decoder_chromeos.cc | 412 SetChannel(channel, false); in DecodeAutoUpdatePolicies()
|