OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestingBrowserProcessPlatformPart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/base/
testing_browser_process_platform_part.cc
7
TestingBrowserProcessPlatformPart
::
TestingBrowserProcessPlatformPart
() {
10
TestingBrowserProcessPlatformPart
::~
TestingBrowserProcessPlatformPart
() {
15
TestingBrowserProcessPlatformPart
::oom_priority_manager() {
testing_browser_process_platform_part.h
10
// A
TestingBrowserProcessPlatformPart
is essentially a
13
class
TestingBrowserProcessPlatformPart
: public BrowserProcessPlatformPart {
15
TestingBrowserProcessPlatformPart
();
16
virtual ~
TestingBrowserProcessPlatformPart
();
24
DISALLOW_COPY_AND_ASSIGN(
TestingBrowserProcessPlatformPart
);
Completed in 86 milliseconds