OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringToAlignment
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/themes/
theme_properties_unittest.cc
16
int alignment = ThemeProperties::
StringToAlignment
(top_left);
22
alignment = ThemeProperties::
StringToAlignment
("top");
26
alignment = ThemeProperties::
StringToAlignment
("left");
30
alignment = ThemeProperties::
StringToAlignment
("right");
34
alignment = ThemeProperties::
StringToAlignment
("righttopbottom");
41
int alignment = ThemeProperties::
StringToAlignment
("bottom right");
45
alignment = ThemeProperties::
StringToAlignment
("new zealand");
49
alignment = ThemeProperties::
StringToAlignment
("new zealand top");
53
alignment = ThemeProperties::
StringToAlignment
("new zealandtop");
theme_properties.h
116
static int
StringToAlignment
(const std::string& alignment);
theme_properties.cc
139
int ThemeProperties::
StringToAlignment
(const std::string& alignment) {
browser_theme_pack.cc
[
all
...]
Completed in 160 milliseconds