/external/webkit/Source/WebCore/bindings/v8/ |
V8Collection.h | 157 // Add indexed getter to the function template for a collection. 164 // Add named getter to the function template for a collection. 170 // Add indexed getter returning a string or null to a function template for a collection. 177 // Add indexed getter returning a string to a function template for a collection.
|
/external/webkit/Source/WebCore/dom/ |
DataTransferItems.idl | 39 DataTransferItem item(in unsigned long index) getter;
|
/external/webkit/Source/WebCore/svg/ |
SVGLength.idl | 42 getter raises(DOMException);
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkVars.java | 193 VarGetter getter = VAR_MAP.get(command.get(1)); local 194 if (getter == null) { 197 return new MonkeyCommandReturn(true, getter.get());
|
/external/chromium/net/url_request/ |
url_request_test_job.cc | 48 // static getter for simple response headers 57 // static getter for redirect response headers 66 // static getter for error response headers
|
/external/webkit/LayoutTests/fast/js/resources/ |
getOwnPropertyDescriptor.js | 64 objectWithGetter.__defineGetter__("getter", getterFunc); 65 descriptorShouldBe("objectWithGetter", "'getter'", {"get": "getterFunc", "set": undefined, enumerable: true, configurable: true}); 89 for (var property in Object.getOwnPropertyDescriptor(objectWithGetter, "getter"))
|
/external/protobuf/python/google/protobuf/ |
reflection.py | 462 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 541 def getter(self): function in function:_AddPropertiesForNonRepeatedCompositeField [all...] |
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_task.cc | 37 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/clang/include/clang/AST/ |
ExprObjC.h | 269 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, 275 PropertyOrGetter(Getter, true), Setter(Setter), 279 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, 284 PropertyOrGetter(Getter, true), Setter(Setter), 288 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, 293 PropertyOrGetter(Getter, true), Setter(Setter), 347 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl()) 348 ResultType = Getter->getResultType(); 352 const ObjCMethodDecl *Getter = getImplicitPropertyGetter(); 353 ResultType = Getter->getResultType(); // with reference [all...] |
/external/webkit/LayoutTests/fast/dom/DeviceMotion/ |
optional-event-properties-expected.txt | 22 PASS event.initDeviceMotionEvent('', false, false, objectThrowingException, {x: 3, z: 5}, {gamma: 8, beta: 7}, 9) threw exception Error: x getter exception. 23 PASS event.initDeviceMotionEvent('', false, false, {x: 0, y: 1, z: 2}, objectThrowingException, {gamma: 8, beta: 7}, 9) threw exception Error: x getter exception. 24 PASS event.initDeviceMotionEvent('', false, false, {x: 0, y: 1, z: 2}, {x: 3, z: 5}, objectThrowingException, 9) threw exception Error: alpha getter exception.
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSActivation.cpp | 151 // activation object getter properties or a prototype. 164 // We don't call through to JSObject because __proto__ and getter/setter 179 // We don't call through to JSObject because __proto__ and getter/setter
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/ |
getset-004.js | 43 // SECTION1: define getter/setter directly on an object (not its prototype) 74 // SECTION2: define getter/setter in Object.prototype 105 // SECTION 3: define getter/setter in prototype of user-defined constructor
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
FsUtils.java | 175 * timeout (in static getter for http client) in loop helps. 202 UrlDataGetter getter = new UrlDataGetter(url); local 203 return getter.get();
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGetter.java | 92 // True if the getter thread is idle waiting. 95 // True when the getter thread should exit. 252 // Stops this image getter.
|
/external/bluetooth/glib/gobject/ |
glib-genmarshal.c | 53 const gchar *getter; /* value getter function [g_value_get_string] */ member in struct:__anon2056 185 /* keyword sig_name ctype getter */ 218 iarg->getter = args[i].getter; 393 if (iarg->getter) 417 if (iarg->getter) 443 if (iarg->getter) 444 g_fprintf (fout, "%s%s (param_values + %d),\n", indent (ind), iarg->getter, a++);
|
/external/chromium/chrome/browser/chromeos/ |
user_cros_settings_provider.h | 33 // Return true if subsequent call to corresponding cached_* getter shall
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_message.h | 86 // A singleton instance getter.
|
/external/chromium/chrome/browser/ |
gpu_data_manager.h | 25 // Getter for the singleton. This will return NULL on failure.
|
/external/chromium/chrome/browser/prefs/ |
testing_pref_store.h | 60 // Getter and Setter methods for setting and getting the state of the
|
/external/chromium/chrome/browser/ui/toolbar/ |
toolbar_model.h | 52 // Getter/setter of whether the text in location bar is currently being
|
/external/clang/test/SemaObjC/ |
default-synthesize-1.m | 89 // No default synthesis if implementation has getter (readonly) and setter(readwrite) methods.
|
/external/clang/test/SemaObjCXX/ |
instantiate-expr.mm | 53 // Implicit setter/getter
|
/external/v8/test/mjsunit/compiler/ |
objectliterals.js | 28 // Test object literals with getter, setter and prototype properties.
|
/external/v8/test/mjsunit/ |
megamorphic-callbacks.js | 51 // setter and getter properties to the object.
|
/external/v8/test/mjsunit/regress/ |
regress-192.js | 42 // assigning to a property that has only a getter.
|