Searched defs:Delegate (Results 276 - 294 of 294) sorted by relevance

<<1112

/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.cc47 ComponentCloudPolicyService::Delegate::~Delegate() {}
53 : public ComponentCloudPolicyStore::Delegate {
77 // ComponentCloudPolicyStore::Delegate implementation:
203 Delegate* delegate,
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager.cc39 ApplicationManager::Delegate::~Delegate() {}
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_nacl_manifest.py157 class Delegate(object): class in inherits:object
158 """Delegate all external access; reading/writing to filesystem, gsutil etc."""
226 class RealDelegate(Delegate):
238 """See Delegate.GetRepoManifest"""
247 """See Delegate.GetHistory"""
257 """See Delegate.GsUtil_ls"""
267 """See Delegate.GsUtil_cat"""
271 """See Delegate.GsUtil_cp"""
281 """See Delegate.SendMail"""
357 delegate: See Delegate clas
[all...]
/external/chromium_org/net/cookies/
H A Dcookie_monster.h70 typedef CookieMonsterDelegate Delegate; typedef in class:net::CookieMonster
/external/chromium_org/remoting/host/
H A Ddesktop_session_agent.cc109 DesktopSessionAgent::Delegate::~Delegate() {
375 bool DesktopSessionAgent::Start(const base::WeakPtr<Delegate>& delegate,
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.h35 typedef ContentSettingBubbleModelDelegate Delegate; typedef in class:ContentSettingBubbleModel
97 Delegate* delegate,
188 ContentSettingTitleAndLinkModel(Delegate* delegate,
193 Delegate* delegate() const { return delegate_; }
203 Delegate* delegate_;
208 ContentSettingRPHBubbleModel(Delegate* delegate,
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dgaia_screen_handler.cc307 if (!Delegate())
309 Delegate()->SetDisplayEmail(gaia::SanitizeEmail(email));
313 Delegate()->CompleteLogin(user_context);
424 if (!Delegate())
431 Delegate()->SetDisplayEmail(sanitized_email);
437 Delegate()->CompleteLogin(user_context);
554 if (!dns_cleared_ || !cookies_cleared_ || !Delegate())
569 Delegate()->LoadSigninWallpaper();
571 Delegate()->LoadWallpaper(populated_email_);
652 if (Delegate()) {
667 SigninScreenHandlerDelegate* GaiaScreenHandler::Delegate() { function in class:chromeos::GaiaScreenHandler
[all...]
/external/chromium_org/net/socket/
H A Dsocket_test_util.h509 // The Delegate is an abstract interface which handles the communication from
513 // abstract Delegate interface.
514 class Delegate { class in class:net::DeterministicSocketData
530 virtual ~Delegate() {}
557 void set_delegate(base::WeakPtr<Delegate> delegate) { delegate_ = delegate; }
588 base::WeakPtr<Delegate> delegate_;
849 public DeterministicSocketData::Delegate,
856 // DeterministicSocketData::Delegate:
900 public DeterministicSocketData::Delegate,
907 // DeterministicSocketData::Delegate
[all...]
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc659 NetworkMenu::Delegate::~Delegate() {
662 NetworkMenu::NetworkMenu(Delegate* delegate)
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc259 // Delegate --------------------------------------------------------------------
261 ProtocolHandlerRegistry::Delegate::~Delegate() {}
263 void ProtocolHandlerRegistry::Delegate::RegisterExternalHandler(
272 void ProtocolHandlerRegistry::Delegate::DeregisterExternalHandler(
276 bool ProtocolHandlerRegistry::Delegate::IsExternalHandlerRegistered(
284 ProtocolHandlerRegistry::Delegate::CreateShellWorker(
291 ProtocolHandlerRegistry::Delegate::CreateShellObserver(
296 void ProtocolHandlerRegistry::Delegate::RegisterWithOSAsDefaultClient(
312 content::BrowserContext* context, Delegate* delegat
[all...]
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py216 class Delegate(object): class in class:WifiHandler
488 class Delegate(object): class in class:CloudDevice
649 class WebRequestHandler(WifiHandler.Delegate, CloudDevice.Delegate):
1076 # WifiHandler.Delegate implementation
/external/chromium_org/net/http/
H A Dhttp_auth_gssapi_posix.cc683 void HttpAuthGSSAPI::Delegate() { function in class:net::HttpAuthGSSAPI
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc277 TextfieldModel::Delegate::~Delegate() {}
279 TextfieldModel::TextfieldModel(Delegate* delegate)
/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java66 private Delegate _delegate;
68 public static interface Delegate { interface in class:ServiceInfoImpl
1312 Delegate getDelegate() {
1320 void setDelegate(Delegate delegate) {
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc972 class Delegate { class in class:net::HostResolverImpl::DnsTask
985 Delegate() {} function in class:net::HostResolverImpl::DnsTask::Delegate
986 virtual ~Delegate() {}
991 Delegate* delegate,
1174 Delegate* delegate_;
1196 public HostResolverImpl::DnsTask::Delegate {
1588 // HostResolverImpl::DnsTask::Delegate implementation:
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp990 DNBArchMachARM::EnableHardwareWatchpoint0 (uint32_t hw_index, bool Delegate, bool also_set_on_task) argument
1000 if (Delegate && LoHi[hw_index]) {
1025 DNBArchMachARM::DisableHardwareWatchpoint0 (uint32_t hw_index, bool Delegate, bool also_set_on_task) argument
1035 if (Delegate && LoHi[hw_index]) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 433 milliseconds

<<1112