OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAttr
(Results
1 - 4
of
4
) sorted by null
/cts/tools/utils/cts/
tools.py
239
def
GetAttr
(self, tag, attr_name):
/art/compiler/llvm/
intrinsic_helper.h
121
static unsigned
GetAttr
(IntrinsicId id) {
/external/chromium_org/content/browser/accessibility/
cross_platform_accessibility_browsertest.cc
64
std::string
GetAttr
(const ui::AXNode* node,
95
std::string CrossPlatformAccessibilityBrowserTest::
GetAttr
(
149
GetAttr
(root, ui::AX_ATTR_DOC_URL).c_str());
152
GetAttr
(root, ui::AX_ATTR_DOC_TITLE).c_str());
154
"html",
GetAttr
(root, ui::AX_ATTR_DOC_DOCTYPE).c_str());
157
GetAttr
(root, ui::AX_ATTR_DOC_MIMETYPE).c_str());
160
GetAttr
(root, ui::AX_ATTR_NAME).c_str());
168
GetAttr
(body, ui::AX_ATTR_HTML_TAG).c_str());
170
GetAttr
(body, ui::AX_ATTR_DISPLAY).c_str());
178
"input",
GetAttr
(button, ui::AX_ATTR_HTML_TAG).c_str())
[
all
...]
/external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp
353
CPDF_Object* CPDF_StructElementImpl::
GetAttr
(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_FLOAT fLevel)
359
CPDF_Object* pAttr =
GetAttr
(owner, name, FALSE);
366
return m_pParent->
GetAttr
(owner, name, TRUE, fLevel + 1);
404
CPDF_Object* CPDF_StructElementImpl::
GetAttr
(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int subindex)
406
CPDF_Object* pAttr =
GetAttr
(owner, name, bInheritable);
418
CPDF_Object* pAttr =
GetAttr
(owner, name, bInheritable, subindex);
426
CPDF_Object* pAttr =
GetAttr
(owner, name, bInheritable, subindex);
435
CPDF_Object* pAttr =
GetAttr
(owner, name, bInheritable, subindex);
443
CPDF_Object* pAttr =
GetAttr
(owner, name, bInheritable, subindex);
Completed in 166 milliseconds