/external/webkit/WebCore/dom/ |
Document.idl | 162 getter raises (DOMException);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
StateListDrawable.java | 54 * To be proper, we should have a getter for dither (and alpha, etc.)
|
DrawableContainer.java | 25 * To be proper, we should have a getter for dither (and alpha, etc.)
|
/external/v8/src/ |
api.cc | 772 AccessorGetter getter, 783 ASSERT(getter != NULL); 784 obj->set_getter(*FromCData(getter)); 835 NamedPropertyGetter getter, 850 if (getter != 0) obj->set_getter(*FromCData(getter)); 862 IndexedPropertyGetter getter, 878 if (getter != 0) obj->set_getter(*FromCData(getter)); 947 AccessorGetter getter, [all...] |
mirror-debugger.js | 1178 * Returns whether this property has a getter defined through __defineGetter__. 1179 * @return {booolean} True if this property has a getter 1196 * Returns the getter for this property defined through __defineGetter__. 1197 * @return {Mirror} FunctionMirror reflecting the getter function or 1198 * UndefinedMirror if there is no getter for this property 1200 PropertyMirror.prototype.getter = function() { [all...] |
v8natives.js | 245 return %DefineAccessor(ToObject(this), ToString(name), GETTER, fun); 253 return %LookupAccessor(ToObject(this), ToString(name), GETTER); 585 %DefineOrRedefineAccessorProperty(obj, p, GETTER, desc.getGet(), flag);
|
ic.cc | 319 return !object->GetNamedInterceptor()->getter()->IsUndefined(); 329 // without actual getter. 758 if (v8::ToCData<Address>(callback->getter()) == 0) return; [all...] |
objects.h | 663 JSFunction* getter); [all...] |
debug.h | 262 // Getter for the debug_context. 311 // Getter and setter for the disable break state.
|
/frameworks/base/docs/html/guide/practices/design/ |
performance.jd | 317 trivial getter. With the JIT (where direct field access is as cheap as 319 trivial getter. This is true in Froyo, but will improve in the future when 320 the JIT inlines getter methods.</p>
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ShapeDrawableTest.java | 440 @ToBeFixed(bug = "1386429", explanation = "no getter can not be tested")
|
/cts/tests/tests/widget/src/android/widget/cts/ |
CompoundButtonTest.java | 285 " by id. we need getter method to complete this test case.")
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
StylesheetPIHandler.java | 328 * Added additional getter and setter methods for the Base Id
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/ |
XMLReaderAdapterTest.java | 170 // There is no getter for the DocumentHandler, so we can only test
|
/external/webkit/JavaScriptCore/wtf/ |
CurrentTime.cpp | 181 timeBeginPeriod(1); // increase time resolution around low-res time getter
|
/frameworks/base/core/java/android/pim/ |
ContactsAsyncHelper.java | 164 * Simple getter for the Photo state.
|
/frameworks/base/media/java/android/media/ |
AudioSystem.java | 59 // Expose only the getter method publicly so we can change it in the future
|
/packages/apps/Contacts/src/com/android/contacts/ |
SpecialCharSequenceMgr.java | 260 * Synchronized getter for the EditText.
|
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogRecordTest.java | 155 notes = "normal behavior of getter/setter don't need to be tested (normally)", 161 notes = "normal behavior of getter/setter don't need to be tested (normally)",
|
/external/webkit/JavaScriptCore/runtime/ |
JSObject.h | 64 Getter = 1 << 5, // property is a getter
|
/external/webkit/WebCore/bindings/v8/ |
V8Proxy.h | 77 v8::AccessorGetter getter; member in struct:WebCore::BatchedAttribute 90 attribute.getter,
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
CallableStatement.java | 50 * the stored procedure. The values are retrieved using the getter methods 787 * type that will be returned by the getter methods of [all...] |
/external/webkit/WebCore/bindings/scripts/ |
CodeGeneratorObjC.pm | 769 # - GETTER 770 my $getter = "- (" . $attributeType . ")" . $attributeName . $declarationSuffix; 771 push(@headerAttributes, $getter) if $public; 772 push(@privateHeaderAttributes, $getter) unless $public; [all...] |
/external/gtest/src/ |
gtest.cc | [all...] |
/external/webkit/WebCore/rendering/style/ |
RenderStyle.h | 356 // attribute getter methods 595 // CSS3 Getter Methods [all...] |