OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attributes_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.mm
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]);
keyword_hint_decoration.mm
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_
];
keyword_hint_decoration.h
36
scoped_nsobject<NSDictionary>
attributes_
;
member in class:KeywordHintDecoration
bubble_decoration.h
51
scoped_nsobject<NSDictionary>
attributes_
;
member in class:BubbleDecoration
/external/chromium/chrome/browser/accessibility/
browser_accessibility.cc
57
attributes_
= src.attributes;
186
return (
attributes_
.find(attribute) !=
attributes_
.end());
191
std::map<int32, string16>::iterator iter =
attributes_
.find(attribute);
192
if (iter !=
attributes_
.end()) {
browser_accessibility.h
137
const std::map<int32, string16>& attributes() const { return
attributes_
; }
206
std::map<int32, string16>
attributes_
;
member in class:BrowserAccessibility
Completed in 105 milliseconds