HomeSort by relevance Sort by last modified time
    Searched full:last_message (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/mojo/public/cpp/environment/tests/
logging_unittest.cc 40 static const std::string& last_message() { return last_message_; } function in class:mojo::__anon12848::LoggingTest
109 EXPECT_EQ("foo.cc(123): hello world", last_message());
117 EXPECT_EQ("foo.cc(123): hello world", last_message());
125 EXPECT_EQ("foo.cc(123): hello world", last_message());
133 EXPECT_EQ("foo.cc(123): hello world", last_message());
141 EXPECT_EQ("foo.cc(123): hello world", last_message());
149 EXPECT_EQ("foo.cc(123): hello world", last_message());
157 EXPECT_EQ("foo.cc(123): hello world", last_message());
165 EXPECT_EQ(OUR_FILENAME "(123): hello world", last_message());
172 EXPECT_EQ(ExpectedLogMessage(__LINE__-3, "hello"), last_message());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionendtoend_unittest.cc 234 EXPECT_EQ_WAIT(kDummyData, dc2_observer->last_message(), kMaxWait);
237 EXPECT_EQ_WAIT(kDummyData, dc1_observer->last_message(), kMaxWait);
414 EXPECT_EQ_WAIT(message_1, dc_1_observer->last_message(), kMaxWait);
417 EXPECT_EQ_WAIT(message_2, dc_2_observer->last_message(), kMaxWait);
peerconnectioninterface_unittest.cc 812 EXPECT_EQ_WAIT(data_to_send1, observer1->last_message(), kTimeout);
813 EXPECT_EQ_WAIT(data_to_send2, observer2->last_message(), kTimeout);
825 EXPECT_EQ_WAIT(data_to_send2, observer2->last_message(), kTimeout);
    [all...]
peerconnection_unittest.cc     [all...]
  /external/chromium_org/components/gcm_driver/
gcm_client_impl_unittest.cc 280 const GCMClient::IncomingMessage& last_message() const { function in class:gcm::GCMClientImplTest
607 EXPECT_EQ(expected_data.size(), last_message().data.size());
608 EXPECT_EQ(expected_data, last_message().data);
609 EXPECT_EQ(kSender, last_message().sender_id);
620 EXPECT_EQ(expected_data.size(), last_message().data.size());
621 EXPECT_EQ(expected_data, last_message().data);
622 EXPECT_EQ(kSender2, last_message().sender_id);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
mockpeerconnectionobservers.h 108 const std::string& last_message() const { return last_message_; } function in class:webrtc::MockDataChannelObserver
  /external/chromium_org/chrome/browser/extensions/
extension_messages_apitest.cc 55 const bool last_message,
58 event->SetBoolean("lastMessage", last_message);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 7084 static const char* last_message; variable
    [all...]

Completed in 513 milliseconds