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

  /external/pdfium/fpdfsdk/javascript/
cjs_runtime.cpp 242 bool CJS_Runtime::SetValueByName(const CFX_ByteStringC& utf8Name,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1.h 285 STDMETHOD(SetValueByName)(PCWSTR name, D2D1_PROPERTY_TYPE type, CONST BYTE *data, UINT32 dataSize) PURE;
292 HRESULT SetValueByName(PCWSTR name, CONST BYTE *data, UINT32 dataSize) {
293 return SetValueByName(name, D2D1_PROPERTY_TYPE_UNKNOWN, data, dataSize);
321 HRESULT SetValueByName(PCWSTR propertyName, const T &value) {
322 return SetValueByName(propertyName, reinterpret_cast<const BYTE*>(&value), sizeof(value));
    [all...]

Completed in 103 milliseconds