/external/chromium/chrome/browser/chromeos/cros/ |
cros_library.h | 57 // Setter for LibraryLoader.
|
/external/chromium/chrome/browser/chromeos/login/ |
camera.h | 75 // Setter for delegate: allows to set it to NULL when delegate is about to
|
/external/chromium/chrome/browser/ui/cocoa/ |
bug_report_window_controller.mm | 153 // Custom setter to update the UI for different bug types.
|
status_bubble_mac.h | 65 // Setter for state_. Use this instead of writing to state_ directly so
|
/external/chromium-trace/src/shared/js/cr/ui/ |
list_single_selection_model.js | 44 * Setter also changes lead and anchor indexes if value is nonegative.
|
/external/clang/include/clang/Basic/ |
DiagnosticCommonKinds.td | 42 "method name referenced in property setter attribute "
|
/external/clang/lib/ARCMigrate/ |
TransZeroOutPropsInDealloc.cpp | 69 // Remove the setter message if RHS is null
|
/external/clang/test/Analysis/ |
MissingDealloc.m | 16 // assignment through the setter does not perform a release.
|
/external/llvm/include/llvm/CodeGen/ |
RegisterScavenging.h | 113 /// setScavengingFrameIndex / getScavengingFrameIndex - accessor and setter of
|
/external/v8/test/mjsunit/ |
keywords-and-reserved_words.js | 103 // setter parameter
|
object-literal.js | 160 // Getter/setter property, read and write.
|
object-define-property.js | 219 // Define an accessor that has only a setter. 231 // Add a getter - should not touch the setter. 243 // The above should also work if redefining just a getter or setter on 244 // an existing property with both a getter and a setter. 530 // Different setter.
|
/external/webkit/Source/JavaScriptCore/runtime/ |
ObjectPrototype.cpp | 129 return throwVMError(exec, createSyntaxError(exec, "invalid setter usage"));
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Utilities.h | 49 // Combo create/remove, for generated event-handler-setter bindings:
|
/external/webkit/Source/WebCore/platform/ |
KURLGooglePrivate.h | 102 // Set to true when the caller set us using the ASCII setter. We can
|
/external/webkit/Tools/Scripts/webkitpy/common/config/ |
committervalidator.py | 77 # If the flag is set, and we don't recognize the setter, reject the
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
upload_unittest.py | 123 expected_stderr = """Bug: <http://example.com/42> Bug with two r+'d and cq+'d patches, one of which has an invalid commit-queue setter.
|
/external/webp/include/webp/ |
decode_vp8.h | 106 // Set the custom IO function pointers and user-data. The setter for IO hooks
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
Frame.java | 81 // Attempt to set the value using a specific setter (which may be more optimized), and
|
/frameworks/base/voip/java/android/net/rtp/ |
AudioStream.java | 34 * of the setter methods are disabled. This is designed to ease the task of
|
RtpStream.java | 109 * setter methods are disabled. This method is intended to be overridden
|
/external/v8/src/ |
objects.h | 184 // Setter that skips the write barrier if mode is SKIP_WRITE_BARRIER. [all...] |
objects.cc | 1908 v8::NamedPropertySetter setter = local 2004 Object* setter = AccessorPair::cast(structure)->setter(); local 8955 v8::IndexedPropertySetter setter = local [all...] |
/external/clang/include/clang/AST/ |
DeclObjC.h | 100 /// Setter/getter instance methods: 126 // Synthesized declaration method for a property setter/getter [all...] |
/external/javassist/src/main/javassist/ |
CtField.java | 44 * <p>If getter and setter methods are needed, 46 * <code>CtNewMethod.setter()</code>. 54 * @see CtNewMethod#setter(String,CtField) 70 * <p>If getter and setter methods are needed, 72 * <code>CtNewMethod.setter()</code>. 77 * @see CtNewMethod#setter(String,CtField) [all...] |