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

  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 17 typedef AccessibilityNodeData::IntAttribute IntAttribute;
249 IntAttribute attribute, int* value) const {
  /external/chromium_org/content/common/
accessibility_node_data.h 201 enum IntAttribute {
295 std::map<IntAttribute, int32> int_attributes;
  /external/tinyxml2/
tinyxml2.h 777 /** IntAttribute interprets the attribute as an integer, and returns the value.
782 /// Query as an unsigned integer. See IntAttribute()
784 /// Query as a boolean. See IntAttribute()
786 /// Query as a double. See IntAttribute()
788 /// Query as a float. See IntAttribute()
879 /** Given an attribute name, IntAttribute() returns the value
884 int IntAttribute( const char* name ) const { int i=0; QueryIntAttribute( name, &i ); return i; }
885 /// See IntAttribute()
887 /// See IntAttribute()
889 /// See IntAttribute()
    [all...]

Completed in 4727 milliseconds