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
11
BrowserProcessPlatformPart
::
BrowserProcessPlatformPart
() {
16
BrowserProcessPlatformPart
::~
BrowserProcessPlatformPart
() {
19
void
BrowserProcessPlatformPart
::AttemptExit() {
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_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.h
10
// Include the appropriate
BrowserProcessPlatformPart
based on the platform.
21
typedef BrowserProcessPlatformPartBase
BrowserProcessPlatformPart
;
browser_process_platform_part_chromeos.h
24
class
BrowserProcessPlatformPart
: public BrowserProcessPlatformPartBase,
27
BrowserProcessPlatformPart
();
28
virtual ~
BrowserProcessPlatformPart
();
59
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.h
108
virtual
BrowserProcessPlatformPart
* platform_part() = 0;
browser_process_impl.h
82
virtual
BrowserProcessPlatformPart
* platform_part() OVERRIDE;
296
scoped_ptr<
BrowserProcessPlatformPart
> platform_part_;
browser_process_impl.cc
168
platform_part_.reset(new
BrowserProcessPlatformPart
());
480
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
79
virtual
BrowserProcessPlatformPart
* platform_part() OVERRIDE;
176
scoped_ptr<
BrowserProcessPlatformPart
> platform_part_;
testing_browser_process.cc
213
BrowserProcessPlatformPart
* TestingBrowserProcess::platform_part() {
Completed in 70 milliseconds