OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text_area_background
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/
database_info_view.cc
134
SkColor
text_area_background
= color_utils::GetSysSkColor(COLOR_3DFACE);
local
138
name_value_field_->SetBackgroundColor(
text_area_background
);
141
description_value_field_->SetBackgroundColor(
text_area_background
);
144
size_value_field_->SetBackgroundColor(
text_area_background
);
147
last_modified_value_field_->SetBackgroundColor(
text_area_background
);
indexed_db_info_view.cc
121
SkColor
text_area_background
= color_utils::GetSysSkColor(COLOR_3DFACE);
local
125
origin_value_field_->SetBackgroundColor(
text_area_background
);
128
size_value_field_->SetBackgroundColor(
text_area_background
);
131
last_modified_value_field_->SetBackgroundColor(
text_area_background
);
local_storage_info_view.cc
122
SkColor
text_area_background
= color_utils::GetSysSkColor(COLOR_3DFACE);
local
126
origin_value_field_->SetBackgroundColor(
text_area_background
);
129
size_value_field_->SetBackgroundColor(
text_area_background
);
132
last_modified_value_field_->SetBackgroundColor(
text_area_background
);
local_storage_set_item_info_view.cc
117
SkColor
text_area_background
= color_utils::GetSysSkColor(COLOR_3DFACE);
local
121
host_value_field_->SetBackgroundColor(
text_area_background
);
124
key_value_field_->SetBackgroundColor(
text_area_background
);
127
value_value_field_->SetBackgroundColor(
text_area_background
);
cookie_info_view.cc
254
SkColor
text_area_background
= color_utils::GetSysSkColor(COLOR_3DFACE);
local
258
name_value_field_->SetBackgroundColor(
text_area_background
);
261
content_value_field_->SetBackgroundColor(
text_area_background
);
264
domain_value_field_->SetBackgroundColor(
text_area_background
);
267
path_value_field_->SetBackgroundColor(
text_area_background
);
270
send_for_value_field_->SetBackgroundColor(
text_area_background
);
273
created_value_field_->SetBackgroundColor(
text_area_background
);
277
expires_value_field_->SetBackgroundColor(
text_area_background
);
generic_info_view.cc
100
SkColor
text_area_background
= color_utils::GetSysSkColor(COLOR_3DFACE);
local
105
value->SetBackgroundColor(
text_area_background
);
Completed in 305 milliseconds