HomeSort by relevance Sort by last modified time
    Searched defs:layout_test_mode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/shell/browser/
shell_browser_main.cc 155 bool layout_test_mode = local
159 if (layout_test_mode) {
188 if (layout_test_mode) {
225 if (!layout_test_mode)
  /external/chromium_org/content/renderer/
render_thread_impl.h 190 bool layout_test_mode() const { function in class:content::RenderThreadImpl
193 void set_layout_test_mode(bool layout_test_mode) {
194 layout_test_mode_ = layout_test_mode;

Completed in 103 milliseconds