Searched defs:PropertyName (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
H A DScriptFormatterWorker.js204 PropertyName: "PropertyName",
272 state = FormatterWorker.CSSParserStates.PropertyName;
278 case FormatterWorker.CSSParserStates.PropertyName:
/external/clang/lib/Parse/
H A DParseExpr.cpp748 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); local
751 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName,
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp622 SmallString<100> PropertyName = thisPropertyName; local
623 PropertyName[0] = front;
624 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName);
H A DSemaCodeComplete.cpp5953 IdentifierInfo *PropertyName) {
5980 = Class->FindPropertyDeclaration(PropertyName)) {
5994 NameWithPrefix += PropertyName->getName();
5995 std::string NameWithSuffix = PropertyName->getName().str();
6005 if ((PropertyName == Ivar->getIdentifier() ||
5952 CodeCompleteObjCPropertySynthesizeIvar(Scope *S, IdentifierInfo *PropertyName) argument
/external/llvm/lib/IR/
H A DDIBuilder.cpp476 StringRef PropertyName, StringRef GetterName,
490 MDString::get(VMContext, PropertyName),
473 createObjCIVar(StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, DIType Ty, StringRef PropertyName, StringRef GetterName, StringRef SetterName, unsigned PropertyAttributes) argument
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp554 v8::Handle<v8::String> WSToJSString(IJS_Runtime* pJSRuntime, const wchar_t* PropertyName, int Len = -1) argument
556 CFX_WideString ws = CFX_WideString(PropertyName,Len);
562 v8::Handle<v8::Value> JS_GetObjectElement(IJS_Runtime* pJSRuntime, v8::Handle<v8::Object> pObj,const wchar_t* PropertyName) argument
565 return pObj->Get(WSToJSString(pJSRuntime,PropertyName));
574 void JS_PutObjectString(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, const wchar_t* sValue) //VT_string argument
577 pObj->Set(WSToJSString(pJSRuntime, PropertyName), WSToJSString(pJSRuntime, sValue));
580 void JS_PutObjectNumber(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, int nValue) argument
583 pObj->Set(WSToJSString(pJSRuntime,PropertyName),v8::Int32::New(pJSRuntime, nValue));
586 void JS_PutObjectNumber(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, float fValue) argument
589 pObj->Set(WSToJSString(pJSRuntime,PropertyName),v
592 JS_PutObjectNumber(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, double dValue) argument
598 JS_PutObjectBoolean(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, bool bValue) argument
604 JS_PutObjectObject(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, v8::Handle<v8::Object> pPut) argument
610 JS_PutObjectNull(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_shader_tokens.h231 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member in struct:tgsi_property
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h231 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member in struct:tgsi_property

Completed in 517 milliseconds