HomeSort by relevance Sort by last modified time
    Searched refs:GetPropertyValue (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uiautomationcore.h 74 virtual HRESULT STDMETHODCALLTYPE GetPropertyValue(
111 HRESULT (STDMETHODCALLTYPE *GetPropertyValue)(
135 #define IRawElementProviderSimple_GetPropertyValue(This,propertyId,pRetVal) (This)->lpVtbl->GetPropertyValue(This,propertyId,pRetVal)
156 return This->lpVtbl->GetPropertyValue(This,propertyId,pRetVal);
  /external/v8/src/parsing/
preparser.h 688 static PreParserExpression GetPropertyValue(PreParserExpression property) {
    [all...]
parser.h 389 static Expression* GetPropertyValue(ObjectLiteral::Property* property) {
    [all...]
parser.cc     [all...]

Completed in 435 milliseconds