HomeSort by relevance Sort by last modified time
    Searched refs:IsSubframe (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/test/webdriver/
frame_path_unittest.cc 61 TEST(FramePathTest, IsSubframe) {
62 EXPECT_FALSE(FramePath().IsSubframe());
63 EXPECT_TRUE(FramePath("frame").IsSubframe());
frame_path.h 45 bool IsSubframe() const;
frame_path.cc 59 if (IsSubframe())
67 bool FramePath::IsSubframe() const {
webdriver_session.cc 940 frame_path.IsSubframe();
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
guest_resource_provider.cc 139 if (rvh->IsSubframe())
191 if (!web_contents || !web_contents->GetRenderViewHost()->IsSubframe())
  /external/chromium_org/content/public/browser/
render_view_host.h 239 virtual bool IsSubframe() const = 0;
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 200 virtual bool IsSubframe() const OVERRIDE;
render_view_host_impl.cc 287 bool RenderViewHostImpl::IsSubframe() const {
    [all...]

Completed in 278 milliseconds