OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAllFrames
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc
107
if (content_script->HasKey(keys::
kAllFrames
)) {
109
if (!content_script->GetBoolean(keys::
kAllFrames
, &all_frames)) {
/external/chromium_org/extensions/common/
manifest_constants.cc
12
const char
kAllFrames
[] = "all_frames";
[
all
...]
manifest_constants.h
14
extern const char
kAllFrames
[];
Completed in 30 milliseconds