Home
last modified time | relevance | path

Searched refs:test_started_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/test/plugin/
Dplugin_delete_plugin_in_stream_test.cc16 test_started_(false) { in DeletePluginInStreamTest()
25 if (!test_started_) { in SetWindow()
29 test_started_ = true; in SetWindow()
Dplugin_get_javascript_url2_test.cc22 test_started_(false) { in ExecuteGetJavascriptUrl2Test()
31 if (!test_started_) { in SetWindow()
35 test_started_ = true; in SetWindow()
Dplugin_delete_plugin_in_deallocate_test.cc69 : PluginTest(id, host_functions), npobject_(NULL), test_started_(false) { in DeletePluginInDeallocateTest()
79 if (test_started_) in SetWindow()
81 test_started_ = true; in SetWindow()
Dplugin_get_javascript_url_test.cc28 test_started_(false), in ExecuteGetJavascriptUrlTest()
41 if (!test_started_) { in SetWindow()
45 test_started_ = true; in SetWindow()
Dplugin_delete_plugin_in_deallocate_test.h27 bool test_started_; variable
Dplugin_delete_plugin_in_stream_test.h25 bool test_started_;
Dplugin_get_javascript_url2_test.h35 bool test_started_;
Dplugin_get_javascript_url_test.h38 bool test_started_; variable
/external/chromium_org/cc/test/
Dlayer_tree_test.cc363 if (!test_started_) in SetNeedsCommit()
368 void set_test_started(bool started) { test_started_ = started; } in set_test_started()
379 test_started_(false) {} in LayerTreeHostForTesting()
383 bool test_started_; member in cc::LayerTreeHostForTesting