OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arrowimage_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.mm
209
if (draw && !
arrowImage_
) {
210
arrowImage_
.reset(
220
cellSize.width += [
arrowImage_
size].width; // plus margin?
237
imageRect.size = [
arrowImage_
size];
243
[
arrowImage_
drawInRect:drawRect
bookmark_button_cell.h
30
scoped_nsobject<NSImage>
arrowImage_
;
Completed in 629 milliseconds