Searched refs:PendingInjection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Dscript_injection.cc71 struct ScriptInjection::PendingInjection { struct in class:extensions::ScriptInjection
72 PendingInjection(blink::WebFrame* web_frame,
75 ~PendingInjection();
94 ScriptInjection::PendingInjection::PendingInjection( function in class:extensions::ScriptInjection::PendingInjection
104 ScriptInjection::PendingInjection::~PendingInjection() {
167 ScopedVector<PendingInjection>::iterator pending_injection =
170 new PendingInjection(frame, run_location, page_id));
191 ScopedVector<PendingInjection>
[all...]
H A Dscript_injection.h96 struct PendingInjection;
137 ScopedVector<PendingInjection> pending_injections_;

Completed in 73 milliseconds