OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allow_js
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/tools/real_world_impact/
real_world_impact.py
42
allow_js
= False
variable
260
if not
allow_js
:
496
global num_sites, action,
allow_js
, additional_content_shell_flags
512
parser.add_argument("--
allow_js
", help="Don't disable Javascript",
535
if (args.
allow_js
):
536
allow_js
= args.
allow_js
Completed in 84 milliseconds