Home
last modified time | relevance | path

Searched refs:DUMP_RENDER_TREE (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/common/
DContentSwitches.java64 public static final String DUMP_RENDER_TREE = "dump-render-tree"; field in ContentSwitches
/external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/
DContentShellActivity.java79 if (CommandLine.getInstance().hasSwitch(ContentSwitches.DUMP_RENDER_TREE)) { in onCreate()