OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:background_scripts
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_background_unittest.cc
34
LoadManifest("
background_scripts
.json", &error));
40
const std::vector<std::string>&
background_scripts
=
local
42
ASSERT_EQ(2u,
background_scripts
.size());
43
EXPECT_EQ("foo.js",
background_scripts
[0u]);
44
EXPECT_EQ("bar/baz.js",
background_scripts
[1u]);
/external/chromium_org/chrome/common/extensions/
background_info.cc
114
const base::ListValue*
background_scripts
= NULL;
local
115
background_scripts_value->GetAsList(&
background_scripts
);
116
for (size_t i = 0; i <
background_scripts
->GetSize(); ++i) {
118
if (!
background_scripts
->GetString(i, &script)) {
263
const std::vector<std::string>&
background_scripts
=
local
265
for (size_t i = 0; i <
background_scripts
.size(); ++i) {
267
extension->GetResource(
background_scripts
[i]).GetFilePath())) {
270
UTF8ToUTF16(
background_scripts
[i]));
279
!extension->is_hosted_app() &&
background_scripts
.empty()) {
/external/chromium_org/chrome/browser/extensions/
extension_protocols.cc
215
const std::vector<std::string>&
background_scripts
=
variable
217
for (size_t i = 0; i <
background_scripts
.size(); ++i) {
219
*data +=
background_scripts
[i];
installed_loader.cc
85
const Value*
background_scripts
;
local
89
&
background_scripts
);
Completed in 54 milliseconds