OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetFont
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/ui/views/location_bar/
selected_keyword_view.cc
29
void SelectedKeywordView::
SetFont
(const gfx::Font& font) {
30
IconLabelBubbleView::
SetFont
(font);
31
full_label_.
SetFont
(font);
32
partial_label_.
SetFont
(font);
icon_label_bubble_view.cc
38
void IconLabelBubbleView::
SetFont
(const gfx::Font& font) {
39
label_->
SetFont
(font);
keyword_hint_view.cc
41
void KeywordHintView::
SetFont
(const gfx::Font& font) {
42
leading_label_->
SetFont
(font);
43
trailing_label_->
SetFont
(font);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table.cc
52
void Table::
SetFont
(Font* font) {
/external/sfntly/cpp/src/sfntly/table/
table.cc
52
void Table::
SetFont
(Font* font) {
/external/chromium_org/ui/views/controls/
link.cc
170
void Link::
SetFont
(const gfx::Font& font) {
171
Label::
SetFont
(font);
227
Label::
SetFont
(font().DeriveFont(0, intended_style));
label.cc
76
void Label::
SetFont
(const gfx::Font& font) {
/external/chromium_org/ui/views/controls/button/
label_button.cc
108
void LabelButton::
SetFont
(const gfx::Font& font) {
109
label_->
SetFont
(font);
136
label_->
SetFont
(label_->font().DeriveFont(0, style));
180
label.
SetFont
(font.DeriveFont(0, font.GetStyle() ^ gfx::Font::BOLD));
182
label.
SetFont
(font);
text_button.cc
250
void TextButtonBase::
SetFont
(const gfx::Font& font) {
/external/chromium_org/ui/views/controls/textfield/
textfield.cc
272
void Textfield::
SetFont
(const gfx::Font& font) {
/external/chromium_org/ui/gfx/
render_text.cc
386
void RenderText::
SetFont
(const Font& font) {
[
all
...]
Completed in 1536 milliseconds