Searched defs:PendingInjection (Results 1 - 1 of 1) 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...]

Completed in 87 milliseconds