Searched refs:child_frame (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Dsite_per_process_accessibility_browsertest.cc89 RenderFrameHostImpl* child_frame = static_cast<RenderFrameHostImpl*>( local
92 child_frame, ui::AX_EVENT_NONE);
104 child_frame->browser_accessibility_manager();
/external/chromium_org/cc/surfaces/
H A Dsurfaces_pixeltest.cc168 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame);
169 child_frame->delegated_frame_data = delegated_frame_data.Pass();
171 factory_.SubmitFrame(child_surface_id, child_frame.Pass(), base::Closure());
273 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame);
274 child_frame->delegated_frame_data = delegated_frame_data.Pass();
276 factory_.SubmitFrame(left_child_id, child_frame.Pass(), base::Closure());
308 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame);
309 child_frame->delegated_frame_data = delegated_frame_data.Pass();
311 factory_.SubmitFrame(right_child_id, child_frame.Pass(), base::Closure());
H A Dsurface_aggregator_unittest.cc128 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame);
129 child_frame->delegated_frame_data = delegated_frame_data.Pass();
131 factory_.SubmitFrame(surface_id, child_frame.Pass(), base::Closure());
761 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame);
762 child_frame->delegated_frame_data = child_frame_data.Pass();
764 factory_.SubmitFrame(child_surface_id, child_frame.Pass(), base::Closure());
886 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame);
887 child_frame->delegated_frame_data = child_frame_data.Pass();
889 factory_.SubmitFrame(child_surface_id, child_frame.Pass(), base::Closure());
944 scoped_ptr<CompositorFrame> child_frame(ne
[all...]
/external/chromium_org/extensions/renderer/
H A Dscript_injection.cc51 for (blink::WebFrame* child_frame = parent_frame->firstChild(); child_frame;
52 child_frame = child_frame->nextSibling()) {
53 frames_vector->push_back(child_frame);
54 AppendAllChildFrames(child_frame, frames_vector);
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc496 RenderFrameHostImpl* child_frame = local
498 if (!child_frame)
503 if (child_frame->GetProcess()->GetID() == GetProcess()->GetID())
509 child_frame->GetSiteInstance()->GetBrowserContext()) {
514 return child_frame->GetOrCreateBrowserAccessibilityManager();

Completed in 110 milliseconds