HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 276 - 300 of 441) sorted by null

<<1112131415161718

  /external/v8/src/
ic.cc 387 return !object->GetNamedInterceptor()->getter()->IsUndefined();
397 // without actual getter.
    [all...]
lithium-allocator.h 131 // We have to use this kind of getter instead of static member due to
v8globals.h 382 MaybeObject* (*getter)(Object* object, void* data); member in struct:v8::internal::AccessorDescriptor
debug.h 268 // Getter for the debug_context.
320 // Getter and setter for the disable break state.
    [all...]
prettyprinter.cc 935 case ObjectLiteral::Property::GETTER:
936 prop_kind = "PROPERTY - GETTER";
    [all...]
messages.js 178 no_setter_in_callback: ["Cannot set property ", "%0", " of ", "%1", " which has only a getter"],
186 getter_must_be_callable: ["Getter must be a function: ", "%0"],
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 385 // expensive so that we cache them. Would it be better to add getter and
  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 441 animation. Therefore, the object property that you are animating must have a getter function
442 that is used to obtain the starting value of the animation. The getter function must be in the
446 <li>The getter (if needed) and setter methods of the property that you are animating must
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 36 * To be proper, we should have a getter for dither (and alpha, etc.)
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 197 net::URLRequestContextGetter* getter) {
198 return new HttpBridgeFactory(getter);
    [all...]
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 186 // getter must create it with the proper constructor. This test can be
787 // In KURL.cpp's implementation, this is called by every component getter.
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 659 int column, T defaultValue, CursorGetter<T> getter) {
667 return getter.get(c, column);
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 333 /// GenerateObjCGetter - Generate an Objective-C property getter
343 assert(OMD && "Invalid call to generate getter (empty method)");
358 CGM.ErrorUnsupported(PID, "Obj-C getter requiring atomic copy");
570 CGM.ErrorUnsupported(PID, "Obj-C getter requiring atomic copy");
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 370 // attribute getter methods
645 // CSS3 Getter Methods
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 772 assert view.index == index; // TODO: Get rid of getter
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 741 @ToBeFixed( bug = "1400249", explanation = "only setter no getter")
    [all...]
  /external/chromium/base/
message_loop.cc 98 // is no standalone getter method.

Completed in 1335 milliseconds

<<1112131415161718