Home
last modified time | relevance | path

Searched refs:IsSubframe (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/task_manager/
Dguest_information.cc96 return web_contents->IsSubframe(); in CheckOwnership()
106 if (web_contents && web_contents->IsSubframe()) in GetAll()
/external/chromium_org/chrome/browser/apps/
Dephemeral_app_throttle.cc35 if (source->IsSubframe()) in LaunchEphemeralApp()
Dapp_url_redirector.cc45 if (source->IsSubframe()) { in LaunchAppWithUrl()
/external/chromium_org/content/public/browser/
Dweb_contents.h560 virtual bool IsSubframe() const = 0;
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h298 virtual bool IsSubframe() const OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc2270 bool WebContentsImpl::IsSubframe() const { in IsSubframe() function in content::WebContentsImpl