Searched refs:IsSubframe (Results 1 – 6 of 6) sorted by relevance
96 return web_contents->IsSubframe(); in CheckOwnership()106 if (web_contents && web_contents->IsSubframe()) in GetAll()
35 if (source->IsSubframe()) in LaunchEphemeralApp()
45 if (source->IsSubframe()) { in LaunchAppWithUrl()
560 virtual bool IsSubframe() const = 0;
298 virtual bool IsSubframe() const OVERRIDE; in NON_EXPORTED_BASE()
2270 bool WebContentsImpl::IsSubframe() const { in IsSubframe() function in content::WebContentsImpl