OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AboutChromeView
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
about_chrome_view.h
32
// The
AboutChromeView
class is responsible for drawing the UI controls of the
37
class
AboutChromeView
: public views::View,
45
explicit
AboutChromeView
(Profile* profile);
46
virtual ~
AboutChromeView
();
167
DISALLOW_COPY_AND_ASSIGN(
AboutChromeView
);
about_chrome_view.cc
94
new
AboutChromeView
(profile));
102
//
AboutChromeView
, public:
104
AboutChromeView
::
AboutChromeView
(Profile* profile)
124
NewCallback(this, &
AboutChromeView
::OnOSVersion),
140
AboutChromeView
::~
AboutChromeView
() {
149
void
AboutChromeView
::Init() {
332
//
AboutChromeView
, views::View implementation:
334
gfx::Size
AboutChromeView
::GetPreferredSize()
[
all
...]
Completed in 3167 milliseconds