OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PanelInformation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/task_manager/
panel_information.h
16
class
PanelInformation
: public NotificationObservingWebContentsInformation {
18
PanelInformation
();
19
virtual ~
PanelInformation
();
28
DISALLOW_COPY_AND_ASSIGN(
PanelInformation
);
panel_information.cc
99
//
PanelInformation
class
102
PanelInformation
::
PanelInformation
() {}
104
PanelInformation
::~
PanelInformation
() {}
106
bool
PanelInformation
::CheckOwnership(WebContents* web_contents) {
116
void
PanelInformation
::GetAll(const NewWebContentsCallback& callback) {
123
scoped_ptr<RendererResource>
PanelInformation
::MakeResource(
Completed in 138 milliseconds