Home
last modified time | relevance | path

Searched defs:thisType (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/v8/test/webkit/
Dprimitive-method-this.js31 String.prototype.thisType = function() { return typeof this; }; method in String
32 Number.prototype.thisType = function() { return typeof this; }; method in Number
33 Boolean.prototype.thisType = function() { return typeof this; }; method in Boolean
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DOffsettedItem.java97 ItemType thisType = itemType(); in equals() local
119 ItemType thisType = itemType(); in compareTo() local
/external/proguard/src/proguard/classfile/attribute/preverification/
DFullFrame.java138 VerificationType thisType = this.variables[index]; in equals() local
149 VerificationType thisType = this.stack[index]; in equals() local
DMoreZeroFrame.java120 VerificationType thisType = this.additionalVariables[index]; in equals() local
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstBaseMethodRef.java80 Type thisType = getDefiningClass().getClassType(); in getPrototype() local
/external/proguard/src/proguard/evaluation/value/
DReferenceValue.java95 String thisType = this.type; in instanceOf() local
225 String thisType = this.type; in generalize() local
/external/smack/src/org/jivesoftware/smackx/packet/
DDiscoverInfo.java398 String thisType = type == null ? "" : type; in equals() local
434 String thisType = type == null ? "" : type; in compareTo() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleImage.h100 #define DEFINE_STYLE_IMAGE_TYPE_CASTS(thisType, function) \ argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResource.h85 #define DEFINE_RENDER_SVG_RESOURCE_TYPE_CASTS(thisType, typeName) \ argument
/external/skia/gm/
Dgm_error.h69 ErrorType thisType = static_cast<ErrorType>(typeInt); in getErrorTypeByName() local
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableValue.h130 #define DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(thisType, predicate) \ argument
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DPrototype.java282 Type thisType = parameterTypes.get(i); in compareTo() local
/external/dexmaker/src/main/java/com/google/dexmaker/
DDexMaker.java426 CstType thisType = type.constant; in toClassDefItem() local
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java455 Type thisType = getType(); in intersect() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterOperation.h113 #define DEFINE_FILTER_OPERATION_TYPE_CASTS(thisType, operationType) \ argument
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValue.h249 #define DEFINE_CSS_VALUE_TYPE_CASTS(thisType, predicate) \ argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h940 #define DEFINE_NODE_TYPE_CASTS(thisType, predicate) \ argument
945 #define DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(thisType) \ argument
DDocument.h1353 #define DEFINE_DOCUMENT_TYPE_CASTS(thisType) \ argument
/external/chromium_org/third_party/WebKit/Source/wtf/
DAssertions.h368 #define DEFINE_TYPE_CASTS(thisType, argumentType, argumentName, pointerPredicate, referencePredicat… argument
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.h579 #define DEFINE_AX_OBJECT_TYPE_CASTS(thisType, predicate) \ argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h1415 #define DEFINE_RENDER_OBJECT_TYPE_CASTS(thisType, predicate) \ argument
/external/clang/lib/CodeGen/
DCGBlocks.cpp360 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C); in computeBlockInfo() local