Home
last modified time | relevance | path

Searched refs:ProtocolMessage (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Ddebug-debugger.js1090 var o = new ProtocolMessage();
1147 var o = new ProtocolMessage();
1208 var o = new ProtocolMessage();
1245 function ProtocolMessage(request) { class
1265 ProtocolMessage.prototype.setOption = function(name, value) {
1273 ProtocolMessage.prototype.failed = function(message) {
1279 ProtocolMessage.prototype.toJSONProtocol = function() {
1328 return new ProtocolMessage(request);
/external/chromium/testing/gmock/test/
Dgmock-actions_test.cc827 Action<void(bool, ::ProtocolMessage*)> a = SetArgPointee<1>(*msg); in TEST()
835 ::ProtocolMessage* const dest_base = &dest; in TEST()
946 Action<void(bool, ::ProtocolMessage*)> a = SetArgumentPointee<1>(*msg); in TEST()
954 ::ProtocolMessage* const dest_base = &dest; in TEST()
Dgmock-internal-utils_test.cc51 class ProtocolMessage;
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-internal.h100 class ProtocolMessage; variable
895 ImplicitlyConvertible<const T*, const ::ProtocolMessage*>::value ||
/external/chromium/testing/gtest/test/
Dgtest_unittest.cc6990 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value, in TEST()
6999 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value); in TEST()