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

  /external/chromium_org/mojo/public/cpp/environment/tests/
logging_unittest.cc 56 static const std::string& last_message() { return last_message_; } function in class:mojo::__anon13419::LoggingTest
124 EXPECT_EQ("foo.cc(123): hello world", last_message());
132 EXPECT_EQ("foo.cc(123): hello world", last_message());
140 EXPECT_EQ("foo.cc(123): hello world", last_message());
148 EXPECT_EQ("foo.cc(123): hello world", last_message());
156 EXPECT_EQ("foo.cc(123): hello world", last_message());
164 EXPECT_EQ("foo.cc(123): hello world", last_message());
172 EXPECT_EQ("foo.cc(123): hello world", last_message());
180 EXPECT_EQ(OUR_FILENAME "(123): hello world", last_message());
187 EXPECT_EQ(ExpectedLogMessage(__LINE__ - 3, "hello"), last_message());
    [all...]
  /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/components/gcm_driver/
gcm_client_impl_unittest.cc 294 const GCMClient::IncomingMessage& last_message() const { function in class:gcm::GCMClientImplTest
647 EXPECT_EQ(expected_data.size(), last_message().data.size());
648 EXPECT_EQ(expected_data, last_message().data);
649 EXPECT_EQ(kSender, last_message().sender_id);
660 EXPECT_EQ(expected_data.size(), last_message().data.size());
661 EXPECT_EQ(expected_data, last_message().data);
662 EXPECT_EQ(kSender2, last_message().sender_id);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 7322 static const char* last_message; variable
    [all...]

Completed in 8581 milliseconds