OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringAttribute
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/accessibility/
browser_accessibility.cc
19
typedef AccessibilityNodeData::
StringAttribute
StringAttribute
;
415
bool BrowserAccessibility::HasStringAttribute(
StringAttribute
attribute) const {
425
StringAttribute
attribute) const {
436
StringAttribute
attribute, std::string* value) const {
448
StringAttribute
attribute) const {
456
StringAttribute
attribute,
466
StringAttribute
attribute, const std::string& value) {
/external/chromium_org/content/common/
accessibility_node_data.h
25
enum
StringAttribute
{
170
void AddStringAttribute(
StringAttribute
attribute,
194
std::vector<std::pair<
StringAttribute
, std::string> > string_attributes;
/external/chromium_org/ui/accessibility/
ax_node_data.h
25
enum
StringAttribute
{
170
void AddStringAttribute(
StringAttribute
attribute,
190
std::vector<std::pair<
StringAttribute
, std::string> > string_attributes;
Completed in 362 milliseconds