OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AwBrowserMainParts
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/android_webview/browser/
aw_browser_main_parts.h
20
class
AwBrowserMainParts
: public content::BrowserMainParts {
22
explicit
AwBrowserMainParts
(AwBrowserContext* browser_context);
23
virtual ~
AwBrowserMainParts
();
37
DISALLOW_COPY_AND_ASSIGN(
AwBrowserMainParts
);
aw_browser_main_parts.cc
31
AwBrowserMainParts
::
AwBrowserMainParts
(AwBrowserContext* browser_context)
35
AwBrowserMainParts
::~
AwBrowserMainParts
() {
38
void
AwBrowserMainParts
::PreEarlyInitialization() {
49
int
AwBrowserMainParts
::PreCreateThreads() {
99
void
AwBrowserMainParts
::PreMainMessageLoopRun() {
114
bool
AwBrowserMainParts
::MainMessageLoopRun(int* result_code) {
aw_content_browser_client.cc
205
return new
AwBrowserMainParts
(browser_context_.get());
Completed in 76 milliseconds