HomeSort by relevance Sort by last modified time
    Searched refs:GetPropertyValue (Results 1 - 5 of 5) 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);
msinkaut.h     [all...]
  /external/v8/src/parsing/
parser.h 784 V8_INLINE static Expression* GetPropertyValue(LiteralProperty* property) {
    [all...]
preparser.h     [all...]
parser.cc     [all...]

Completed in 148 milliseconds