HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 376 - 400 of 685) sorted by null

<<11121314151617181920>>

  /external/chromium/webkit/glue/
cpp_bound_class.h 94 // Bind Javascript property |name| to the C++ getter callback |callback|.
  /external/chromium-trace/src/shared/js/cr/ui/
list_single_selection_model.js 43 * Convenience getter which returns the first selected index.
  /external/icu4c/i18n/unicode/
udatpg.h 362 * Getter corresponding to setAppendItemFormat. Values below 0 or at or
395 * Getter corresponding to setAppendItemNames. Values below 0 or at or above
435 * Getter corresponding to setDateTimeFormat.
463 * Getter corresponding to setDecimal.
  /external/icu4c/layout/
loengine.h 85 * using the getter routines below.
  /external/javassist/src/main/javassist/tools/rmi/
StubGenerator.java 151 proxy.addMethod(CtNewMethod.getter(accessorObjectId, f));
  /external/libvpx/examples/includes/geshi/geshi/
boo.php 80 'required', 'property', 'meta', 'getter', 'default'
  /external/v8/test/mjsunit/
object-literal.js 160 // Getter/setter property, read and write.
  /external/webkit/LayoutTests/fast/js/resources/
JSON-stringify.js 356 return jsonObject.stringify({a:"1", get b() { this.a="foo"; return "getter"; }, c:"3"});
359 return jsonObject.stringify({a:"1", get b() { this.c="foo"; return "getter"; }, c:"3"});
367 return jsonObject.stringify({a:"1", get b(){ return "getter"; }, set b(s) { return "setter"; }, c:"3"});
421 return jsonObject.stringify(magicObject) + " :: getter calls = " + getterCalls;
  /external/webkit/Source/JavaScriptCore/runtime/
ObjectPrototype.cpp 119 return throwVMError(exec, createSyntaxError(exec, "invalid getter usage"));
  /external/webkit/Source/WebCore/bindings/js/
JSGeolocationCustom.cpp 63 // - If the getter or the property's valueOf method throws an exception, we
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8GeolocationCustom.cpp 60 // - If the getter or the property's valueOf method throws an exception, we
  /external/webkit/Source/WebCore/html/
HTMLOptionElement.cpp 248 // Avoid our selected() getter since it will recalculate list items incorrectly for us.
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.h 133 // Getter for this file system's root path.
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.h 116 // response attribute has custom getter.
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 57 * <code>valueFrom</code> or <code>valueTo</code> is null, then a getter function will
123 * <code>valueFrom</code> or <code>valueTo</code> is null, then a getter function will
379 * set it up, and the setter/getter methods, if the user did not supply
388 // mValueType may change due to setter/getter setup; do this before calling super.init(),
  /packages/apps/Contacts/src/com/android/contacts/util/
HtmlUtils.java 54 * image getter. Any extra new line characters at the end of the text will be trimmed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 87 // is written in ddms.config. That works in the sense that the getter returns
  /external/v8/src/
objects.cc 178 MaybeObject* value = (callback->getter)(receiver, callback->data);
186 Object* fun_obj = data->getter();
209 Object* getter = AccessorPair::cast(structure)->getter(); local
210 if (getter->IsSpecFunction()) {
212 return GetPropertyWithDefinedGetter(receiver, JSReceiver::cast(getter));
214 // Getter is not a function.
275 JSReceiver* getter) {
277 Handle<JSReceiver> fun(getter);
281 // Handle stepping into a getter if step into is active
3158 v8::NamedPropertyGetter getter = local
8770 v8::IndexedPropertyGetter getter = local
9015 Object* getter = AccessorPair::cast(structure)->getter(); local
9766 v8::IndexedPropertyGetter getter = local
10051 v8::NamedPropertyGetter getter = local
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm 692 # Getter
739 # Generate super-compact call for regular attribute getter:
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 417 // Also must look for a getter or setter name which uses property syntax.
    [all...]
  /external/javassist/src/main/javassist/
CtField.java 44 * <p>If getter and setter methods are needed,
45 * call <code>CtNewMethod.getter()</code> and
53 * @see CtNewMethod#getter(String,CtField)
70 * <p>If getter and setter methods are needed,
71 * call <code>CtNewMethod.getter()</code> and
76 * @see CtNewMethod#getter(String,CtField)
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.cpp     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 82 @property (retain, getter=getTreeAdaptor, setter=setTreeAdaptor:) id\<ANTLRTreeAdaptor> treeAdaptor;
123 @property (retain, getter=getTree, setter=setTree:) <recognizer.ASTLabelType; null="ANTLRCommonTree"> *tree;

Completed in 2293 milliseconds

<<11121314151617181920>>