CheckOwnership     21 chrome/browser/task_manager/background_information.h   virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
CheckOwnership    140 chrome/browser/task_manager/extension_information.cc         if (CheckOwnership(web_contents))
CheckOwnership     24 chrome/browser/task_manager/extension_information.h   virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
CheckOwnership     22 chrome/browser/task_manager/guest_information.h   virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
CheckOwnership     22 chrome/browser/task_manager/panel_information.h   virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
CheckOwnership     23 chrome/browser/task_manager/printing_information.h   virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
CheckOwnership     24 chrome/browser/task_manager/tab_contents_information.h   virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
CheckOwnership     46 chrome/browser/task_manager/web_contents_information.cc       if (CheckOwnership(web_contents))
CheckOwnership     38 chrome/browser/task_manager/web_contents_information.h   virtual bool CheckOwnership(content::WebContents* web_contents) = 0;
CheckOwnership    123 chrome/browser/task_manager/web_contents_resource_provider.cc   DCHECK(info_->CheckOwnership(web_contents));