Searched refs:child_frame (Results 1 – 4 of 4) sorted by relevance
178 WebFrame* child_frame = *frame_it; in ExecuteCodeImpl() local179 CHECK(child_frame) << top_url; in ExecuteCodeImpl()193 child_frame, child_frame->document().url(), params.match_about_blank); in ExecuteCodeImpl()203 if (child_frame->parent()) { in ExecuteCodeImpl()224 script_value = child_frame->executeScriptAndReturnValue(source); in ExecuteCodeImpl()231 extension, child_frame); in ExecuteCodeImpl()233 child_frame->executeScriptInIsolatedWorld( in ExecuteCodeImpl()245 v8::Local<v8::Context> context = child_frame->mainWorldScriptContext(); in ExecuteCodeImpl()253 child_frame->document().insertStyleSheet( in ExecuteCodeImpl()273 for (WebFrame* child_frame = parent_frame->firstChild(); child_frame; in GetAllChildFrames() local[all …]
150 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame); in TEST_F() local151 child_frame->delegated_frame_data = delegated_frame_data.Pass(); in TEST_F()153 child_surface.QueueFrame(child_frame.Pass()); in TEST_F()252 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame); in TEST_F() local253 child_frame->delegated_frame_data = delegated_frame_data.Pass(); in TEST_F()255 left_child.QueueFrame(child_frame.Pass()); in TEST_F()289 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame); in TEST_F() local290 child_frame->delegated_frame_data = delegated_frame_data.Pass(); in TEST_F()292 right_child.QueueFrame(child_frame.Pass()); in TEST_F()
165 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame); in QueuePassAsFrame() local166 child_frame->delegated_frame_data = delegated_frame_data.Pass(); in QueuePassAsFrame()168 surface->QueueFrame(child_frame.Pass()); in QueuePassAsFrame()
617 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame); in TEST_F() local618 child_frame->delegated_frame_data = child_frame_data.Pass(); in TEST_F()620 child_surface.QueueFrame(child_frame.Pass()); in TEST_F()