OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetThemePaintRect
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/views/toolbar/
back_button.h
32
virtual gfx::Rect
GetThemePaintRect
() const OVERRIDE;
back_button.cc
20
gfx::Rect BackButton::
GetThemePaintRect
() const {
21
gfx::Rect rect(LabelButton::
GetThemePaintRect
());
29
// through |
GetThemePaintRect
|.
/external/chromium_org/ui/views/
native_theme_delegate.h
29
virtual gfx::Rect
GetThemePaintRect
() const = 0;
/external/chromium_org/ui/views/controls/button/
label_button.h
100
virtual gfx::Rect
GetThemePaintRect
() const OVERRIDE;
label_button_border.cc
119
gfx::Rect rect(native_theme_delegate->
GetThemePaintRect
());
text_button.h
218
virtual gfx::Rect
GetThemePaintRect
() const OVERRIDE;
text_button.cc
174
gfx::Rect rect(delegate_->
GetThemePaintRect
());
565
gfx::Rect TextButtonBase::
GetThemePaintRect
() const {
label_button.cc
363
gfx::Rect LabelButton::
GetThemePaintRect
() const {
Completed in 2590 milliseconds