Searched refs:attributes_ (Results 1 – 6 of 6) sorted by relevance
42 attributes_.reset([attributes retain]);62 std::floor([label sizeWithAttributes:attributes_].width);129 [label_ drawInRect:textRect withAttributes:attributes_];144 DCHECK(attributes_);145 if (attributes_)155 scoped_nsobject<NSMutableDictionary> attributes([attributes_ mutableCopy]);157 attributes_.reset([attributes copy]);
52 attributes_.reset([attributes retain]);110 std::floor([hint_prefix_ sizeWithAttributes:attributes_].width + 0.5) +112 std::floor([hint_suffix_ sizeWithAttributes:attributes_].width + 0.5);128 [hint_prefix_ sizeWithAttributes:attributes_].width;130 [hint_prefix_ drawInRect:prefix_rect withAttributes:attributes_];151 [hint_suffix_ sizeWithAttributes:attributes_].width;158 [hint_suffix_ drawInRect:suffix_rect withAttributes:attributes_];
36 scoped_nsobject<NSDictionary> attributes_; variable
51 scoped_nsobject<NSDictionary> attributes_; variable
57 attributes_ = src.attributes; in Initialize()186 return (attributes_.find(attribute) != attributes_.end()); in HasAttribute()191 std::map<int32, string16>::iterator iter = attributes_.find(attribute); in GetAttribute()192 if (iter != attributes_.end()) { in GetAttribute()
137 const std::map<int32, string16>& attributes() const { return attributes_; } in attributes()206 std::map<int32, string16> attributes_; variable