HomeSort by relevance Sort by last modified time
    Searched full:js_engine (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 192 # JS_ENGINE environment variable, which is used by the build system in
194 js_engine = options.js_engine
195 if not js_engine and os.environ.has_key('JS_ENGINE'):
196 js_engine = os.environ['JS_ENGINE']
197 if js_engine:
198 run_layout_test_cmd_postfix += " -e jsengine " + js_engine
  /external/chromium/chrome/browser/resources/
about_version.html 83 <tr><td class="label" valign="top" i18n-content="js_engine"></td>
  /external/chromium/chrome/browser/resources/options/
about_page.html 57 <h3 i18n-content="js_engine"></h3>
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.cc 229 localized_strings->SetString("js_engine", "V8");
232 localized_strings->SetString("js_engine", "JavaScriptCore");
  /external/chromium/chrome/browser/
browser_about_handler.cc 917 std::string js_engine = "V8"; local
920 std::string js_engine = "JavaScriptCore"; local
931 localized_strings->SetString("js_engine", js_engine);
    [all...]

Completed in 385 milliseconds