OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChromeMainDelegateAndroid
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/app/android/
chrome_main_delegate_android.h
12
class
ChromeMainDelegateAndroid
: public ChromeMainDelegate {
14
static
ChromeMainDelegateAndroid
* Create();
21
ChromeMainDelegateAndroid
();
22
virtual ~
ChromeMainDelegateAndroid
();
35
DISALLOW_COPY_AND_ASSIGN(
ChromeMainDelegateAndroid
);
chrome_main_delegate_android.cc
15
//
ChromeMainDelegateAndroid
is created when the library is loaded. It is always
18
ChromeMainDelegateAndroid
::
ChromeMainDelegateAndroid
() {
21
ChromeMainDelegateAndroid
::~
ChromeMainDelegateAndroid
() {
24
void
ChromeMainDelegateAndroid
::SandboxInitialized(
29
int
ChromeMainDelegateAndroid
::RunProcess(
32
TRACE_EVENT0("startup", "
ChromeMainDelegateAndroid
::RunProcess")
54
bool
ChromeMainDelegateAndroid
::BasicStartupComplete(int* exit_code) {
59
bool
ChromeMainDelegateAndroid
::RegisterApplicationNativeMethods(JNIEnv* env)
[
all
...]
Completed in 447 milliseconds