OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetStyle
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/gfx/
font.cc
42
return DeriveFont(size_delta,
GetStyle
());
73
int Font::
GetStyle
() const {
74
return platform_font_->
GetStyle
();
platform_font_pango.cc
211
int PlatformFontPango::
GetStyle
() const {
239
switch (
GetStyle
()) {
platform_font_win.cc
93
if (GetHeight() == height &&
GetStyle
() == style)
162
int PlatformFontWin::
GetStyle
() const {
render_text.cc
623
bool RenderText::
GetStyle
(TextStyle style) const {
[
all
...]
/external/chromium/chrome/browser/ui/views/
status_bubble_views.cc
122
BubbleStyle
GetStyle
() const { return style_; }
764
(view_->
GetStyle
() == StatusView::STYLE_FLOATING ||
765
view_->
GetStyle
() == StatusView::STYLE_BOTTOM))) {
783
view_->
GetStyle
() == StatusView::STYLE_STANDARD_RIGHT) {
/external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc
134
BubbleStyle
GetStyle
() const { return style_; }
784
(view_->
GetStyle
() == StatusView::STYLE_FLOATING ||
785
view_->
GetStyle
() == StatusView::STYLE_BOTTOM))) {
803
view_->
GetStyle
() == StatusView::STYLE_STANDARD_RIGHT) {
Completed in 494 milliseconds