OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrowserProcessPlatformPart
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/
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_android.cc
10
BrowserProcessPlatformPart
::
BrowserProcessPlatformPart
() {
15
BrowserProcessPlatformPart
::~
BrowserProcessPlatformPart
() {
18
void
BrowserProcessPlatformPart
::AttemptExit() {
browser_process_platform_part_chromeos.cc
21
BrowserProcessPlatformPart
::
BrowserProcessPlatformPart
()
25
BrowserProcessPlatformPart
::~
BrowserProcessPlatformPart
() {
28
void
BrowserProcessPlatformPart
::InitializeAutomaticRebootManager() {
35
void
BrowserProcessPlatformPart
::ShutdownAutomaticRebootManager() {
39
void
BrowserProcessPlatformPart
::InitializeChromeUserManager() {
46
void
BrowserProcessPlatformPart
::DestroyChromeUserManager() {
51
void
BrowserProcessPlatformPart
::InitializeSessionManager(
60
void
BrowserProcessPlatformPart
::ShutdownSessionManager()
[
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.h
10
// Include the appropriate
BrowserProcessPlatformPart
based on the platform.
21
typedef BrowserProcessPlatformPartBase
BrowserProcessPlatformPart
;
browser_process_platform_part_aurawin.cc
25
BrowserProcessPlatformPart
::
BrowserProcessPlatformPart
() {
33
BrowserProcessPlatformPart
::~
BrowserProcessPlatformPart
() {
36
void
BrowserProcessPlatformPart
::OnMetroViewerProcessTerminated() {
40
void
BrowserProcessPlatformPart
::PlatformSpecificCommandLineProcessing(
62
void
BrowserProcessPlatformPart
::Observe(
browser_process_platform_part_chromeos.h
40
class
BrowserProcessPlatformPart
: public BrowserProcessPlatformPartBase,
43
BrowserProcessPlatformPart
();
44
virtual ~
BrowserProcessPlatformPart
();
101
DISALLOW_COPY_AND_ASSIGN(
BrowserProcessPlatformPart
);
browser_process.h
128
virtual
BrowserProcessPlatformPart
* platform_part() = 0;
browser_process_impl.h
89
virtual
BrowserProcessPlatformPart
* platform_part() OVERRIDE;
289
scoped_ptr<
BrowserProcessPlatformPart
> platform_part_;
browser_process_impl.cc
179
platform_part_.reset(new
BrowserProcessPlatformPart
());
595
BrowserProcessPlatformPart
* BrowserProcessImpl::platform_part() {
[
all
...]
/external/chromium_org/chrome/test/base/
testing_browser_process_platform_part.h
11
//
BrowserProcessPlatformPart
except it doesn't have an OomPriorityManager on
13
class TestingBrowserProcessPlatformPart : public
BrowserProcessPlatformPart
{
19
// Overridden from
BrowserProcessPlatformPart
:
testing_browser_process.h
84
virtual
BrowserProcessPlatformPart
* platform_part() OVERRIDE;
179
scoped_ptr<
BrowserProcessPlatformPart
> platform_part_;
testing_browser_process.cc
221
BrowserProcessPlatformPart
* TestingBrowserProcess::platform_part() {
Completed in 969 milliseconds