Home
last modified time | relevance | path

Searched refs:child_frame (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/extensions/renderer/
Duser_script_scheduler.cc178 WebFrame* child_frame = *frame_it; in ExecuteCodeImpl() local
179 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 …]
/external/chromium_org/cc/surfaces/
Dsurfaces_pixeltest.cc150 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame); in TEST_F() local
151 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() local
253 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() local
290 child_frame->delegated_frame_data = delegated_frame_data.Pass(); in TEST_F()
292 right_child.QueueFrame(child_frame.Pass()); in TEST_F()
Dsurface_aggregator_test_helpers.cc165 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame); in QueuePassAsFrame() local
166 child_frame->delegated_frame_data = delegated_frame_data.Pass(); in QueuePassAsFrame()
168 surface->QueueFrame(child_frame.Pass()); in QueuePassAsFrame()
Dsurface_aggregator_unittest.cc617 scoped_ptr<CompositorFrame> child_frame(new CompositorFrame); in TEST_F() local
618 child_frame->delegated_frame_data = child_frame_data.Pass(); in TEST_F()
620 child_surface.QueueFrame(child_frame.Pass()); in TEST_F()