HomeSort by relevance Sort by last modified time
    Searched full:setter (Results 426 - 450 of 620) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
CodeGeneratorJS.pm 508 # Assume that if there's a setter, the index will be writable
517 # Assume that if there's a setter, the index will be writable
    [all...]
CodeGeneratorGObject.pm     [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.h 206 // Getter and setter for the Browser Action visibility in the toolbar.
216 // Getter and setter for the flag that specifies whether the extension is
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 183 /// @param SetterName Name of the Objective C property setter selector.
217 /// @param SetterName Name of the Objective C property setter selector.
  /external/v8/src/
preparser.h 169 // I.e., you can add a getter to a property that already has a setter, since
172 // setter will store the value (kGetterProperty | kSetterProperty), which
prettyprinter.cc 991 case ObjectLiteral::Property::SETTER:
992 prop_kind = "PROPERTY - SETTER";
api.cc     [all...]
messages.js 179 "setter_must_be_callable", ["Setter must be a function: ", "%0"],
770 var setter = function(v) {
774 %DefineOrRedefineAccessorProperty(obj, name, getter, setter, DONT_ENUM);
    [all...]
v8natives.js 329 return %LookupAccessor(ToObject(receiver), ToString(name), SETTER);
845 var setter = desc.hasSetter() ? desc.getSet() : null;
846 %DefineOrRedefineAccessorProperty(obj, p, getter, setter, flag);
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-function.js 554 assertEquals(50, value) // no setter
576 assertEquals(0, value) // no setter
  /external/webkit/LayoutTests/fast/js/resources/
JSON-stringify.js 363 jsonObject.stringify({a:"1", set b(s) { setterCalled = true; return "setter"; }, c:"3"});
367 return jsonObject.stringify({a:"1", get b(){ return "getter"; }, set b(s) { return "setter"; }, c:"3"});
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 69 Setter = 1 << 6 // property is a setter
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 360 // Supporting setter would require making primitive value copy-on-write and taking care of style invalidation.
505 // Supporting setter would require making primitive value copy-on-write and taking care of style invalidation.
  /frameworks/base/docs/html/guide/topics/graphics/
hardware-accel.jd 453 the layer is composited. Calling the setter for any of these properties results in optimal
472 setter or getter. For instance, to modify the alpha property, call {@link
  /dalvik/vm/compiler/
Frontend.cpp 205 * - is getter/setter?
233 * The expected instruction sequence is setter will never return value and
371 attributes & METHOD_IS_GETTER ? "getter": "setter");
375 ALOGE("%s%s is inlinable non setter/getter", method->clazz->descriptor,
    [all...]
  /external/bluetooth/glib/gobject/
gobject.h 258 * @set_property: the generic setter for all properties of this type. Should be
  /external/chromium/chrome/browser/history/
text_database_manager.h 190 // these indicate if the setter was ever called.
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.h 153 // Setter for additional_query_. To make sure the additional_query_ won't
  /external/chromium/webkit/glue/
webkitclient_impl.cc 93 // Setter for |memory_value_|, refreshes |last_updated_time_|.
  /external/chromium-trace/src/shared/js/cr/ui/
grid.js 73 * Shows a warning at the setter because cr.ui.Grid does not support this.
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 287 "Argument for property setter is an uninitialized value"
  /external/clang/test/Index/
properties-class-extensions.m 13 // Test that 'setter' methods defined by @property in the class extension
  /external/icu4c/common/unicode/
utrace.h 93 * Setter for the trace level.
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 386 // (virtual) setter for the height and the style of the primary font,

Completed in 828 milliseconds

<<11121314151617181920>>