OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:button_set
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/themes/
theme_properties.cc
210
CR_DEFINE_STATIC_LOCAL(std::set<int>,
button_set
, ());
211
if (
button_set
.empty()) {
212
button_set
= std::set<int>(
217
return
button_set
;
/external/chromium/chrome/browser/themes/
theme_service.cc
530
static std::set<int>
button_set
;
local
531
if (
button_set
.empty()) {
532
button_set
= std::set<int>(
537
return
button_set
;
Completed in 181 milliseconds