Searched refs:stringType (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DResultType.h105 static ResultType stringType() function in struct:JSC::ResultType
120 return stringType();
133 return stringType();
H A DNodeConstructors.h86 : ConstantNode(location, ResultType::stringType())
353 : ExpressionNode(location, ResultType::stringType())
359 : ExpressionNode(location, ResultType::stringType())
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSPrimitiveValue.idl61 [ObjCLegacyUnnamedParameters, RaisesException] void setStringValue([Default=Undefined] optional unsigned short stringType,
H A DCSSPrimitiveValue.h293 void setStringValue(unsigned short stringType, const String& stringValue, ExceptionCode&);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXutil.c891 static Tcl_ObjType *listType = NULL, *stringType = NULL;
899 stringType = Tcl_GetObjType ("string");
908 } else if (objPtr->typePtr == stringType) {
873 static Tcl_ObjType *listType = NULL, *stringType = NULL; local
/macosx-10.10/WebCore-7600.1.25/editing/ios/
H A DEditorIOS.mm488 RetainPtr<CFStringRef> stringType = type.createCFString();
489 RetainPtr<NSString> filenameExtension = adoptNS((NSString *)UTTypeCopyPreferredTagWithClass(stringType.get(), kUTTagClassFilenameExtension));
491 RetainPtr<NSString> mimeType = adoptNS((NSString *)UTTypeCopyPreferredTagWithClass(stringType.get(), kUTTagClassMIMEType));
/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A DtclXkeylist.c73 static const Tcl_ObjType *stringType; variable
99 } else if (objPtr->typePtr == stringType) {
1458 stringType = Tcl_GetObjType("string");
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h945 - (void)setStringValue:(unsigned short)stringType :(NSString *)stringValue;
946 - (void)setStringValue:(unsigned short)stringType stringValue:(NSString *)stringValue WEBKIT_AVAILABLE_MAC(10_5);

Completed in 136 milliseconds