IsSubframe         44 chrome/browser/apps/app_url_redirector.cc   if (source->IsSubframe()) {
IsSubframe         35 chrome/browser/apps/ephemeral_app_throttle.cc   if (source->IsSubframe())
IsSubframe         96 chrome/browser/task_manager/guest_information.cc   return web_contents->IsSubframe();
IsSubframe        106 chrome/browser/task_manager/guest_information.cc       if (web_contents && web_contents->IsSubframe())
IsSubframe        286 content/browser/web_contents/web_contents_impl.h   virtual bool IsSubframe() const OVERRIDE;
IsSubframe        495 content/public/browser/web_contents.h   virtual bool IsSubframe() const = 0;