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

  /external/chromium_org/chrome/browser/task_manager/
guest_information.h 16 class GuestInformation : public NotificationObservingWebContentsInformation {
18 GuestInformation();
19 virtual ~GuestInformation();
28 DISALLOW_COPY_AND_ASSIGN(GuestInformation);
guest_information.cc 92 // GuestInformation class
95 GuestInformation::GuestInformation() {}
97 GuestInformation::~GuestInformation() {}
99 bool GuestInformation::CheckOwnership(WebContents* web_contents) {
104 void GuestInformation::GetAll(const NewWebContentsCallback& callback) {
117 scoped_ptr<RendererResource> GuestInformation::MakeResource(

Completed in 343 milliseconds