HomeSort by relevance Sort by last modified time
    Searched defs:TabContentsInformation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/task_manager/
tab_contents_information.h 17 class TabContentsInformation
20 TabContentsInformation();
21 virtual ~TabContentsInformation();
30 DISALLOW_COPY_AND_ASSIGN(TabContentsInformation);
tab_contents_information.cc 135 TabContentsInformation::TabContentsInformation() {}
137 TabContentsInformation::~TabContentsInformation() {}
139 bool TabContentsInformation::CheckOwnership(
146 void TabContentsInformation::GetAll(const NewWebContentsCallback& callback) {
172 scoped_ptr<RendererResource> TabContentsInformation::MakeResource(

Completed in 2052 milliseconds