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

  /external/chromium_org/chrome/browser/task_manager/
web_contents_information.cc 11 WebContentsInformation::WebContentsInformation() {}
13 WebContentsInformation::~WebContentsInformation() {}
web_contents_information.h 26 class WebContentsInformation {
30 WebContentsInformation();
31 virtual ~WebContentsInformation();
53 DISALLOW_COPY_AND_ASSIGN(WebContentsInformation);
57 // StopObservingCreation()) of WebContentsInformation using
60 : public WebContentsInformation,
66 // WebContentsInformation partial implementation.

Completed in 164 milliseconds