Searched defs:layout_test_mode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_browser_main.cc155 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/
H A Drender_thread_impl.h190 bool layout_test_mode() const { function in class:content::RenderThreadImpl
193 void set_layout_test_mode(bool layout_test_mode) { argument
194 layout_test_mode_ = layout_test_mode;

Completed in 215 milliseconds