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

  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller_unittest.cc 81 EXPECT_EQ(NULL, test_fixture_);
82 test_fixture_ = this;
86 test_fixture_ = NULL;
126 test_fixture_->controller_->SetBubbleWarmUpMode(kBubbleCallerId);
128 test_fixture_->controller_->SetBubbleMessage(kBubbleCallerId,
148 tab_contents = test_fixture_->browser()->GetSelectedTabContents();
162 static SpeechInputBubbleControllerTest* test_fixture_; member in class:speech_input::SpeechInputBubbleControllerTest
166 SpeechInputBubbleControllerTest::test_fixture_ = NULL; member in class:speech_input::SpeechInputBubbleControllerTest
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_controller_unittest.cc 87 EXPECT_EQ(NULL, test_fixture_);
88 test_fixture_ = this;
92 test_fixture_ = NULL;
129 test_fixture_->controller_->SetBubbleMessage(ASCIIToUTF16("Test"));
150 test_fixture_->browser()->tab_strip_model()->GetActiveWebContents();
162 static SpeechRecognitionBubbleControllerTest* test_fixture_; member in class:speech::SpeechRecognitionBubbleControllerTest
166 SpeechRecognitionBubbleControllerTest::test_fixture_ = NULL; member in class:speech::SpeechRecognitionBubbleControllerTest
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_unittest.cc 562 DCHECK(!test_fixture_);
563 test_fixture_ = this;
583 DCHECK(test_fixture_ == this);
584 test_fixture_ = NULL;
665 if (test_fixture_->response_headers_.empty()) {
680 test_fixture_->response_headers_, test_fixture_->response_data_,
685 test_fixture_->response_headers_, test_fixture_->response_data_,
690 test_fixture_->response_headers_, test_fixture_->response_data_
734 static ResourceDispatcherHostTest* test_fixture_; member in class:content::ResourceDispatcherHostTest
740 ResourceDispatcherHostTest* ResourceDispatcherHostTest::test_fixture_ = NULL; member in class:content::ResourceDispatcherHostTest
    [all...]

Completed in 486 milliseconds