Home
last modified time | relevance | path

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

/external/chromium_org/extensions/renderer/
Dscript_injection.cc167 ScopedVector<PendingInjection>::iterator pending_injection = in InjectIfAllowed() local
171 request_id = (*pending_injection)->id; in InjectIfAllowed()
200 scoped_ptr<PendingInjection> pending_injection(*iter); in NotifyScriptPermitted() local
204 if (render_view->GetPageId() != pending_injection->page_id) in NotifyScriptPermitted()
213 *frame_out = pending_injection->web_frame; in NotifyScriptPermitted()
214 Inject(pending_injection->web_frame, in NotifyScriptPermitted()
215 pending_injection->run_location, in NotifyScriptPermitted()