Searched refs:getter (Results 201 - 225 of 286) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/chromeos/cros/
H A Dlibcros_service_library.cc211 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext(); local
213 if (getter)
214 proxy_service = getter->GetURLRequestContext()->proxy_service();
/external/protobuf/python/google/protobuf/
H A Dreflection.py462 def getter(self): function in function:_AddPropertiesForRepeatedField
476 getter.__module__ = None
477 getter.__doc__ = 'Getter for %s.' % proto_field_name
486 setattr(cls, property_name, property(getter, setter, doc=doc))
505 def getter(self): function in function:_AddPropertiesForNonRepeatedScalarField
507 getter.__module__ = None
508 getter.__doc__ = 'Getter for %s.' % proto_field_name
519 # Add a property to encapsulate the getter/setter.
521 setattr(cls, property_name, property(getter, setter, doc=doc))
541 def getter(sel function in function:_AddPropertiesForNonRepeatedCompositeField
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.cpp99 throwError(exec, createTypeError(exec, "setting a property that has only a getter"));
329 // if we override an existing non-getter or non-setter.
354 // if we override an existing non-getter or non-setter.
371 JSObject* functionObject = asGetterSetter(value)->getter();
562 if (JSObject* getterFunction = asGetterSetter(location->get())->getter()) {
627 if (oldDescriptor.getter()) {
629 accessor->setGetter(exec->globalData(), asObject(oldDescriptor.getter()));
647 if (descriptor.getter() && descriptor.getter().isObject())
648 target->defineGetter(exec, propertyName, asObject(descriptor.getter()), attribute
[all...]
H A DObjectConstructor.cpp156 description->putDirect(exec->globalData(), exec->propertyNames().get, descriptor.getter() ? descriptor.getter() : jsUndefined(), 0);
269 throwError(exec, createTypeError(exec, "Invalid property. 'value' present on property with getter or setter."));
274 throwError(exec, createTypeError(exec, "Invalid property. 'writable' present on property with getter or setter."));
317 if (descriptor.getter())
318 markBuffer.append(descriptor.getter());
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorObjC.pm827 my $getter = "- (" . $attributeType . ")" . $attributeName . $declarationSuffix;
828 push(@headerAttributes, $getter) if $public;
829 push(@privateHeaderAttributes, $getter) unless $public;
1261 my $getter = $getterContentHead;
1262 $getter =~ s/\(\)//;
1270 my $getter = $getterExpressionPrefix;
1271 $getter =~ s/IMPL->//;
1272 $getter =~ s/\(//;
1273 my $updateMethod = "&${implClassNameWithNamespace}::update" . $codeGenerator->WK_ucfirst($getter);
1309 my $getter
[all...]
H A DCodeGeneratorJS.pm802 # Constructor object getter
884 # Index getter
897 # Name getter
1003 my $getter = "js" . $interfaceName . $codeGenerator->WK_ucfirst($attribute->signature->name) . ($attribute->signature->type =~ /Constructor$/ ? "Constructor" : "");
1004 push(@headerContent, "JSC::JSValue ${getter}(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);\n");
1012 my $getter = "js" . $interfaceName . "Constructor";
1013 push(@headerContent, "JSC::JSValue ${getter}(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);\n");
1025 my $getter = "js" . $interfaceName . $codeGenerator->WK_ucfirst($constant->name);
1026 push(@headerContent, "JSC::JSValue ${getter}(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);\n");
1078 my $getter
[all...]
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_task.cc37 net::URLRequestContextGetter* getter = local
42 if (!getter)
46 fetcher->set_request_context(getter);
56 net::URLRequestContextGetter* getter = local
61 if (!getter)
69 getter->GetURLRequestContext()));
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_utils.cc90 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext(); local
91 DCHECK(getter);
92 if (getter) {
93 getter->GetURLRequestContext()->proxy_service()->ResetConfigService(
/external/chromium/chrome/common/net/gaia/
H A Dgaia_auth_fetcher.cc98 net::URLRequestContextGetter* getter)
100 getter_(getter),
120 net::URLRequestContextGetter* getter,
130 to_return->set_request_context(getter);
96 GaiaAuthFetcher(GaiaAuthConsumer* consumer, const std::string& source, net::URLRequestContextGetter* getter) argument
119 CreateGaiaFetcher( net::URLRequestContextGetter* getter, const std::string& body, const GURL& gaia_gurl, URLFetcher::Delegate* delegate) argument
/external/webkit/Source/WebCore/bindings/scripts/test/
H A DTestObj.idl82 attribute long attrWithGetterException getter raises(DOMException);
84 attribute DOMString stringAttrWithGetterException getter raises(DOMException);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseTree.h31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
H A DANTLRTreeWizard.h67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label;
68 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseTree.h31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
H A DANTLRTreeWizard.h67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label;
68 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBaseTree.h31 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
104 @property (retain, getter=getChildren, setter=setChildren) NSMutableArray *children;
H A DANTLRTreeWizard.h67 @property (retain, getter=getLabel, setter=setLabel:) NSString *label;
68 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeWizard.h72 @property (retain, getter=getLabel, setter=setLabel:) NSString *label;
73 @property (assign, getter=getHasTextArg, setter=setHasTextArg:) BOOL hasTextArg;
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp256 PropertyWrapperGetter(int prop, T (RenderStyle::*getter)() const)
258 , m_getter(getter)
280 PropertyWrapper(int prop, T (RenderStyle::*getter)() const, void (RenderStyle::*setter)(T))
281 : PropertyWrapperGetter<T>(prop, getter)
332 PropertyWrapperShadow(int prop, const ShadowData* (RenderStyle::*getter)() const, void (RenderStyle::*setter)(ShadowData*, bool))
334 , m_getter(getter)
397 PropertyWrapperMaybeInvalidColor(int prop, const Color& (RenderStyle::*getter)() const, void (RenderStyle::*setter)(const Color&))
399 , m_getter(getter)
457 FillLayerPropertyWrapperGetter(T (FillLayer::*getter)() const)
458 : m_getter(getter)
501 FillLayersPropertyWrapper(int prop, LayersGetter getter, LayersAccessor accessor) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c36 if (dsc->getter == NULL)
55 if (!dsc->getter(&entry_iter, error, user_data))
170 if (dsc->getter == NULL) {
179 if (dsc->getter(&iter, &error, user_data) == FALSE) {
635 if (!dsc->getter(&entry_iter, &error, obj_dsc->user_data)) {
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DST4ObjC.stg94 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib;
H A DAST.stg82 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) id\<ANTLRTreeAdaptor> treeAdaptor;
123 @property (retain, getter=getTree, setter=setTree:) <recognizer.ASTLabelType; null="ANTLRCommonTree"> *tree;
/external/javassist/src/main/javassist/tools/reflect/
H A DReflection.java261 clazz.addMethod(CtNewMethod.getter(metaobjectGetter, f));
271 clazz.addMethod(CtNewMethod.getter(classobjectAccessor, f));
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.h78 v8::AccessorGetter getter; member in struct:WebCore::BatchedAttribute
91 attribute.getter,
/external/chromium/chrome/browser/
H A Dio_thread.cc495 ChromeURLRequestContextGetter* getter = *it; local
498 getter->GetURLRequestContext()->dns_cert_checker();
501 getter->ReleaseURLRequestContext();
H A Dbrowsing_data_remover.cc389 net::URLRequestContextGetter* getter = local
393 getter->GetURLRequestContext()->http_transaction_factory();

Completed in 481 milliseconds

1234567891011>>