HomeSort by relevance Sort by last modified time
    Searched refs:test_started_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_delete_plugin_in_stream_test.cc 16 test_started_(false) {
25 if (!test_started_) {
29 test_started_ = true;
plugin_delete_plugin_in_deallocate_test.h 27 bool test_started_; member in class:NPAPIClient::DeletePluginInDeallocateTest
plugin_delete_plugin_in_stream_test.h 25 bool test_started_; member in class:NPAPIClient::DeletePluginInStreamTest
plugin_get_javascript_url2_test.cc 28 test_started_(false) {
37 if (!test_started_) {
41 test_started_ = true;
plugin_delete_plugin_in_deallocate_test.cc 69 : PluginTest(id, host_functions), npobject_(NULL), test_started_(false) {
79 if (test_started_)
81 test_started_ = true;
plugin_get_javascript_url2_test.h 35 bool test_started_; member in class:NPAPIClient::ExecuteGetJavascriptUrl2Test
plugin_get_javascript_url_test.h 38 bool test_started_; member in class:NPAPIClient::ExecuteGetJavascriptUrlTest
plugin_get_javascript_url_test.cc 30 test_started_(false),
43 if (!test_started_) {
47 test_started_ = true;
  /external/chromium_org/cc/test/
layer_tree_test.cc 204 if (!test_started_)
209 void set_test_started(bool started) { test_started_ = started; }
221 test_started_(false) {}
224 bool test_started_; member in class:cc::LayerTreeHostForTesting

Completed in 56 milliseconds