OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrowserProcessPlatformPart
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/
browser_process_platform_part_android.cc
11
BrowserProcessPlatformPart
::
BrowserProcessPlatformPart
() {
16
BrowserProcessPlatformPart
::~
BrowserProcessPlatformPart
() {
19
void
BrowserProcessPlatformPart
::AttemptExit() {
browser_process_platform_part.h
10
// Include the appropriate
BrowserProcessPlatformPart
based on the platform.
21
typedef BrowserProcessPlatformPartBase
BrowserProcessPlatformPart
;
browser_process_platform_part_android.h
11
class
BrowserProcessPlatformPart
: public BrowserProcessPlatformPartBase {
13
BrowserProcessPlatformPart
();
14
virtual ~
BrowserProcessPlatformPart
();
20
DISALLOW_COPY_AND_ASSIGN(
BrowserProcessPlatformPart
);
browser_process_platform_part_chromeos.cc
14
BrowserProcessPlatformPart
::
BrowserProcessPlatformPart
()
18
BrowserProcessPlatformPart
::~
BrowserProcessPlatformPart
() {
21
void
BrowserProcessPlatformPart
::InitializeAutomaticRebootManager() {
28
void
BrowserProcessPlatformPart
::ShutdownAutomaticRebootManager() {
33
BrowserProcessPlatformPart
::oom_priority_manager() {
40
chromeos::ProfileHelper*
BrowserProcessPlatformPart
::profile_helper() {
47
void
BrowserProcessPlatformPart
::CreateProfileHelper() {
53
void
BrowserProcessPlatformPart
::StartTearDown()
[
all
...]
browser_process_platform_part_aurawin.h
16
class
BrowserProcessPlatformPart
: public BrowserProcessPlatformPartBase,
19
BrowserProcessPlatformPart
();
20
virtual ~
BrowserProcessPlatformPart
();
41
DISALLOW_COPY_AND_ASSIGN(
BrowserProcessPlatformPart
);
browser_process_platform_part_mac.h
17
class
BrowserProcessPlatformPart
: public BrowserProcessPlatformPartBase {
19
BrowserProcessPlatformPart
();
20
virtual ~
BrowserProcessPlatformPart
();
33
DISALLOW_COPY_AND_ASSIGN(
BrowserProcessPlatformPart
);
browser_process_platform_part_aurawin.cc
24
BrowserProcessPlatformPart
::
BrowserProcessPlatformPart
() {
32
BrowserProcessPlatformPart
::~
BrowserProcessPlatformPart
() {
35
void
BrowserProcessPlatformPart
::OnMetroViewerProcessTerminated() {
39
void
BrowserProcessPlatformPart
::PlatformSpecificCommandLineProcessing(
61
void
BrowserProcessPlatformPart
::Observe(
browser_process_platform_part_chromeos.h
24
class
BrowserProcessPlatformPart
: public BrowserProcessPlatformPartBase,
27
BrowserProcessPlatformPart
();
28
virtual ~
BrowserProcessPlatformPart
();
59
DISALLOW_COPY_AND_ASSIGN(
BrowserProcessPlatformPart
);
Completed in 311 milliseconds