OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBackgroundScripts
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/extensions/common/manifest_handlers/
background_info.cc
111
keys::kPlatformAppBackgroundScripts : keys::
kBackgroundScripts
;
355
keys::
kBackgroundScripts
,
/external/chromium_org/extensions/common/
manifest_constants.cc
20
const char
kBackgroundScripts
[] = "background.scripts";
[
all
...]
manifest_constants.h
22
extern const char
kBackgroundScripts
[];
/external/chromium_org/chrome/browser/extensions/
installed_loader.cc
96
manifest->Get(manifest_keys::
kBackgroundScripts
, &background_scripts);
extension_prefs_unittest.cc
603
manifest.Set(manifest_keys::
kBackgroundScripts
, scripts.release());
636
ASSERT_TRUE(manifest->GetList(manifest_keys::
kBackgroundScripts
, &scripts));
[
all
...]
Completed in 147 milliseconds