Home | History | Annotate | Download | only in extensions

Lines Matching defs:scripts

31     "\"background\": {\"scripts\": [\"script.js\"]}";
111 std::string scripts;
114 scripts = base::StringPrintf(
124 scripts = kBackgroundScript;
137 scripts.c_str());
193 // scripts or through chrome.tabs.executeScript()) that sends a message with
231 // This means there is a potential for a race condition with content scripts;
330 // - An extension that injects scripts into all hosts,
331 // - An extension that injects scripts into explicit hosts,
379 // Load up two extensions, each with content scripts.
408 // synchronous, the renderer is guaranteed to be done updating scripts.