OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normal_set_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
infobar_button_border.cc
15
normal_set_
.top_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_LEFT_N);
16
normal_set_
.top = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_N);
17
normal_set_
.top_right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_TOP_RIGHT_N);
18
normal_set_
.left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_LEFT_N);
19
normal_set_
.center = rb.GetBitmapNamed(IDR_INFOBARBUTTON_CENTER_N);
20
normal_set_
.right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_RIGHT_N);
21
normal_set_
.bottom_left = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_LEFT_N);
22
normal_set_
.bottom = rb.GetBitmapNamed(IDR_INFOBARBUTTON_BOTTOM_N);
23
normal_set_
.bottom_right =
62
const MBBImageSet* set = &
normal_set_
;
[
all
...]
infobar_button_border.h
44
MBBImageSet
normal_set_
;
member in class:InfoBarButtonBorder
Completed in 24 milliseconds