Home
last modified time | relevance | path

Searched refs:bInheritable (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Dtagged_int.h70 …CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable = FALSE, FX_FLOAT fLevel …
72 … GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable = FALSE, int su…
73 …FX_ARGB GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable = FA…
74 …FX_FLOAT GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInheritable = …
75 …int GetInteger(FX_BSTR owner, FX_BSTR name, int default_value, FX_BOOL bInheritable = FALSE, …
79 CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int subindex);
Ddoc_tagged.cpp343 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_… in GetAttr() argument
348 if (bInheritable) { in GetAttr()
394 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int… in GetAttr() argument
396 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); in GetAttr()
406 …pl::GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable, int subindex) in GetName() argument
408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetName()
414 …l::GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable, int subindex) in GetColor() argument
416 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetColor()
423 …:GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInheritable, int subindex) in GetNumber() argument
425 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetNumber()
[all …]
/external/pdfium/core/include/fpdfdoc/
Dfpdf_tagged.h88 …virtual CPDF_Object* GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable = FALSE, FX_FLOAT …
92 … GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable = FALSE, int su…
94 … GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable = FALSE, int su…
96 …etNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInheritable = FALSE, int su…
98 …virtual int GetInteger(FX_BSTR owner, FX_BSTR name, int default_value, FX_BOOL bInheritable = …