OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuildLabel
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk_browsertest.cc
81
GtkWidget* label = theme_service->
BuildLabel
(kText, ui::kGdkBlack);
122
GtkWidget* label = theme_service->
BuildLabel
(kText, ui::kGdkBlack);
/external/chromium_org/chrome/browser/ui/gtk/
first_run_bubble.cc
47
GtkWidget* title = theme_service->
BuildLabel
(std::string(), ui::kGdkBlack);
60
GtkWidget* subtext = theme_service->
BuildLabel
(
global_error_bubble.cc
56
GtkWidget* title_label = theme_service->
BuildLabel
(
61
message_labels_.push_back(theme_service->
BuildLabel
(
content_setting_bubble_gtk.cc
111
GtkWidget* label = theme_provider->
BuildLabel
(content.title.c_str(),
166
theme_provider->
BuildLabel
(elided.c_str(), ui::kGdkBlack);
194
GtkWidget* label = theme_provider->
BuildLabel
(
268
GtkWidget* label = theme_provider->
BuildLabel
(
293
custom_link = theme_provider->
BuildLabel
(content.custom_link.c_str(),
manage_passwords_bubble_gtk.cc
69
GtkWidget* label = theme_service->
BuildLabel
(
confirm_bubble_gtk.cc
83
GtkWidget* title_label = theme_service->
BuildLabel
(
95
GtkWidget* message_label = theme_service->
BuildLabel
(
avatar_menu_item_gtk.cc
234
name_label = theme_service->
BuildLabel
(UTF16ToUTF8(elided_name),
247
status_label_ = theme_service_->
BuildLabel
(std::string(), ui::kGdkBlack);
avatar_menu_bubble_gtk.cc
184
theme_service_->
BuildLabel
(std::string(), ui::kGdkBlack);
fullscreen_exit_bubble_gtk.cc
103
message_label_ = theme_service_->
BuildLabel
(GetMessage(url_).c_str(),
gtk_theme_service.h
99
GtkWidget*
BuildLabel
(const std::string& text, const GdkColor& color);
zoom_bubble_gtk.cc
107
label_ = theme_service->
BuildLabel
(percentage_text, ui::kGdkBlack);
one_click_signin_bubble_gtk.cc
213
header_label_ = theme_provider->
BuildLabel
(
location_bar_view_gtk.cc
413
theme_service_->
BuildLabel
(std::string(), ui::kGdkBlack);
415
theme_service_->
BuildLabel
(std::string(), ui::kGdkBlack);
461
theme_service_->
BuildLabel
(std::string(), kHintTextColor);
466
theme_service_->
BuildLabel
(std::string(), kHintTextColor);
[
all
...]
gtk_theme_service.cc
414
GtkWidget* GtkThemeService::
BuildLabel
(const std::string& text,
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
permission_selector.cc
68
GtkWidget* label = theme_service->
BuildLabel
(l10n_util::GetStringFUTF8(
81
GtkWidget* button_label = theme_service->
BuildLabel
(
website_settings_popup_gtk.cc
69
GtkWidget* label = theme_service->
BuildLabel
(text, color);
113
GtkWidget* label = theme_service->
BuildLabel
(section_title, ui::kGdkBlack);
159
GtkWidget* label = theme_service->
BuildLabel
(
441
GtkWidget* info = theme_service_->
BuildLabel
(info_str, ui::kGdkBlack);
474
GtkWidget* identity_label = theme_service_->
BuildLabel
(
553
GtkWidget* title = theme_service_->
BuildLabel
(
/external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc
186
return theme_service_->
BuildLabel
(text, ui::kGdkBlack);
Completed in 1120 milliseconds