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

  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.h 311 virtual void GetAttributeValue(CFX_WideString& wsAttriValue) const {
328 virtual void GetAttributeValue(CFX_WideString& wsAttriValue) const {
  /external/pdfium/xfa/src/fdp/include/
fde_xml.h 227 virtual void GetAttributeValue(CFX_WideString& wsAttriValue) const = 0;
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 158 ON_CALL(pkcs11_, GetAttributeValue(_, _, _, _, _))
159 .WillByDefault(Invoke(this, &KeyStoreTest::GetAttributeValue));
202 virtual uint32_t GetAttributeValue(const brillo::SecureBlob& isolate,
409 EXPECT_CALL(pkcs11_, GetAttributeValue(_, _, _, _, _))

Completed in 244 milliseconds