OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BackgroundInformation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/task_manager/
background_information.h
14
class
BackgroundInformation
17
BackgroundInformation
();
18
virtual ~
BackgroundInformation
();
27
DISALLOW_COPY_AND_ASSIGN(
BackgroundInformation
);
background_information.cc
107
//
BackgroundInformation
class
110
BackgroundInformation
::
BackgroundInformation
() {}
112
BackgroundInformation
::~
BackgroundInformation
() {}
114
bool
BackgroundInformation
::CheckOwnership(WebContents* web_contents) {
119
void
BackgroundInformation
::GetAll(const NewWebContentsCallback& callback) {
143
scoped_ptr<RendererResource>
BackgroundInformation
::MakeResource(
Completed in 41 milliseconds