OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExampleBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/examples/
example_base.cc
25
explicit ContainerView(
ExampleBase
* base)
46
ExampleBase
* example_base_;
53
ExampleBase
::~
ExampleBase
() {}
55
ExampleBase
::
ExampleBase
(const char* title) : example_title_(title) {
60
void
ExampleBase
::PrintStatus(const char* format, ...) {
example_base.h
17
class
ExampleBase
{
19
virtual ~
ExampleBase
();
28
explicit
ExampleBase
(const char* title);
47
DISALLOW_COPY_AND_ASSIGN(
ExampleBase
);
Completed in 468 milliseconds