/external/v8/src/ |
messages.js | 170 "no_setter_in_callback", ["Cannot set property ", "%0", " of ", "%1", " which has only a getter"], 178 "getter_must_be_callable", ["Getter must be a function: ", "%0"], 762 var getter = function() { 774 %DefineOrRedefineAccessorProperty(obj, name, getter, setter, DONT_ENUM); [all...] |
property.h | 176 // either the getter or the setter must be an accessor. Put another way:
|
prettyprinter.cc | 988 case ObjectLiteral::Property::GETTER: 989 prop_kind = "PROPERTY - GETTER";
|
api.cc | [all...] |
/external/webkit/Source/JavaScriptCore/heap/ |
Heap.cpp | 328 return "Getter-Setter";
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSFunction.cpp | 108 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
|
JSObject.h | 68 Getter = 1 << 5, // property is a getter [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
CurrentTime.cpp | 178 timeBeginPeriod(1); // increase time resolution around low-res time getter
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_wps.c | 351 * Getter for "ProcessCredentials" property. Returns returned boolean will be
|
/frameworks/base/core/java/android/nfc/tech/ |
TagTechnology.java | 65 * then the cached getter will still return the result from tag discovery time.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
StateListDrawable.java | 61 * To be proper, we should have a getter for dither (and alpha, etc.)
|
/frameworks/base/media/java/android/media/ |
AudioSystem.java | 60 // Expose only the getter method publicly so we can change it in the future
|
/frameworks/wilhelm/src/itf/ |
IPlay.c | 161 // even though this is a getter, it can modify state due to caching
|
/packages/apps/Phone/src/com/android/phone/ |
ContactsAsyncHelper.java | 192 * Simple getter for the Photo state.
|
/sdk/ |
changes.txt | 84 * Finds calls to a getter on the same class where a field could be
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.h | 358 // Getter/setter for whether we are waiting on SetPassphrase to process a 543 net::URLRequestContextGetter* getter);
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/ |
__init__.py | 245 def getter(self): function in function:setter 254 return property(getter, attr, deleter)
|
/external/icu4c/common/ |
locdispnames.cpp | 351 UDisplayNameGetter *getter, 370 length=(*getter)(locale, localeBuffer, sizeof(localeBuffer), &localStatus);
|
/external/llvm/include/llvm/Analysis/ |
DIBuilder.h | 182 /// @param GetterName Name of the Objective C property getter selector. 216 /// @param GetterName Name of the Objective C property getter selector.
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8DOMWindowShell.cpp | 552 v8::Handle<v8::Value> getter(v8::Local<v8::String> property, const v8::AccessorInfo& info) function in namespace:WebCore 576 m_document->SetAccessor(v8String(name), getter); local
|
/external/webkit/Source/WebCore/page/ |
DOMWindow.idl | 173 getter raises(DOMException); 175 getter raises(DOMException); [all...] |
/frameworks/compile/slang/ |
README.html | 476 <p>You can bind the struct(e.g., Point), using the setter and getter 498 // The getter of Item array, which gets the *index*-th element
|
/libcore/luni/src/main/native/ |
libcore_icu_ICU.cpp | 546 EnumerationGetter getter(e, &status); 547 jobject result = toStringArray16(env, &counter, &getter);
|
/libcore/luni/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/Source/JavaScriptCore/jit/ |
JITStubs.cpp | 1703 PropertySlot::GetValueFunc getter = reinterpret_cast<PropertySlot::GetValueFunc>(stackFrame.args[1].asPointer); local [all...] |