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

  /external/pdfium/fpdfsdk/javascript/
cjs_runtime.cpp 222 bool CJS_Runtime::GetValueByName(const CFX_ByteStringC& utf8Name,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c 1114 GetValueByName (
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1.h 287 STDMETHOD(GetValueByName)(PCWSTR name, D2D1_PROPERTY_TYPE type, BYTE *data, UINT32 dataSize) CONST PURE;
300 HRESULT GetValueByName(PCWSTR name, BYTE *data, UINT32 dataSize) CONST {
301 return GetValueByName(name, D2D1_PROPERTY_TYPE_UNKNOWN, data, dataSize);
309 HRESULT GetValueByName(PCWSTR propertyName, T *value) const {
310 return GetValueByName(propertyName, reinterpret_cast<BYTE*>(value), sizeof(*value));
314 T GetValueByName(PCWSTR propertyName) const {
316 GetValueByName(propertyName, reinterpret_cast<BYTE*>(&ret), sizeof(ret));
    [all...]
control.h     [all...]

Completed in 539 milliseconds