OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExamplesBrowserMainParts
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/examples/content_client/
examples_browser_main_parts.h
26
class
ExamplesBrowserMainParts
: public content::BrowserMainParts {
28
explicit
ExamplesBrowserMainParts
(
30
virtual ~
ExamplesBrowserMainParts
();
51
DISALLOW_COPY_AND_ASSIGN(
ExamplesBrowserMainParts
);
examples_browser_main_parts.cc
39
ExamplesBrowserMainParts
::
ExamplesBrowserMainParts
(
43
ExamplesBrowserMainParts
::~
ExamplesBrowserMainParts
() {
46
void
ExamplesBrowserMainParts
::PreMainMessageLoopRun() {
71
void
ExamplesBrowserMainParts
::PostMainMessageLoopRun() {
82
bool
ExamplesBrowserMainParts
::MainMessageLoopRun(int* result_code) {
examples_content_browser_client.h
21
class
ExamplesBrowserMainParts
;
36
ExamplesBrowserMainParts
* examples_browser_main_parts_;
examples_content_browser_client.cc
22
examples_browser_main_parts_ = new
ExamplesBrowserMainParts
(parameters);
Completed in 706 milliseconds